summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/aproba/package.json
blob: b5e08a31c11f9ce99c2ca28514824b3dcf2b0e0f (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
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_args": [
    [
      {
        "raw": "aproba@~1.0.3",
        "scope": null,
        "escapedName": "aproba",
        "name": "aproba",
        "rawSpec": "~1.0.3",
        "spec": ">=1.0.3 <1.1.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "aproba@>=1.0.3 <1.1.0",
  "_id": "aproba@1.0.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/aproba",
  "_nodeVersion": "4.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/aproba-1.0.4.tgz_1466718885402_0.5348939662799239"
  },
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "_npmVersion": "3.10.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "aproba@~1.0.3",
    "scope": null,
    "escapedName": "aproba",
    "name": "aproba",
    "rawSpec": "~1.0.3",
    "spec": ">=1.0.3 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/npmlog/gauge"
  ],
  "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.0.4.tgz",
  "_shasum": "2713680775e7614c8ba186c065d4e2e52d1072c0",
  "_shrinkwrap": null,
  "_spec": "aproba@~1.0.3",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org"
  },
  "bugs": {
    "url": "https://github.com/iarna/aproba/issues"
  },
  "dependencies": {},
  "description": "A rediculously light-weight argument validator",
  "devDependencies": {
    "standard": "^7.1.2",
    "tap": "^5.7.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "2713680775e7614c8ba186c065d4e2e52d1072c0",
    "tarball": "https://registry.npmjs.org/aproba/-/aproba-1.0.4.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "c6c8f82d519b9ec3816f20f23a9101083c022200",
  "homepage": "https://github.com/iarna/aproba",
  "keywords": [
    "argument",
    "validate"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "name": "aproba",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/aproba.git"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "version": "1.0.4"
}