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.
54 lines
1.2 KiB
54 lines
1.2 KiB
{
|
|
"name": "aproba",
|
|
"version": "1.0.1",
|
|
"description": "A rediculously light-weight argument validator",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "^0.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iarna/aproba"
|
|
},
|
|
"keywords": [
|
|
"argument",
|
|
"validate"
|
|
],
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/aproba/issues"
|
|
},
|
|
"homepage": "https://github.com/iarna/aproba",
|
|
"gitHead": "a2ea029793a14cddb9457afd0a83dc421889c7ad",
|
|
"_id": "aproba@1.0.1",
|
|
"_shasum": "c4ac2cc5becfb8b099de7ef9f02790e7d32d99ef",
|
|
"_from": "aproba@>=1.0.1 <1.1.0",
|
|
"_npmVersion": "2.7.5",
|
|
"_nodeVersion": "1.6.2",
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "c4ac2cc5becfb8b099de7ef9f02790e7d32d99ef",
|
|
"tarball": "http://registry.npmjs.org/aproba/-/aproba-1.0.1.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.0.1.tgz"
|
|
}
|
|
|