summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/argparse/package.json
blob: 2ad636b89cabcbeb0b72702c3e130af75ed7d46c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
  "_args": [
    [
      "argparse@^1.0.2",
      "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/js-yaml"
    ]
  ],
  "_from": "argparse@>=1.0.2 <2.0.0",
  "_id": "argparse@1.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/argparse",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "vitaly@rcdesign.ru",
    "name": "vitaly"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "argparse",
    "raw": "argparse@^1.0.2",
    "rawSpec": "^1.0.2",
    "scope": null,
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint/js-yaml"
  ],
  "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz",
  "_shasum": "14389deeb0c28fc4cda9405b9f532a4e3785ce84",
  "_shrinkwrap": null,
  "_spec": "argparse@^1.0.2",
  "_where": "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/js-yaml",
  "bugs": {
    "url": "https://github.com/nodeca/argparse/issues"
  },
  "contributors": [
    {
      "name": "Eugene Shkuropat"
    },
    {
      "name": "Paul Jacobson"
    }
  ],
  "dependencies": {
    "lodash": ">= 3.2.0 < 4.0.0",
    "sprintf-js": "~1.0.2"
  },
  "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "14389deeb0c28fc4cda9405b9f532a4e3785ce84",
    "tarball": "http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz"
  },
  "gitHead": "e46e471f113ba31074c0d0c156f93fd7a618b27c",
  "homepage": "https://github.com/nodeca/argparse",
  "keywords": [
    "argparse",
    "args",
    "cli",
    "option",
    "parser"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "vitaly",
      "email": "vitaly@rcdesign.ru"
    }
  ],
  "name": "argparse",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeca/argparse.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.0.3"
}