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

package.json « nopt « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1d533ff4100c984777689bceb38fbcc58629573 (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
{
  "_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": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bin": {
    "nopt": "./bin/nopt.js"
  },
  "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"
  },
  "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"
    }
  ],
  "name": "nopt",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/isaacs/nopt.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "3.0.2"
}