diff options
Diffstat (limited to 'deps/npm/node_modules/har-validator/package.json')
-rw-r--r-- | deps/npm/node_modules/har-validator/package.json | 71 |
1 files changed, 21 insertions, 50 deletions
diff --git a/deps/npm/node_modules/har-validator/package.json b/deps/npm/node_modules/har-validator/package.json index 7e5b14f652..94517703af 100644 --- a/deps/npm/node_modules/har-validator/package.json +++ b/deps/npm/node_modules/har-validator/package.json @@ -1,29 +1,26 @@ { - "_from": "har-validator@~4.2.1", - "_id": "har-validator@4.2.1", + "_from": "har-validator@~5.1.0", + "_id": "har-validator@5.1.0", "_inBundle": false, - "_integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", + "_integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==", "_location": "/har-validator", - "_phantomChildren": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" - }, + "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, - "raw": "har-validator@~4.2.1", + "raw": "har-validator@~5.1.0", "name": "har-validator", "escapedName": "har-validator", - "rawSpec": "~4.2.1", + "rawSpec": "~5.1.0", "saveSpec": null, - "fetchSpec": "~4.2.1" + "fetchSpec": "~5.1.0" }, "_requiredBy": [ "/request" ], - "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", - "_shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a", - "_spec": "har-validator@~4.2.1", + "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", + "_shasum": "44657f5688a22cfd4b72486e81b3a3fb11742c29", + "_spec": "har-validator@~5.1.0", "_where": "/Users/zkat/Documents/code/work/npm/node_modules/request", "author": { "name": "Ahmad Nassri", @@ -34,40 +31,22 @@ "url": "https://github.com/ahmadnassri/har-validator/issues" }, "bundleDependencies": false, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, "dependencies": { - "ajv": "^4.9.1", - "har-schema": "^1.0.5" + "ajv": "^5.3.0", + "har-schema": "^2.0.0" }, "deprecated": false, "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema", "devDependencies": { - "babel-cli": "^6.18.0", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-preset-env": "1.1.10", - "babel-register": "^6.18.0", - "codeclimate-test-reporter": "^0.4.0", - "cz-conventional-changelog": "^1.2.0", "echint": "^4.0.1", - "semantic-release": "^6.3.2", - "snazzy": "^6.0.0", - "tap": "^10.0.0" - }, - "echint": { - "ignore": [ - "lib/**" - ] + "standard": "^10.0.3", + "tap": "^10.7.2" }, "engines": { "node": ">=4" }, "files": [ - "lib", - "src" + "lib" ], "homepage": "https://github.com/ahmadnassri/har-validator", "keywords": [ @@ -80,25 +59,17 @@ "validator" ], "license": "ISC", - "main": "lib/node4/promise.js", + "main": "lib/promise.js", "name": "har-validator", "repository": { "type": "git", "url": "git+https://github.com/ahmadnassri/har-validator.git" }, "scripts": { - "codeclimate": "BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter", - "compile": "babel -q src", - "coverage": "BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register", - "pretest": "snazzy && echint", - "semantic-release": "semantic-release pre && npm publish && semantic-release post", - "test": "BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register", - "test-one": "BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register" - }, - "standard": { - "ignore": [ - "lib/**" - ] + "coverage": "tap test --reporter silent --coverage", + "lint": "standard && echint", + "pretest": "npm run lint", + "test": "tap test" }, - "version": "4.2.1" + "version": "5.1.0" } |