Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « har-validator « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0604cfc10c337501784fbc8b69f4aa032818f663 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
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"
}