mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.0 KiB
83 lines
2.0 KiB
{
|
|
"_from": "init-package-json@~1.10.1",
|
|
"_id": "init-package-json@1.10.1",
|
|
"_integrity": "sha1-zYc6FneWvvuZYSsodioLY5P9j2o=",
|
|
"_location": "/init-package-json",
|
|
"_phantomChildren": {
|
|
"read": "1.0.7"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "init-package-json@~1.10.1",
|
|
"name": "init-package-json",
|
|
"escapedName": "init-package-json",
|
|
"rawSpec": "~1.10.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.10.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.10.1.tgz",
|
|
"_shasum": "cd873a167796befb99612b28762a0b6393fd8f6a",
|
|
"_shrinkwrap": null,
|
|
"_spec": "init-package-json@~1.10.1",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/npm/init-package-json/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"npm-package-arg": "^4.0.0 || ^5.0.0",
|
|
"promzard": "^0.3.0",
|
|
"read": "~1.0.1",
|
|
"read-package-json": "1 || 2",
|
|
"semver": "2.x || 3.x || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A node module to get your node module started",
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"npm": "^4.3.0",
|
|
"rimraf": "^2.1.4",
|
|
"tap": "^10.3.0"
|
|
},
|
|
"files": [
|
|
"default-input.js",
|
|
"init-package-json.js"
|
|
],
|
|
"homepage": "https://github.com/npm/init-package-json#readme",
|
|
"keywords": [
|
|
"init",
|
|
"package.json",
|
|
"package",
|
|
"helper",
|
|
"wizard",
|
|
"wizerd",
|
|
"prompt",
|
|
"start"
|
|
],
|
|
"license": "ISC",
|
|
"main": "init-package-json.js",
|
|
"name": "init-package-json",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/init-package-json.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.10.1"
|
|
}
|
|
|