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/nopt/package.json')
-rw-r--r--node_modules/nopt/package.json84
1 files changed, 54 insertions, 30 deletions
diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json
index 97c090b2f..e1d533ff4 100644
--- a/node_modules/nopt/package.json
+++ b/node_modules/nopt/package.json
@@ -1,55 +1,79 @@
{
- "name": "nopt",
- "version": "3.0.2",
- "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
+ "_args": [
+ [
+ "nopt@~3.0.2",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "nopt@>=3.0.2 <3.1.0",
+ "_id": "nopt@3.0.2",
+ "_inCache": true,
+ "_location": "/nopt",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
+ },
+ "_npmVersion": "2.10.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "nopt",
+ "raw": "nopt@~3.0.2",
+ "rawSpec": "~3.0.2",
+ "scope": null,
+ "spec": ">=3.0.2 <3.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/node-gyp"
+ ],
+ "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz",
+ "_shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
+ "_shrinkwrap": null,
+ "_spec": "nopt@~3.0.2",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
- "main": "lib/nopt.js",
- "scripts": {
- "test": "tap test/*.js"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/isaacs/nopt.git"
- },
"bin": {
"nopt": "./bin/nopt.js"
},
- "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/isaacs/nopt/issues"
+ },
"dependencies": {
"abbrev": "1"
},
+ "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {
"tap": "~0.4.8"
},
- "gitHead": "a0ff8dcbb29ae9da68769c9f782bd4d70746b02d",
- "bugs": {
- "url": "https://github.com/isaacs/nopt/issues"
- },
- "homepage": "https://github.com/isaacs/nopt#readme",
- "_id": "nopt@3.0.2",
- "_shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
- "_from": "nopt@>=3.0.2 <3.1.0",
- "_npmVersion": "2.10.0",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
+ "directories": {},
"dist": {
"shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
"tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz"
},
+ "gitHead": "a0ff8dcbb29ae9da68769c9f782bd4d70746b02d",
+ "homepage": "https://github.com/isaacs/nopt#readme",
+ "license": "ISC",
+ "main": "lib/nopt.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz",
- "readme": "ERROR: No README data found!"
+ "name": "nopt",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/isaacs/nopt.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "3.0.2"
}