• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "aproba@^1.1.2",
3  "_id": "aproba@1.2.0",
4  "_inBundle": false,
5  "_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
6  "_location": "/gentle-fs/aproba",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "aproba@^1.1.2",
12    "name": "aproba",
13    "escapedName": "aproba",
14    "rawSpec": "^1.1.2",
15    "saveSpec": null,
16    "fetchSpec": "^1.1.2"
17  },
18  "_requiredBy": [
19    "/gentle-fs"
20  ],
21  "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
22  "_shasum": "6802e6264efd18c790a1b0d517f0f2627bf2c94a",
23  "_spec": "aproba@^1.1.2",
24  "_where": "/Users/aeschright/code/cli/node_modules/gentle-fs",
25  "author": {
26    "name": "Rebecca Turner",
27    "email": "me@re-becca.org"
28  },
29  "bugs": {
30    "url": "https://github.com/iarna/aproba/issues"
31  },
32  "bundleDependencies": false,
33  "dependencies": {},
34  "deprecated": false,
35  "description": "A ridiculously light-weight argument validator (now browser friendly)",
36  "devDependencies": {
37    "standard": "^10.0.3",
38    "tap": "^10.0.2"
39  },
40  "directories": {
41    "test": "test"
42  },
43  "files": [
44    "index.js"
45  ],
46  "homepage": "https://github.com/iarna/aproba",
47  "keywords": [
48    "argument",
49    "validate"
50  ],
51  "license": "ISC",
52  "main": "index.js",
53  "name": "aproba",
54  "repository": {
55    "type": "git",
56    "url": "git+https://github.com/iarna/aproba.git"
57  },
58  "scripts": {
59    "test": "standard && tap -j3 test/*.js"
60  },
61  "version": "1.2.0"
62}
63