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.1 KiB
83 lines
2.1 KiB
{
|
|
"_from": "normalize-package-data@~2.3.8",
|
|
"_id": "normalize-package-data@2.3.8",
|
|
"_integrity": "sha1-2Bntoqne29H/pWPqQHHZNngilbs=",
|
|
"_location": "/normalize-package-data",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "normalize-package-data@~2.3.8",
|
|
"name": "normalize-package-data",
|
|
"escapedName": "normalize-package-data",
|
|
"rawSpec": "~2.3.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.3.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/npm-registry-client",
|
|
"/pacote",
|
|
"/read-package-json"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.8.tgz",
|
|
"_shasum": "d819eda2a9dedbd1ffa563ea4071d936782295bb",
|
|
"_shrinkwrap": null,
|
|
"_spec": "normalize-package-data@~2.3.8",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
"bin": null,
|
|
"bugs": {
|
|
"url": "https://github.com/npm/normalize-package-data/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
{
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"is-builtin-module": "^1.0.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Normalizes data that can be found in package.json files.",
|
|
"devDependencies": {
|
|
"async": "^1.5.0",
|
|
"tap": "^2.2.0",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"files": [
|
|
"lib/*.js",
|
|
"lib/*.json",
|
|
"AUTHORS"
|
|
],
|
|
"homepage": "https://github.com/npm/normalize-package-data#readme",
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/normalize.js",
|
|
"name": "normalize-package-data",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/npm/normalize-package-data.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "2.3.8"
|
|
}
|
|
|