summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/package.json
blob: 76cfafba134181a1aebd41eded0d0d0f0b2531d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "version": "1.7.1",
  "name": "har-validator",
  "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  "author": {
    "name": "Ahmad Nassri",
    "email": "ahmad@ahmadnassri.com",
    "url": "https://www.ahmadnassri.com/"
  },
  "homepage": "https://github.com/ahmadnassri/har-validator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahmadnassri/har-validator.git"
  },
  "license": "MIT",
  "main": "./src/index.js",
  "bin": {
    "har-validator": "./bin/har-validator"
  },
  "keywords": [
    "har",
    "http",
    "archive",
    "validate",
    "validator"
  ],
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "bin",
    "src"
  ],
  "bugs": {
    "url": "https://github.com/ahmadnassri/har-validator/issues"
  },
  "scripts": {
    "test": "standard && echint && mocha --reporter spec",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "codeclimate": "codeclimate < coverage/lcov.info"
  },
  "echint": {
    "ignore": [
      "coverage/**"
    ]
  },
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "echint": "^1.1.0",
    "istanbul": "^0.3.14",
    "mocha": "^2.2.5",
    "require-directory": "^2.1.0",
    "should": "^6.0.3",
    "standard": "^3.11.1"
  },
  "dependencies": {
    "bluebird": "^2.9.26",
    "chalk": "^1.0.0",
    "commander": "^2.8.1",
    "is-my-json-valid": "^2.12.0"
  },
  "gitHead": "328d7f2f37affcc4fca1db13da68f2be817ad31c",
  "_id": "har-validator@1.7.1",
  "_shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
  "_from": "har-validator@>=1.6.1 <2.0.0",
  "_npmVersion": "2.7.4",
  "_nodeVersion": "0.12.2",
  "_npmUser": {
    "name": "ahmadnassri",
    "email": "ahmad@ahmadnassri.com"
  },
  "maintainers": [
    {
      "name": "ahmadnassri",
      "email": "ahmad@ahmadnassri.com"
    }
  ],
  "dist": {
    "shasum": "8ec8952f8287d21b451ba3e36f27ed8d997d8a95",
    "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz",
  "readme": "ERROR: No README data found!"
}