summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/is-my-json-valid/package.json
blob: 929ada2ba28d34c78eee59d8bbf5b7a019289fdc (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
{
  "_args": [
    [
      "is-my-json-valid@^2.10.0",
      "/Users/trott/test/node_modules/eslint"
    ]
  ],
  "_from": "is-my-json-valid@>=2.10.0 <3.0.0",
  "_id": "is-my-json-valid@2.12.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/is-my-json-valid",
  "_nodeVersion": "4.2.3",
  "_npmUser": {
    "email": "mathiasbuus@gmail.com",
    "name": "mafintosh"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-my-json-valid",
    "raw": "is-my-json-valid@^2.10.0",
    "rawSpec": "^2.10.0",
    "scope": null,
    "spec": ">=2.10.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.4.tgz",
  "_shasum": "d4ed2bc1d7f88daf8d0f763b3e3e39a69bd37880",
  "_shrinkwrap": null,
  "_spec": "is-my-json-valid@^2.10.0",
  "_where": "/Users/trott/test/node_modules/eslint",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  },
  "dependencies": {
    "generate-function": "^2.0.0",
    "generate-object-property": "^1.1.0",
    "jsonpointer": "2.0.0",
    "xtend": "^4.0.0"
  },
  "description": "A JSONSchema validator that uses code generation to be extremely fast",
  "devDependencies": {
    "tape": "^2.13.4"
  },
  "directories": {},
  "dist": {
    "shasum": "d4ed2bc1d7f88daf8d0f763b3e3e39a69bd37880",
    "tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.4.tgz"
  },
  "gitHead": "8978aa8f40eef4ac47a5d18270c13abd48927ddb",
  "homepage": "https://github.com/mafintosh/is-my-json-valid",
  "keywords": [
    "json",
    "schema",
    "orderly",
    "jsonschema"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "freeall@gmail.com",
      "name": "freeall"
    },
    {
      "email": "mathiasbuus@gmail.com",
      "name": "mafintosh"
    },
    {
      "email": "w@tson.dk",
      "name": "watson"
    },
    {
      "email": "i@yoshuawuyts.com",
      "name": "yoshuawuyts"
    }
  ],
  "name": "is-my-json-valid",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "2.12.4"
}