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:
authorisaacs <i@izs.me>2014-06-06 10:22:27 +0400
committerisaacs <i@izs.me>2014-06-06 10:22:27 +0400
commit57ac974e9bc88bc546a1a6b39810c28ad2423319 (patch)
tree56ede59195673a21d108b498cac2e668289a081b /node_modules/init-package-json
parentc535eddf307110eb60eee4f6add706a29b165a68 (diff)
Update glob and things depending on glob
Diffstat (limited to 'node_modules/init-package-json')
-rw-r--r--node_modules/init-package-json/package.json33
1 files changed, 9 insertions, 24 deletions
diff --git a/node_modules/init-package-json/package.json b/node_modules/init-package-json/package.json
index 84d3814f8..a03182a12 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": "0.0.17",
+ "version": "0.1.0",
"main": "init-package-json.js",
"scripts": {
"test": "tap test/*.js"
@@ -17,11 +17,11 @@
"license": "ISC",
"description": "A node module to get your node module started",
"dependencies": {
+ "glob": "^4.0.2",
"promzard": "~0.2.0",
"read": "~1.0.1",
"read-package-json": "1",
- "semver": "2.x",
- "glob": "~3.2.7"
+ "semver": "2.x"
},
"devDependencies": {
"tap": "~0.2.5",
@@ -37,29 +37,14 @@
"prompt",
"start"
],
- "gitHead": "cbc53fbedd4246d62ec99ea3a61a113a07d21629",
+ "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": "378bf828106a56e340d3017258ae372a12f0efe7",
"bugs": {
"url": "https://github.com/isaacs/init-package-json/issues"
},
"homepage": "https://github.com/isaacs/init-package-json",
- "_id": "init-package-json@0.0.17",
- "_shasum": "395f2cb8d1c5af93ba6ec19dafa64717047f90c3",
- "_from": "init-package-json@latest",
- "_npmVersion": "1.4.10",
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "dist": {
- "shasum": "395f2cb8d1c5af93ba6ec19dafa64717047f90c3",
- "tarball": "http://registry.npmjs.org/init-package-json/-/init-package-json-0.0.17.tgz"
- },
- "directories": {},
- "_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-0.0.17.tgz"
+ "_id": "init-package-json@0.1.0",
+ "_shasum": "249c982759a102556f294f2592c14a2dad855f52",
+ "_from": "init-package-json@latest"
}