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.
74 lines
1.8 KiB
74 lines
1.8 KiB
{
|
|
"name": "normalize-package-data",
|
|
"version": "1.0.2",
|
|
"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": "05fafb91466ac634fa7d591d0796d64b0b432dc0",
|
|
"bugs": {
|
|
"url": "https://github.com/meryn/normalize-package-data/issues"
|
|
},
|
|
"homepage": "https://github.com/meryn/normalize-package-data",
|
|
"_id": "normalize-package-data@1.0.2",
|
|
"_shasum": "32a902ad3cad3286f1106b9b9550062f44ee2118",
|
|
"_from": "normalize-package-data@>=1.0.1-0 <1.1.0-0",
|
|
"_npmVersion": "2.0.0-beta.3",
|
|
"_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": "32a902ad3cad3286f1106b9b9550062f44ee2118",
|
|
"tarball": "http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-1.0.2.tgz"
|
|
}
|
|
|