summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/ajv-keywords/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/ajv-keywords/package.json')
-rw-r--r--tools/eslint/node_modules/ajv-keywords/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/tools/eslint/node_modules/ajv-keywords/package.json b/tools/eslint/node_modules/ajv-keywords/package.json
index 2e762dc09a..0afdd4666b 100644
--- a/tools/eslint/node_modules/ajv-keywords/package.json
+++ b/tools/eslint/node_modules/ajv-keywords/package.json
@@ -1,8 +1,8 @@
{
"_from": "ajv-keywords@^2.1.0",
- "_id": "ajv-keywords@2.1.0",
+ "_id": "ajv-keywords@2.1.1",
"_inBundle": false,
- "_integrity": "sha1-opbhf3v658HOT34N5T0pyzIWLfA=",
+ "_integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
"_location": "/eslint/ajv-keywords",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/eslint/table"
],
- "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.0.tgz",
- "_shasum": "a296e17f7bfae7c1ce4f7e0de53d29cb32162df0",
+ "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
+ "_shasum": "617997fc5f60576894c435f940d819e135b80762",
"_spec": "ajv-keywords@^2.1.0",
- "_where": "/Users/apapirovski/Web/nodejs/tools/eslint-tmp/node_modules/eslint/node_modules/table",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/table",
"author": {
"name": "Evgeny Poberezkin"
},
@@ -34,15 +34,15 @@
"devDependencies": {
"ajv": "^5.0.0",
"ajv-pack": "^0.3.0",
- "chai": "^3.5.0",
- "coveralls": "^2.11.9",
+ "chai": "^4.0.2",
+ "coveralls": "^3.0.0",
"dot": "^1.1.1",
- "eslint": "^3.6.0",
+ "eslint": "^4.9.0",
"glob": "^7.1.1",
"istanbul": "^0.4.3",
- "js-beautify": "^1.6.4",
+ "js-beautify": "^1.7.4",
"json-schema-test": "^1.3.0",
- "mocha": "^3.0.2",
+ "mocha": "^4.0.0",
"pre-commit": "^1.1.3",
"uuid": "^3.0.1"
},
@@ -60,7 +60,7 @@
"main": "index.js",
"name": "ajv-keywords",
"peerDependencies": {
- "ajv": ">=5.0.0"
+ "ajv": "^5.0.0"
},
"repository": {
"type": "git",
@@ -74,5 +74,5 @@
"test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
"test-spec": "mocha spec/*.spec.js -R spec"
},
- "version": "2.1.0"
+ "version": "2.1.1"
}