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.json110
1 files changed, 110 insertions, 0 deletions
diff --git a/deps/npm/node_modules/har-validator/package.json b/deps/npm/node_modules/har-validator/package.json
new file mode 100644
index 0000000000..0604cfc10c
--- /dev/null
+++ b/deps/npm/node_modules/har-validator/package.json
@@ -0,0 +1,110 @@
+{
+ "_args": [
+ [
+ "har-validator@^1.6.1",
+ "/Users/rebecca/code/npm/node_modules/request"
+ ]
+ ],
+ "_from": "har-validator@>=1.6.1 <2.0.0",
+ "_id": "har-validator@1.8.0",
+ "_inCache": true,
+ "_location": "/har-validator",
+ "_nodeVersion": "0.12.2",
+ "_npmUser": {
+ "email": "ahmad@ahmadnassri.com",
+ "name": "ahmadnassri"
+ },
+ "_npmVersion": "2.11.2",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "har-validator",
+ "raw": "har-validator@^1.6.1",
+ "rawSpec": "^1.6.1",
+ "scope": null,
+ "spec": ">=1.6.1 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/request"
+ ],
+ "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz",
+ "_shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
+ "_shrinkwrap": null,
+ "_spec": "har-validator@^1.6.1",
+ "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "author": {
+ "email": "ahmad@ahmadnassri.com",
+ "name": "Ahmad Nassri",
+ "url": "https://www.ahmadnassri.com/"
+ },
+ "bin": {
+ "har-validator": "bin/har-validator"
+ },
+ "bugs": {
+ "url": "https://github.com/ahmadnassri/har-validator/issues"
+ },
+ "dependencies": {
+ "bluebird": "^2.9.30",
+ "chalk": "^1.0.0",
+ "commander": "^2.8.1",
+ "is-my-json-valid": "^2.12.0"
+ },
+ "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
+ "devDependencies": {
+ "codeclimate-test-reporter": "0.0.4",
+ "echint": "^1.3.0",
+ "istanbul": "^0.3.15",
+ "mocha": "^2.2.5",
+ "require-directory": "^2.1.1",
+ "should": "^7.0.1",
+ "standard": "^4.3.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
+ "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz"
+ },
+ "echint": {
+ "ignore": [
+ "coverage/**"
+ ]
+ },
+ "engines": {
+ "node": ">=0.10"
+ },
+ "files": [
+ "bin",
+ "lib"
+ ],
+ "gitHead": "8fd21c30edb23a1fed2d50b934d055d1be3dd7c9",
+ "homepage": "https://github.com/ahmadnassri/har-validator",
+ "keywords": [
+ "archive",
+ "har",
+ "http",
+ "validate",
+ "validator"
+ ],
+ "license": "ISC",
+ "main": "lib/index",
+ "maintainers": [
+ {
+ "name": "ahmadnassri",
+ "email": "ahmad@ahmadnassri.com"
+ }
+ ],
+ "name": "har-validator",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/ahmadnassri/har-validator.git"
+ },
+ "scripts": {
+ "codeclimate": "codeclimate < coverage/lcov.info",
+ "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
+ "posttest": "npm run coverage",
+ "pretest": "standard && echint",
+ "test": "mocha"
+ },
+ "version": "1.8.0"
+}