UNPKG

1.55 kBJSONView Raw
1{
2 "_from": "aproba@2.0.0",
3 "_id": "aproba@2.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
6 "_location": "/aproba",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "aproba@2.0.0",
12 "name": "aproba",
13 "escapedName": "aproba",
14 "rawSpec": "2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "2.0.0"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/",
21 "/npm-profile"
22 ],
23 "_resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
24 "_shasum": "52520b8ae5b569215b354efc0caa3fe1e45a8adc",
25 "_spec": "aproba@2.0.0",
26 "_where": "/Users/aeschright/code/cli",
27 "author": {
28 "name": "Rebecca Turner",
29 "email": "me@re-becca.org"
30 },
31 "bugs": {
32 "url": "https://github.com/iarna/aproba/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {},
36 "deprecated": false,
37 "description": "A ridiculously light-weight argument validator (now browser friendly)",
38 "devDependencies": {
39 "standard": "^11.0.1",
40 "tap": "^12.0.1"
41 },
42 "directories": {
43 "test": "test"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/iarna/aproba",
49 "keywords": [
50 "argument",
51 "validate"
52 ],
53 "license": "ISC",
54 "main": "index.js",
55 "name": "aproba",
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/iarna/aproba.git"
59 },
60 "scripts": {
61 "pretest": "standard",
62 "test": "tap --100 -J test/*.js"
63 },
64 "version": "2.0.0"
65}