aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ajv/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/ajv/package.json
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/ajv/package.json')
-rw-r--r--node_modules/ajv/package.json27
1 files changed, 13 insertions, 14 deletions
diff --git a/node_modules/ajv/package.json b/node_modules/ajv/package.json
index bf937d5d7..eb5db3280 100644
--- a/node_modules/ajv/package.json
+++ b/node_modules/ajv/package.json
@@ -1,9 +1,8 @@
{
"name": "ajv",
- "version": "4.11.8",
+ "version": "5.2.2",
"description": "Another JSON Schema Validator",
"main": "lib/ajv.js",
- "webpack": "dist/ajv.bundle.js",
"typings": "lib/ajv.d.ts",
"files": [
"lib/",
@@ -12,13 +11,10 @@
"LICENSE",
".tonic_example.js"
],
- "publishConfig": {
- "tag": "4.x"
- },
"scripts": {
- "jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
"eslint": "if-node-version \">=4\" eslint lib/*.js lib/compile/*.js spec scripts",
- "test-spec": "mocha spec/*.spec.js -R spec",
+ "jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
+ "test-spec": "mocha spec/*.spec.js -R spec $(if-node-version 7 echo --harmony-async-await)",
"test-fast": "AJV_FAST_TEST=true npm run test-spec",
"test-debug": "mocha spec/*.spec.js --debug-brk -R spec",
"test-cov": "nyc npm run test-spec",
@@ -68,23 +64,26 @@
"tonicExampleFilename": ".tonic_example.js",
"dependencies": {
"co": "^4.6.0",
+ "fast-deep-equal": "^1.0.0",
+ "json-schema-traverse": "^0.3.0",
"json-stable-stringify": "^1.0.1"
},
"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",
+ "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",
@@ -92,13 +91,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"
}
}