summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json52
1 files changed, 24 insertions, 28 deletions
diff --git a/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json b/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json
index 4eeea7f20f..06387375bb 100644
--- a/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json
+++ b/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/package.json
@@ -1,56 +1,58 @@
{
- "_from": "ajv@^4.9.1",
- "_id": "ajv@4.11.8",
- "_integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=",
+ "_from": "ajv@^5.1.0",
+ "_id": "ajv@5.2.3",
+ "_inBundle": false,
+ "_integrity": "sha1-wG9Zh3jETGsWGrr+NGa4GtGBTtI=",
"_location": "/request/har-validator/ajv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "ajv@^4.9.1",
+ "raw": "ajv@^5.1.0",
"name": "ajv",
"escapedName": "ajv",
- "rawSpec": "^4.9.1",
+ "rawSpec": "^5.1.0",
"saveSpec": null,
- "fetchSpec": "^4.9.1"
+ "fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/request/har-validator"
],
- "_resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
- "_shasum": "82ffb02b29e662ae53bdc20af15947706739c536",
- "_shrinkwrap": null,
- "_spec": "ajv@^4.9.1",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/har-validator",
+ "_resolved": "https://registry.npmjs.org/ajv/-/ajv-5.2.3.tgz",
+ "_shasum": "c06f598778c44c6b161abafe3466b81ad1814ed2",
+ "_spec": "ajv@^5.1.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator",
"author": {
"name": "Evgeny Poberezkin"
},
- "bin": null,
"bugs": {
"url": "https://github.com/epoberezkin/ajv/issues"
},
"bundleDependencies": false,
"dependencies": {
"co": "^4.6.0",
+ "fast-deep-equal": "^1.0.0",
+ "json-schema-traverse": "^0.3.0",
"json-stable-stringify": "^1.0.1"
},
"deprecated": false,
"description": "Another JSON Schema Validator",
"devDependencies": {
+ "ajv-async": "^0.1.0",
"bluebird": "^3.1.5",
"brfs": "^1.4.3",
"browserify": "^14.1.0",
- "chai": "^3.5.0",
+ "chai": "^4.0.1",
"coveralls": "^2.11.4",
- "del-cli": "^0.2.1",
+ "del-cli": "^1.1.0",
"dot": "^1.0.3",
- "eslint": "^3.2.2",
+ "eslint": "^4.1.0",
"gh-pages-generator": "^0.2.0",
"glob": "^7.0.0",
"if-node-version": "^1.0.0",
- "js-beautify": "^1.5.6",
- "jshint": "^2.8.0",
- "json-schema-test": "^1.1.1",
+ "js-beautify": "1.7.3",
+ "jshint": "^2.9.4",
+ "json-schema-test": "^1.3.0",
"karma": "^1.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
@@ -58,13 +60,13 @@
"karma-sauce-launcher": "^1.1.0",
"mocha": "^3.0.0",
"nodent": "^3.0.17",
- "nyc": "^10.0.0",
+ "nyc": "^11.0.2",
"phantomjs-prebuilt": "^2.1.4",
"pre-commit": "^1.1.1",
"regenerator": "0.9.7",
"require-globify": "^1.3.0",
"typescript": "^2.0.3",
- "uglify-js": "^2.6.1",
+ "uglify-js": "^3.0.8",
"watch": "^1.0.0"
},
"files": [
@@ -98,11 +100,6 @@
"text-summary"
]
},
- "optionalDependencies": {},
- "peerDependencies": {},
- "publishConfig": {
- "tag": "4.x"
- },
"repository": {
"type": "git",
"url": "git+https://github.com/epoberezkin/ajv.git"
@@ -123,12 +120,11 @@
"test-debug": "mocha spec/*.spec.js --debug-brk -R spec",
"test-fast": "AJV_FAST_TEST=true npm run test-spec",
"test-karma": "karma start --single-run --browsers PhantomJS",
- "test-spec": "mocha spec/*.spec.js -R spec",
+ "test-spec": "mocha spec/*.spec.js -R spec $(if-node-version 7 echo --harmony-async-await)",
"test-ts": "tsc --target ES5 --noImplicitAny lib/ajv.d.ts",
"watch": "watch 'npm run build' ./lib/dot"
},
"tonicExampleFilename": ".tonic_example.js",
"typings": "lib/ajv.d.ts",
- "version": "4.11.8",
- "webpack": "dist/ajv.bundle.js"
+ "version": "5.2.3"
}