package.json (3726B)
1 { 2 "_from": "ajv@^6.5.5", 3 "_id": "ajv@6.12.0", 4 "_inBundle": false, 5 "_integrity": "sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==", 6 "_location": "/ajv", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "ajv@^6.5.5", 12 "name": "ajv", 13 "escapedName": "ajv", 14 "rawSpec": "^6.5.5", 15 "saveSpec": null, 16 "fetchSpec": "^6.5.5" 17 }, 18 "_requiredBy": [ 19 "/har-validator" 20 ], 21 "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.0.tgz", 22 "_shasum": "06d60b96d87b8454a5adaba86e7854da629db4b7", 23 "_spec": "ajv@^6.5.5", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/har-validator", 25 "author": { 26 "name": "Evgeny Poberezkin" 27 }, 28 "bugs": { 29 "url": "https://github.com/epoberezkin/ajv/issues" 30 }, 31 "bundleDependencies": false, 32 "dependencies": { 33 "fast-deep-equal": "^3.1.1", 34 "fast-json-stable-stringify": "^2.0.0", 35 "json-schema-traverse": "^0.4.1", 36 "uri-js": "^4.2.2" 37 }, 38 "deprecated": false, 39 "description": "Another JSON Schema Validator", 40 "devDependencies": { 41 "ajv-async": "^1.0.0", 42 "bluebird": "^3.5.3", 43 "brfs": "^2.0.0", 44 "browserify": "^16.2.0", 45 "chai": "^4.0.1", 46 "coveralls": "^3.0.1", 47 "del-cli": "^3.0.0", 48 "dot": "^1.0.3", 49 "eslint": "^6.0.0", 50 "gh-pages-generator": "^0.2.3", 51 "glob": "^7.0.0", 52 "if-node-version": "^1.0.0", 53 "js-beautify": "^1.7.3", 54 "jshint": "^2.10.2", 55 "json-schema-test": "^2.0.0", 56 "karma": "^4.0.1", 57 "karma-chrome-launcher": "^3.0.0", 58 "karma-mocha": "^1.1.1", 59 "karma-sauce-launcher": "^2.0.0", 60 "mocha": "^7.0.1", 61 "nyc": "^15.0.0", 62 "pre-commit": "^1.1.1", 63 "require-globify": "^1.3.0", 64 "typescript": "^2.8.3", 65 "uglify-js": "^3.6.9", 66 "watch": "^1.0.0" 67 }, 68 "files": [ 69 "lib/", 70 "dist/", 71 "scripts/", 72 "LICENSE", 73 ".tonic_example.js" 74 ], 75 "homepage": "https://github.com/epoberezkin/ajv", 76 "keywords": [ 77 "JSON", 78 "schema", 79 "validator", 80 "validation", 81 "jsonschema", 82 "json-schema", 83 "json-schema-validator", 84 "json-schema-validation" 85 ], 86 "license": "MIT", 87 "main": "lib/ajv.js", 88 "name": "ajv", 89 "nyc": { 90 "exclude": [ 91 "**/spec/**", 92 "node_modules" 93 ], 94 "reporter": [ 95 "lcov", 96 "text-summary" 97 ] 98 }, 99 "repository": { 100 "type": "git", 101 "url": "git+https://github.com/epoberezkin/ajv.git" 102 }, 103 "scripts": { 104 "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js", 105 "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters", 106 "bundle-beautify": "node ./scripts/bundle.js js-beautify", 107 "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite", 108 "jshint": "jshint lib/{compile/,}*.js", 109 "lint": "npm run jshint && npm run eslint", 110 "prepublish": "npm run build && npm run bundle", 111 "test": "npm run lint && npm run build && npm run test-all", 112 "test-all": "npm run test-cov && if-node-version 10 npm run test-browser", 113 "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma", 114 "test-cov": "nyc npm run test-spec", 115 "test-debug": "npm run test-spec -- --inspect-brk", 116 "test-fast": "AJV_FAST_TEST=true npm run test-spec", 117 "test-karma": "karma start", 118 "test-spec": "mocha spec/{**/,}*.spec.js -R spec", 119 "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts", 120 "watch": "watch \"npm run build\" ./lib/dot" 121 }, 122 "tonicExampleFilename": ".tonic_example.js", 123 "typings": "lib/ajv.d.ts", 124 "version": "6.12.0" 125 }