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.
126 lines
3.1 KiB
126 lines
3.1 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "normalize-package-data@latest",
|
|
"scope": null,
|
|
"escapedName": "normalize-package-data",
|
|
"name": "normalize-package-data",
|
|
"rawSpec": "latest",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"/Users/zkat/Documents/code/npm"
|
|
]
|
|
],
|
|
"_from": "normalize-package-data@latest",
|
|
"_id": "normalize-package-data@2.3.6",
|
|
"_inCache": true,
|
|
"_location": "/normalize-package-data",
|
|
"_nodeVersion": "7.7.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/normalize-package-data-2.3.6.tgz_1488928112411_0.01280554523691535"
|
|
},
|
|
"_npmUser": {
|
|
"name": "zkat",
|
|
"email": "kat@sykosomatic.org"
|
|
},
|
|
"_npmVersion": "4.1.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "normalize-package-data@latest",
|
|
"scope": null,
|
|
"escapedName": "normalize-package-data",
|
|
"name": "normalize-package-data",
|
|
"rawSpec": "latest",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/npm-registry-client",
|
|
"/read-package-json"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.6.tgz",
|
|
"_shasum": "498fa420c96401f787402ba21e600def9f981fff",
|
|
"_shrinkwrap": null,
|
|
"_spec": "normalize-package-data@latest",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Meryn Stol",
|
|
"email": "merynstol@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/normalize-package-data/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"description": "Normalizes data that can be found in package.json files.",
|
|
"devDependencies": {
|
|
"async": "^1.5.0",
|
|
"tap": "^2.2.0",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "498fa420c96401f787402ba21e600def9f981fff",
|
|
"tarball": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.6.tgz"
|
|
},
|
|
"gitHead": "f6c37066edd095c0e465f6e181c0cd79a02f6c3d",
|
|
"homepage": "https://github.com/npm/normalize-package-data#readme",
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/normalize.js",
|
|
"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"
|
|
}
|
|
],
|
|
"name": "normalize-package-data",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/npm/normalize-package-data.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "2.3.6"
|
|
}
|
|
|