UNPKG

3.83 kBJSONView Raw
1{
2 "_args": [
3 [
4 "ajv@4.11.8",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "ajv@4.11.8",
9 "_id": "ajv@4.11.8",
10 "_inBundle": false,
11 "_integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
12 "_location": "/ajv",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "ajv@4.11.8",
18 "name": "ajv",
19 "escapedName": "ajv",
20 "rawSpec": "4.11.8",
21 "saveSpec": null,
22 "fetchSpec": "4.11.8"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
26 "_spec": "4.11.8",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Evgeny Poberezkin"
30 },
31 "bugs": {
32 "url": "https://github.com/epoberezkin/ajv/issues"
33 },
34 "dependencies": {
35 "co": "^4.6.0",
36 "json-stable-stringify": "^1.0.1"
37 },
38 "description": "Another JSON Schema Validator",
39 "devDependencies": {
40 "bluebird": "^3.1.5",
41 "brfs": "^1.4.3",
42 "browserify": "^14.1.0",
43 "chai": "^3.5.0",
44 "coveralls": "^2.11.4",
45 "del-cli": "^0.2.1",
46 "dot": "^1.0.3",
47 "eslint": "^3.2.2",
48 "gh-pages-generator": "^0.2.0",
49 "glob": "^7.0.0",
50 "if-node-version": "^1.0.0",
51 "js-beautify": "^1.5.6",
52 "jshint": "^2.8.0",
53 "json-schema-test": "^1.1.1",
54 "karma": "^1.0.0",
55 "karma-chrome-launcher": "^2.0.0",
56 "karma-mocha": "^1.1.1",
57 "karma-phantomjs-launcher": "^1.0.0",
58 "karma-sauce-launcher": "^1.1.0",
59 "mocha": "^3.0.0",
60 "nodent": "^3.0.17",
61 "nyc": "^10.0.0",
62 "phantomjs-prebuilt": "^2.1.4",
63 "pre-commit": "^1.1.1",
64 "regenerator": "0.9.7",
65 "require-globify": "^1.3.0",
66 "typescript": "^2.0.3",
67 "uglify-js": "^2.6.1",
68 "watch": "^1.0.0"
69 },
70 "files": [
71 "lib/",
72 "dist/",
73 "scripts/",
74 "LICENSE",
75 ".tonic_example.js"
76 ],
77 "homepage": "https://github.com/epoberezkin/ajv",
78 "keywords": [
79 "JSON",
80 "schema",
81 "validator",
82 "validation",
83 "jsonschema",
84 "json-schema",
85 "json-schema-validator",
86 "json-schema-validation"
87 ],
88 "license": "MIT",
89 "main": "lib/ajv.js",
90 "name": "ajv",
91 "nyc": {
92 "exclude": [
93 "**/spec/**",
94 "node_modules"
95 ],
96 "reporter": [
97 "lcov",
98 "text-summary"
99 ]
100 },
101 "publishConfig": {
102 "tag": "4.x"
103 },
104 "repository": {
105 "type": "git",
106 "url": "git+https://github.com/epoberezkin/ajv.git"
107 },
108 "scripts": {
109 "build": "del-cli lib/dotjs/*.js && node scripts/compile-dots.js",
110 "bundle": "node ./scripts/bundle.js . Ajv pure_getters",
111 "bundle-all": "del-cli dist && npm run bundle && npm run bundle-regenerator && npm run bundle-nodent",
112 "bundle-beautify": "node ./scripts/bundle.js js-beautify",
113 "bundle-nodent": "node ./scripts/bundle.js nodent",
114 "bundle-regenerator": "node ./scripts/bundle.js regenerator",
115 "eslint": "if-node-version \">=4\" eslint lib/*.js lib/compile/*.js spec scripts",
116 "jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
117 "prepublish": "npm run build && npm run bundle-all",
118 "test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov && if-node-version 4 npm run test-browser",
119 "test-browser": "del-cli .browser && npm run bundle-all && scripts/prepare-tests && npm run test-karma",
120 "test-cov": "nyc npm run test-spec",
121 "test-debug": "mocha spec/*.spec.js --debug-brk -R spec",
122 "test-fast": "AJV_FAST_TEST=true npm run test-spec",
123 "test-karma": "karma start --single-run --browsers PhantomJS",
124 "test-spec": "mocha spec/*.spec.js -R spec",
125 "test-ts": "tsc --target ES5 --noImplicitAny lib/ajv.d.ts",
126 "watch": "watch 'npm run build' ./lib/dot"
127 },
128 "tonicExampleFilename": ".tonic_example.js",
129 "typings": "lib/ajv.d.ts",
130 "version": "4.11.8",
131 "webpack": "dist/ajv.bundle.js"
132}