Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/init-package-json/package.json')
-rw-r--r--node_modules/init-package-json/package.json46
1 files changed, 13 insertions, 33 deletions
diff --git a/node_modules/init-package-json/package.json b/node_modules/init-package-json/package.json
index a2fb3c716..dd7511452 100644
--- a/node_modules/init-package-json/package.json
+++ b/node_modules/init-package-json/package.json
@@ -1,6 +1,6 @@
{
"name": "init-package-json",
- "version": "1.3.0",
+ "version": "1.3.2",
"main": "init-package-json.js",
"scripts": {
"test": "tap test/*.js"
@@ -17,16 +17,17 @@
"license": "ISC",
"description": "A node module to get your node module started",
"dependencies": {
- "glob": "^4.0.2",
- "promzard": "~0.2.0",
+ "glob": "^5.0.3",
+ "promzard": "^0.3.0",
"read": "~1.0.1",
"read-package-json": "1",
- "semver": "2.x || 3.x || 4"
+ "semver": "2.x || 3.x || 4",
+ "validate-npm-package-name": "^2.0.1"
},
"devDependencies": {
- "npm": "^2.1.4",
+ "npm": "^2",
"rimraf": "^2.1.4",
- "tap": "^0.4.13"
+ "tap": "^0.7.1"
},
"keywords": [
"init",
@@ -38,35 +39,14 @@
"prompt",
"start"
],
- "gitHead": "53273513f3fbaa017435ca6254d717cc27a85ddc",
+ "readme": "# init-package-json\n\nA node module to get your node module started.\n\n## Usage\n\n```javascript\nvar init = require('init-package-json')\nvar path = require('path')\n\n// a path to a promzard module. In the event that this file is\n// not found, one will be provided for you.\nvar initFile = path.resolve(process.env.HOME, '.npm-init')\n\n// the dir where we're doin stuff.\nvar dir = process.cwd()\n\n// extra stuff that gets put into the PromZard module's context.\n// In npm, this is the resolved config object. Exposed as 'config'\n// Optional.\nvar configData = { some: 'extra stuff' }\n\n// Any existing stuff from the package.json file is also exposed in the\n// PromZard module as the `package` object. There will also be free\n// vars for:\n// * `filename` path to the package.json file\n// * `basename` the tip of the package dir\n// * `dirname` the parent of the package dir\n\ninit(dir, initFile, configData, function (er, data) {\n // the data's already been written to {dir}/package.json\n // now you can do stuff with it\n})\n```\n\nOr from the command line:\n\n```\n$ npm-init\n```\n\nSee [PromZard](https://github.com/isaacs/promzard) for details about\nwhat can go in the config file.\n",
+ "readmeFilename": "README.md",
+ "gitHead": "4aaccb745ecba65676ae4bf105039928e697d65c",
"bugs": {
"url": "https://github.com/isaacs/init-package-json/issues"
},
"homepage": "https://github.com/isaacs/init-package-json",
- "_id": "init-package-json@1.3.0",
- "_shasum": "6bb76ed69dd1359581a6f1507d37d309658074d6",
- "_from": "init-package-json@>=1.3.0 <1.4.0",
- "_npmVersion": "2.6.1",
- "_nodeVersion": "1.2.0",
- "_npmUser": {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- }
- ],
- "dist": {
- "shasum": "6bb76ed69dd1359581a6f1507d37d309658074d6",
- "tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-1.3.0.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.3.0.tgz",
- "readme": "ERROR: No README data found!"
+ "_id": "init-package-json@1.3.2",
+ "_shasum": "9ad3038b52e50838d78739f16b4dfb1418909d18",
+ "_from": "init-package-json@>=1.3.2 <1.4.0"
}