Initial commit
[yaffs-website] / node_modules / ajv / package.json
1 {
2   "_args": [
3     [
4       "ajv@^4.9.1",
5       "/var/www/yaffs/node_modules/har-validator"
6     ]
7   ],
8   "_from": "ajv@>=4.9.1 <5.0.0",
9   "_id": "ajv@4.11.4",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/ajv",
13   "_nodeVersion": "4.6.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/ajv-4.11.4.tgz_1488652451968_0.44489557039923966"
17   },
18   "_npmUser": {
19     "email": "e.poberezkin@me.com",
20     "name": "esp"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "ajv",
26     "raw": "ajv@^4.9.1",
27     "rawSpec": "^4.9.1",
28     "scope": null,
29     "spec": ">=4.9.1 <5.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/har-validator"
34   ],
35   "_resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.4.tgz",
36   "_shasum": "ebf3a55d4b132ea60ff5847ae85d2ef069960b45",
37   "_shrinkwrap": null,
38   "_spec": "ajv@^4.9.1",
39   "_where": "/var/www/yaffs/node_modules/har-validator",
40   "author": {
41     "name": "Evgeny Poberezkin"
42   },
43   "bugs": {
44     "url": "https://github.com/epoberezkin/ajv/issues"
45   },
46   "dependencies": {
47     "co": "^4.6.0",
48     "json-stable-stringify": "^1.0.1"
49   },
50   "description": "Another JSON Schema Validator",
51   "devDependencies": {
52     "bluebird": "^3.1.5",
53     "brfs": "^1.4.3",
54     "browserify": "^14.1.0",
55     "chai": "^3.5.0",
56     "coveralls": "^2.11.4",
57     "dot": "^1.0.3",
58     "eslint": "^3.2.2",
59     "gh-pages-generator": "^0.2.0",
60     "glob": "^7.0.0",
61     "if-node-version": "^1.0.0",
62     "js-beautify": "^1.5.6",
63     "jshint": "^2.8.0",
64     "json-schema-test": "^1.1.1",
65     "karma": "^1.0.0",
66     "karma-chrome-launcher": "^2.0.0",
67     "karma-mocha": "^1.1.1",
68     "karma-phantomjs-launcher": "^1.0.0",
69     "karma-sauce-launcher": "^1.1.0",
70     "mocha": "^3.0.0",
71     "nodent": "^3.0.2",
72     "nyc": "^10.0.0",
73     "phantomjs-prebuilt": "^2.1.4",
74     "pre-commit": "^1.1.1",
75     "regenerator": "0.9.5",
76     "require-globify": "^1.3.0",
77     "typescript": "^2.0.3",
78     "uglify-js": "^2.6.1",
79     "watch": "^1.0.0"
80   },
81   "directories": {},
82   "dist": {
83     "shasum": "ebf3a55d4b132ea60ff5847ae85d2ef069960b45",
84     "tarball": "https://registry.npmjs.org/ajv/-/ajv-4.11.4.tgz"
85   },
86   "files": [
87     ".tonic_example.js",
88     "LICENSE",
89     "dist/",
90     "lib/",
91     "scripts/"
92   ],
93   "gitHead": "3760c359455ba33b66b4427d17cb655d039bc550",
94   "homepage": "https://github.com/epoberezkin/ajv",
95   "keywords": [
96     "JSON",
97     "json-schema",
98     "json-schema-validation",
99     "json-schema-validator",
100     "jsonschema",
101     "schema",
102     "validation",
103     "validator"
104   ],
105   "license": "MIT",
106   "main": "lib/ajv.js",
107   "maintainers": [
108     {
109       "name": "blakeembrey",
110       "email": "hello@blakeembrey.com"
111     },
112     {
113       "name": "esp",
114       "email": "e.poberezkin@me.com"
115     }
116   ],
117   "name": "ajv",
118   "nyc": {
119     "exclude": [
120       "**/spec/**",
121       "node_modules"
122     ],
123     "reporter": [
124       "lcov",
125       "text-summary"
126     ]
127   },
128   "optionalDependencies": {},
129   "readme": "ERROR: No README data found!",
130   "repository": {
131     "type": "git",
132     "url": "git+https://github.com/epoberezkin/ajv.git"
133   },
134   "scripts": {
135     "build": "rm -f lib/dotjs/*.js && node scripts/compile-dots.js",
136     "bundle": "./scripts/bundle . Ajv pure_getters",
137     "bundle-all": "rm -rf dist && npm run bundle && npm run bundle-regenerator && npm run bundle-nodent",
138     "bundle-beautify": "./scripts/bundle js-beautify",
139     "bundle-nodent": "./scripts/bundle nodent",
140     "bundle-regenerator": "./scripts/bundle regenerator",
141     "eslint": "if-node-version '>=4' eslint lib/*.js lib/compile/*.js spec",
142     "jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
143     "prepublish": "npm run build && npm run bundle-all",
144     "test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov && npm run test-browser",
145     "test-browser": "rm -rf .browser && npm run bundle-all && scripts/prepare-tests && npm run test-karma",
146     "test-cov": "nyc npm run test-spec",
147     "test-debug": "mocha spec/*.spec.js --debug-brk -R spec",
148     "test-fast": "AJV_FAST_TEST=true npm run test-spec",
149     "test-karma": "karma start --single-run --browsers PhantomJS",
150     "test-spec": "mocha spec/*.spec.js -R spec",
151     "test-ts": "tsc --target ES5 --noImplicitAny lib/ajv.d.ts",
152     "watch": "watch 'npm run build' ./lib/dot"
153   },
154   "tonicExampleFilename": ".tonic_example.js",
155   "typings": "lib/ajv.d.ts",
156   "version": "4.11.4",
157   "webpack": "dist/ajv.bundle.js"
158 }