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.
67 lines
1.6 KiB
67 lines
1.6 KiB
{
|
|
"_from": "aproba@1.1.2",
|
|
"_id": "aproba@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZpYajIfO0j2cOFTO955KUMIKNmj6zhX8kVztMAxFsDaMwz+9Z9SV0uou2pC9HJqcfpffOsjnbrDMvkNy+9RXPw==",
|
|
"_location": "/aproba",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "aproba@1.1.2",
|
|
"name": "aproba",
|
|
"escapedName": "aproba",
|
|
"rawSpec": "1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/",
|
|
"/move-concurrently",
|
|
"/move-concurrently/copy-concurrently",
|
|
"/move-concurrently/run-queue",
|
|
"/npmlog/gauge"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.2.tgz",
|
|
"_shasum": "45c6629094de4e96f693ef7eab74ae079c240fc1",
|
|
"_spec": "aproba@1.1.2",
|
|
"_where": "/Users/rebecca/code/npm",
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/aproba/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A rediculously light-weight argument validator",
|
|
"devDependencies": {
|
|
"standard": "^8.6.0",
|
|
"tap": "^10.0.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/iarna/aproba",
|
|
"keywords": [
|
|
"argument",
|
|
"validate"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "aproba",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iarna/aproba.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap -j3 test/*.js"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|
|
|