summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/har-validator/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/har-validator/package.json73
1 files changed, 22 insertions, 51 deletions
diff --git a/deps/npm/node_modules/request/node_modules/har-validator/package.json b/deps/npm/node_modules/request/node_modules/har-validator/package.json
index a266e3178a..9e7eb07a97 100644
--- a/deps/npm/node_modules/request/node_modules/har-validator/package.json
+++ b/deps/npm/node_modules/request/node_modules/har-validator/package.json
@@ -1,71 +1,52 @@
{
- "_from": "har-validator@~4.2.1",
- "_id": "har-validator@4.2.1",
- "_integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
+ "_from": "har-validator@~5.0.3",
+ "_id": "har-validator@5.0.3",
+ "_inBundle": false,
+ "_integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=",
"_location": "/request/har-validator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "har-validator@~4.2.1",
+ "raw": "har-validator@~5.0.3",
"name": "har-validator",
"escapedName": "har-validator",
- "rawSpec": "~4.2.1",
+ "rawSpec": "~5.0.3",
"saveSpec": null,
- "fetchSpec": "~4.2.1"
+ "fetchSpec": "~5.0.3"
},
"_requiredBy": [
"/request"
],
- "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
- "_shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a",
- "_shrinkwrap": null,
- "_spec": "har-validator@~4.2.1",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/request",
+ "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz",
+ "_shasum": "ba402c266194f15956ef15e0fcf242993f6a7dfd",
+ "_spec": "har-validator@~5.0.3",
+ "_where": "/Users/rebecca/code/npm/node_modules/request",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
- "bin": null,
"bugs": {
"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.1.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.2",
+ "tap": "^10.3.2"
},
"engines": {
"node": ">=4"
},
"files": [
- "lib",
- "src"
+ "lib"
],
"homepage": "https://github.com/ahmadnassri/har-validator",
"keywords": [
@@ -78,27 +59,17 @@
"validator"
],
"license": "ISC",
- "main": "lib/node4/promise.js",
+ "main": "lib/promise.js",
"name": "har-validator",
- "optionalDependencies": {},
- "peerDependencies": {},
"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.0.3"
}