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/commander/package.json')
-rw-r--r--node_modules/commander/package.json98
1 files changed, 0 insertions, 98 deletions
diff --git a/node_modules/commander/package.json b/node_modules/commander/package.json
deleted file mode 100644
index ba89d2e64..000000000
--- a/node_modules/commander/package.json
+++ /dev/null
@@ -1,98 +0,0 @@
-{
- "_args": [
- [
- "commander@^2.8.1",
- "/Users/rebecca/code/npm/node_modules/har-validator"
- ]
- ],
- "_from": "commander@>=2.8.1 <3.0.0",
- "_id": "commander@2.8.1",
- "_inCache": true,
- "_location": "/commander",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "email": "zhiyelee@gmail.com",
- "name": "zhiyelee"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "commander",
- "raw": "commander@^2.8.1",
- "rawSpec": "^2.8.1",
- "scope": null,
- "spec": ">=2.8.1 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/har-validator"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
- "_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
- "_shrinkwrap": null,
- "_spec": "commander@^2.8.1",
- "_where": "/Users/rebecca/code/npm/node_modules/har-validator",
- "author": {
- "email": "tj@vision-media.ca",
- "name": "TJ Holowaychuk"
- },
- "bugs": {
- "url": "https://github.com/tj/commander.js/issues"
- },
- "dependencies": {
- "graceful-readlink": ">= 1.0.0"
- },
- "description": "the complete solution for node.js command-line programs",
- "devDependencies": {
- "should": ">= 0.0.1",
- "sinon": ">= 1.14.1"
- },
- "directories": {},
- "dist": {
- "shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",
- "tarball": "http://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
- },
- "engines": {
- "node": ">= 0.6.x"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "c6c84726050b19c0373de27cd359f3baddff579f",
- "homepage": "https://github.com/tj/commander.js",
- "keywords": [
- "command",
- "option",
- "parser"
- ],
- "license": "MIT",
- "main": "index",
- "maintainers": [
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- },
- {
- "name": "somekittens",
- "email": "rkoutnik@gmail.com"
- },
- {
- "name": "zhiyelee",
- "email": "zhiyelee@gmail.com"
- },
- {
- "name": "thethomaseffect",
- "email": "thethomaseffect@gmail.com"
- }
- ],
- "name": "commander",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/tj/commander.js.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "2.8.1"
-}