Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/aproba/package.json')
-rw-r--r--node_modules/aproba/package.json89
1 files changed, 33 insertions, 56 deletions
diff --git a/node_modules/aproba/package.json b/node_modules/aproba/package.json
index 16f35b0a5..b41acdf97 100644
--- a/node_modules/aproba/package.json
+++ b/node_modules/aproba/package.json
@@ -1,77 +1,54 @@
{
- "_args": [
- [
- "aproba@~1.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "aproba@>=1.0.1 <1.1.0",
- "_id": "aproba@1.0.1",
- "_inCache": true,
- "_location": "/aproba",
- "_nodeVersion": "1.6.2",
- "_npmUser": {
- "email": "me@re-becca.org",
- "name": "iarna"
- },
- "_npmVersion": "2.7.5",
- "_phantomChildren": {},
- "_requested": {
- "name": "aproba",
- "raw": "aproba@~1.0.1",
- "rawSpec": "~1.0.1",
- "scope": null,
- "spec": ">=1.0.1 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_shasum": "c4ac2cc5becfb8b099de7ef9f02790e7d32d99ef",
- "_shrinkwrap": null,
- "_spec": "aproba@~1.0.1",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "email": "me@re-becca.org",
- "name": "Rebecca Turner"
- },
- "bugs": {
- "url": "https://github.com/iarna/aproba/issues"
+ "name": "aproba",
+ "version": "1.0.1",
+ "description": "A rediculously light-weight argument validator",
+ "main": "index.js",
+ "directories": {
+ "test": "test"
},
"dependencies": {},
- "description": "A rediculously light-weight argument validator",
"devDependencies": {
"tap": "^0.7.0"
},
- "directories": {
- "test": "test"
+ "scripts": {
+ "test": "tap test/*.js"
},
- "dist": {
- "shasum": "c4ac2cc5becfb8b099de7ef9f02790e7d32d99ef",
- "tarball": "http://registry.npmjs.org/aproba/-/aproba-1.0.1.tgz"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/iarna/aproba"
},
- "gitHead": "a2ea029793a14cddb9457afd0a83dc421889c7ad",
- "homepage": "https://github.com/iarna/aproba",
"keywords": [
"argument",
"validate"
],
+ "author": {
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org"
+ },
"license": "ISC",
- "main": "index.js",
+ "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"
}
],
- "name": "aproba",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/iarna/aproba"
- },
- "scripts": {
- "test": "tap test/*.js"
+ "dist": {
+ "shasum": "c4ac2cc5becfb8b099de7ef9f02790e7d32d99ef",
+ "tarball": "http://registry.npmjs.org/aproba/-/aproba-1.0.1.tgz"
},
- "version": "1.0.1"
+ "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.0.1.tgz"
}