]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/har-validator/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / har-validator / package.json
1 {
2   "version": "2.0.6",
3   "name": "har-validator",
4   "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
5   "author": {
6     "name": "Ahmad Nassri",
7     "email": "ahmad@ahmadnassri.com",
8     "url": "https://www.ahmadnassri.com/"
9   },
10   "homepage": "https://github.com/ahmadnassri/har-validator",
11   "repository": {
12     "type": "git",
13     "url": "git+https://github.com/ahmadnassri/har-validator.git"
14   },
15   "license": "ISC",
16   "main": "lib/index",
17   "bin": {
18     "har-validator": "bin/har-validator"
19   },
20   "keywords": [
21     "har",
22     "http",
23     "archive",
24     "validate",
25     "validator"
26   ],
27   "engines": {
28     "node": ">=0.10"
29   },
30   "files": [
31     "bin",
32     "lib"
33   ],
34   "bugs": {
35     "url": "https://github.com/ahmadnassri/har-validator/issues"
36   },
37   "scripts": {
38     "pretest": "standard && echint",
39     "test": "mocha",
40     "posttest": "npm run coverage",
41     "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
42     "codeclimate": "codeclimate < coverage/lcov.info"
43   },
44   "echint": {
45     "ignore": [
46       "coverage/**"
47     ]
48   },
49   "devDependencies": {
50     "codeclimate-test-reporter": "0.2.1",
51     "echint": "^1.5.1",
52     "istanbul": "^0.4.2",
53     "mocha": "^2.3.4",
54     "require-directory": "^2.1.1",
55     "should": "^8.1.1",
56     "standard": "^5.4.1"
57   },
58   "dependencies": {
59     "chalk": "^1.1.1",
60     "commander": "^2.9.0",
61     "is-my-json-valid": "^2.12.4",
62     "pinkie-promise": "^2.0.0"
63   },
64   "gitHead": "92ccddad2e5d13e6e32c764e06c347d67805b211",
65   "_id": "har-validator@2.0.6",
66   "_shasum": "cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d",
67   "_from": "har-validator@>=2.0.6 <2.1.0",
68   "_npmVersion": "3.3.12",
69   "_nodeVersion": "5.2.0",
70   "_npmUser": {
71     "name": "ahmadnassri",
72     "email": "ahmad@ahmadnassri.com"
73   },
74   "maintainers": [
75     {
76       "name": "ahmadnassri",
77       "email": "ahmad@ahmadnassri.com"
78     }
79   ],
80   "dist": {
81     "shasum": "cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d",
82     "tarball": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz"
83   },
84   "directories": {},
85   "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
86   "readme": "ERROR: No README data found!"
87 }