summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-validator/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/har-validator/package.json')
-rw-r--r--deps/npm/node_modules/har-validator/package.json73
1 files changed, 51 insertions, 22 deletions
diff --git a/deps/npm/node_modules/har-validator/package.json b/deps/npm/node_modules/har-validator/package.json
index 544692d733..7e5b14f652 100644
--- a/deps/npm/node_modules/har-validator/package.json
+++ b/deps/npm/node_modules/har-validator/package.json
@@ -1,27 +1,30 @@
{
- "_from": "har-validator@~5.0.3",
- "_id": "har-validator@5.0.3",
+ "_from": "har-validator@~4.2.1",
+ "_id": "har-validator@4.2.1",
"_inBundle": false,
- "_integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=",
+ "_integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=",
"_location": "/har-validator",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "co": "4.6.0",
+ "json-stable-stringify": "1.0.1"
+ },
"_requested": {
"type": "range",
"registry": true,
- "raw": "har-validator@~5.0.3",
+ "raw": "har-validator@~4.2.1",
"name": "har-validator",
"escapedName": "har-validator",
- "rawSpec": "~5.0.3",
+ "rawSpec": "~4.2.1",
"saveSpec": null,
- "fetchSpec": "~5.0.3"
+ "fetchSpec": "~4.2.1"
},
"_requiredBy": [
"/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",
+ "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
+ "_shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a",
+ "_spec": "har-validator@~4.2.1",
+ "_where": "/Users/zkat/Documents/code/work/npm/node_modules/request",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
@@ -31,22 +34,40 @@
"url": "https://github.com/ahmadnassri/har-validator/issues"
},
"bundleDependencies": false,
+ "config": {
+ "commitizen": {
+ "path": "./node_modules/cz-conventional-changelog"
+ }
+ },
"dependencies": {
- "ajv": "^5.1.0",
- "har-schema": "^2.0.0"
+ "ajv": "^4.9.1",
+ "har-schema": "^1.0.5"
},
"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",
- "standard": "^10.0.2",
- "tap": "^10.3.2"
+ "semantic-release": "^6.3.2",
+ "snazzy": "^6.0.0",
+ "tap": "^10.0.0"
+ },
+ "echint": {
+ "ignore": [
+ "lib/**"
+ ]
},
"engines": {
"node": ">=4"
},
"files": [
- "lib"
+ "lib",
+ "src"
],
"homepage": "https://github.com/ahmadnassri/har-validator",
"keywords": [
@@ -59,17 +80,25 @@
"validator"
],
"license": "ISC",
- "main": "lib/promise.js",
+ "main": "lib/node4/promise.js",
"name": "har-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/har-validator.git"
},
"scripts": {
- "coverage": "tap test --reporter silent --coverage",
- "lint": "standard && echint",
- "pretest": "npm run lint",
- "test": "tap test"
+ "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/**"
+ ]
},
- "version": "5.0.3"
+ "version": "4.2.1"
}