Version 1
[yaffs-website] / node_modules / is-my-json-valid / package.json
1 {
2   "_args": [
3     [
4       "is-my-json-valid@^2.12.4",
5       "/var/www/yaffs/node_modules/phantomjs-prebuilt/node_modules/har-validator"
6     ]
7   ],
8   "_from": "is-my-json-valid@>=2.12.4 <3.0.0",
9   "_id": "is-my-json-valid@2.16.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-my-json-valid",
13   "_nodeVersion": "7.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/is-my-json-valid-2.16.0.tgz_1488122410016_0.7586333625949919"
17   },
18   "_npmUser": {
19     "email": "linus@folkdatorn.se",
20     "name": "linusu"
21   },
22   "_npmVersion": "4.1.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "is-my-json-valid",
26     "raw": "is-my-json-valid@^2.12.4",
27     "rawSpec": "^2.12.4",
28     "scope": null,
29     "spec": ">=2.12.4 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/phantomjs-prebuilt/har-validator",
34     "/uncss/har-validator"
35   ],
36   "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz",
37   "_shasum": "f079dd9bfdae65ee2038aae8acbc86ab109e3693",
38   "_shrinkwrap": null,
39   "_spec": "is-my-json-valid@^2.12.4",
40   "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt/node_modules/har-validator",
41   "author": {
42     "name": "Mathias Buus"
43   },
44   "bugs": {
45     "url": "https://github.com/mafintosh/is-my-json-valid/issues"
46   },
47   "dependencies": {
48     "generate-function": "^2.0.0",
49     "generate-object-property": "^1.1.0",
50     "jsonpointer": "^4.0.0",
51     "xtend": "^4.0.0"
52   },
53   "description": "A JSONSchema validator that uses code generation to be extremely fast",
54   "devDependencies": {
55     "tape": "^2.13.4"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "f079dd9bfdae65ee2038aae8acbc86ab109e3693",
60     "tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz"
61   },
62   "gitHead": "01db30a6c968bfa87f2b6e16a905e73172bc6bea",
63   "homepage": "https://github.com/mafintosh/is-my-json-valid",
64   "keywords": [
65     "json",
66     "jsonschema",
67     "orderly",
68     "schema"
69   ],
70   "license": "MIT",
71   "main": "index.js",
72   "maintainers": [
73     {
74       "name": "emilbay",
75       "email": "github@tixz.dk"
76     },
77     {
78       "name": "emilbayes",
79       "email": "github@tixz.dk"
80     },
81     {
82       "name": "freeall",
83       "email": "freeall@gmail.com"
84     },
85     {
86       "name": "linusu",
87       "email": "linus@folkdatorn.se"
88     },
89     {
90       "name": "mafintosh",
91       "email": "mathiasbuus@gmail.com"
92     },
93     {
94       "name": "watson",
95       "email": "w@tson.dk"
96     },
97     {
98       "name": "yoshuawuyts",
99       "email": "i@yoshuawuyts.com"
100     }
101   ],
102   "name": "is-my-json-valid",
103   "optionalDependencies": {},
104   "readme": "ERROR: No README data found!",
105   "repository": {
106     "type": "git",
107     "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
108   },
109   "scripts": {
110     "test": "tape test/*.js"
111   },
112   "version": "2.16.0"
113 }