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.
86 lines
2.1 KiB
86 lines
2.1 KiB
{
|
|
"name": "normalize-package-data",
|
|
"version": "2.3.4",
|
|
"author": {
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
"description": "Normalizes data that can be found in package.json files.",
|
|
"license": "BSD-2-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/npm/normalize-package-data.git"
|
|
},
|
|
"main": "lib/normalize.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.0.2",
|
|
"is-builtin-module": "^1.0.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"async": "~0.9.0",
|
|
"tap": "^1.1.0",
|
|
"underscore": "~1.4.4"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
{
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
}
|
|
],
|
|
"gitHead": "0aa15b23116f2dfd086f1ed6bf213cbb7e7490dd",
|
|
"bugs": {
|
|
"url": "https://github.com/npm/normalize-package-data/issues"
|
|
},
|
|
"homepage": "https://github.com/npm/normalize-package-data#readme",
|
|
"_id": "normalize-package-data@2.3.4",
|
|
"_shasum": "b92233ce6ef04fbd6bc0c05dead155af33a623e0",
|
|
"_from": "normalize-package-data@>=2.3.4 <2.4.0",
|
|
"_npmVersion": "2.14.3",
|
|
"_nodeVersion": "2.2.2",
|
|
"_npmUser": {
|
|
"name": "zkat",
|
|
"email": "kat@sykosomatic.org"
|
|
},
|
|
"dist": {
|
|
"shasum": "b92233ce6ef04fbd6bc0c05dead155af33a623e0",
|
|
"tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.4.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
{
|
|
"name": "meryn",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
{
|
|
"name": "zkat",
|
|
"email": "kat@sykosomatic.org"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.4.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|