Initial commit
[yaffs-website] / node_modules / har-schema / package.json
1 {
2   "_args": [
3     [
4       "har-schema@^1.0.5",
5       "/var/www/yaffs/node_modules/har-validator"
6     ]
7   ],
8   "_from": "har-schema@>=1.0.5 <2.0.0",
9   "_id": "har-schema@1.0.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/har-schema",
13   "_nodeVersion": "4.6.2",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/har-schema-1.0.5.tgz_1480877746957_0.2995719478931278"
17   },
18   "_npmUser": {
19     "email": "ahmad@ahmadnassri.com",
20     "name": "ahmadnassri"
21   },
22   "_npmVersion": "2.15.11",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "har-schema",
26     "raw": "har-schema@^1.0.5",
27     "rawSpec": "^1.0.5",
28     "scope": null,
29     "spec": ">=1.0.5 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/har-validator"
34   ],
35   "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
36   "_shasum": "d263135f43307c02c602afc8fe95970c0151369e",
37   "_shrinkwrap": null,
38   "_spec": "har-schema@^1.0.5",
39   "_where": "/var/www/yaffs/node_modules/har-validator",
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-schema/issues"
47   },
48   "config": {
49     "commitizen": {
50       "path": "./node_modules/cz-conventional-changelog"
51     }
52   },
53   "contributors": [
54     {
55       "name": "Evgeny Poberezkin",
56       "email": "e.poberezkin@me.com"
57     }
58   ],
59   "dependencies": {},
60   "description": "JSON Schema for HTTP Archive (HAR)",
61   "devDependencies": {
62     "ajv": "^4.9.1",
63     "codeclimate-test-reporter": "^0.4.0",
64     "cz-conventional-changelog": "^1.2.0",
65     "echint": "^2.1.0",
66     "semantic-release": "^6.3.2",
67     "snazzy": "^5.0.0",
68     "tap": "^8.0.1"
69   },
70   "directories": {},
71   "dist": {
72     "shasum": "d263135f43307c02c602afc8fe95970c0151369e",
73     "tarball": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz"
74   },
75   "engines": {
76     "node": ">=4"
77   },
78   "files": [
79     "lib"
80   ],
81   "gitHead": "7dde6d47c93e82b6d7ef7514766d64c166de14d3",
82   "homepage": "https://github.com/ahmadnassri/har-schema",
83   "keywords": [
84     "JSON",
85     "JSON-schema",
86     "archive",
87     "har",
88     "http",
89     "schema"
90   ],
91   "license": "ISC",
92   "main": "lib/index.js",
93   "maintainers": [
94     {
95       "name": "esp",
96       "email": "e.poberezkin@me.com"
97     }
98   ],
99   "name": "har-schema",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git+https://github.com/ahmadnassri/har-schema.git"
105   },
106   "scripts": {
107     "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
108     "coverage": "tap test --reporter silent --coverage",
109     "pretest": "snazzy && echint",
110     "semantic-release": "semantic-release pre && npm publish && semantic-release post",
111     "test": "tap test --reporter spec"
112   },
113   "version": "1.0.5"
114 }