Initial commit
[yaffs-website] / node_modules / har-validator / package.json
1 {
2   "_args": [
3     [
4       "har-validator@~4.2.0",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "har-validator@>=4.2.0 <4.3.0",
9   "_id": "har-validator@4.2.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/har-validator",
13   "_nodeVersion": "4.8.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/har-validator-4.2.1.tgz_1488636538686_0.5101928301155567"
17   },
18   "_npmUser": {
19     "email": "ahmad@ahmadnassri.com",
20     "name": "ahmadnassri"
21   },
22   "_npmVersion": "2.15.11",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "har-validator",
26     "raw": "har-validator@~4.2.0",
27     "rawSpec": "~4.2.0",
28     "scope": null,
29     "spec": ">=4.2.0 <4.3.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
36   "_shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a",
37   "_shrinkwrap": null,
38   "_spec": "har-validator@~4.2.0",
39   "_where": "/var/www/yaffs/node_modules/request",
40   "author": {
41     "email": "ahmad@ahmadnassri.com",
42     "name": "Ahmad Nassri",
43     "url": "https://www.ahmadnassri.com/"
44   },
45   "bugs": {
46     "url": "https://github.com/ahmadnassri/har-validator/issues"
47   },
48   "config": {
49     "commitizen": {
50       "path": "./node_modules/cz-conventional-changelog"
51     }
52   },
53   "dependencies": {
54     "ajv": "^4.9.1",
55     "har-schema": "^1.0.5"
56   },
57   "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
58   "devDependencies": {
59     "babel-cli": "^6.18.0",
60     "babel-plugin-add-module-exports": "^0.2.1",
61     "babel-preset-env": "1.1.10",
62     "babel-register": "^6.18.0",
63     "codeclimate-test-reporter": "^0.4.0",
64     "cz-conventional-changelog": "^1.2.0",
65     "echint": "^4.0.1",
66     "semantic-release": "^6.3.2",
67     "snazzy": "^6.0.0",
68     "tap": "^10.0.0"
69   },
70   "directories": {},
71   "dist": {
72     "shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a",
73     "tarball": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz"
74   },
75   "echint": {
76     "ignore": [
77       "lib/**"
78     ]
79   },
80   "engines": {
81     "node": ">=4"
82   },
83   "files": [
84     "lib",
85     "src"
86   ],
87   "gitHead": "06cb69e2da150de1643bfe511f0374f23b7a5b11",
88   "homepage": "https://github.com/ahmadnassri/har-validator",
89   "keywords": [
90     "ajv",
91     "archive",
92     "cli",
93     "har",
94     "http",
95     "validate",
96     "validator"
97   ],
98   "license": "ISC",
99   "main": "lib/node4/promise.js",
100   "maintainers": [
101     {
102       "name": "ahmadnassri",
103       "email": "ahmad@ahmadnassri.com"
104     }
105   ],
106   "name": "har-validator",
107   "optionalDependencies": {},
108   "readme": "ERROR: No README data found!",
109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/ahmadnassri/har-validator.git"
112   },
113   "scripts": {
114     "codeclimate": "BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter",
115     "compile": "babel -q src",
116     "coverage": "BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register",
117     "pretest": "snazzy && echint",
118     "semantic-release": "semantic-release pre && npm publish && semantic-release post",
119     "test": "BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register",
120     "test-one": "BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register"
121   },
122   "standard": {
123     "ignore": [
124       "lib/**"
125     ]
126   },
127   "version": "4.2.1"
128 }