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.
99 lines
2.2 KiB
99 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "aproba@~1.0.3",
|
|
"scope": null,
|
|
"escapedName": "aproba",
|
|
"name": "aproba",
|
|
"rawSpec": "~1.0.3",
|
|
"spec": ">=1.0.3 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "aproba@>=1.0.3 <1.1.0",
|
|
"_id": "aproba@1.0.4",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/aproba",
|
|
"_nodeVersion": "4.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/aproba-1.0.4.tgz_1466718885402_0.5348939662799239"
|
|
},
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"_npmVersion": "3.10.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "aproba@~1.0.3",
|
|
"scope": null,
|
|
"escapedName": "aproba",
|
|
"name": "aproba",
|
|
"rawSpec": "~1.0.3",
|
|
"spec": ">=1.0.3 <1.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/npmlog/gauge"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.0.4.tgz",
|
|
"_shasum": "2713680775e7614c8ba186c065d4e2e52d1072c0",
|
|
"_shrinkwrap": null,
|
|
"_spec": "aproba@~1.0.3",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/aproba/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A rediculously light-weight argument validator",
|
|
"devDependencies": {
|
|
"standard": "^7.1.2",
|
|
"tap": "^5.7.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "2713680775e7614c8ba186c065d4e2e52d1072c0",
|
|
"tarball": "https://registry.npmjs.org/aproba/-/aproba-1.0.4.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "c6c8f82d519b9ec3816f20f23a9101083c022200",
|
|
"homepage": "https://github.com/iarna/aproba",
|
|
"keywords": [
|
|
"argument",
|
|
"validate"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"name": "aproba",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iarna/aproba.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap test/*.js"
|
|
},
|
|
"version": "1.0.4"
|
|
}
|
|
|