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.
75 lines
1.9 KiB
75 lines
1.9 KiB
{
|
|
"name": "normalize-package-data",
|
|
"version": "1.0.3",
|
|
"author": {
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
"description": "Normalizes data that can be found in package.json files.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/meryn/normalize-package-data.git"
|
|
},
|
|
"main": "lib/normalize.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"dependencies": {
|
|
"github-url-from-git": "^1.3.0",
|
|
"github-url-from-username-repo": "^1.0.0",
|
|
"semver": "2 || 3 || 4"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.2.5",
|
|
"underscore": "~1.4.4",
|
|
"async": "~0.9.0"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
{
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
}
|
|
],
|
|
"gitHead": "8c30091c83b1a41e113757148c4543ef61ff863d",
|
|
"bugs": {
|
|
"url": "https://github.com/meryn/normalize-package-data/issues"
|
|
},
|
|
"homepage": "https://github.com/meryn/normalize-package-data",
|
|
"_id": "normalize-package-data@1.0.3",
|
|
"_shasum": "8be955b8907af975f1a4584ea8bb9b41492312f5",
|
|
"_from": "normalize-package-data@>=1.0.3 <1.1.0",
|
|
"_npmVersion": "2.1.0",
|
|
"_nodeVersion": "0.10.31",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "meryn",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "8be955b8907af975f1a4584ea8bb9b41492312f5",
|
|
"tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.3.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.3.tgz"
|
|
}
|
|
|