73f6fd1ff9dbba32e5069e17935c56507d446681
[yaffs-website] / package.json
1 {
2   "_args": [
3     [
4       "har-validator@~2.0.6",
5       "/var/www/yaffs/node_modules/phantomjs-prebuilt/node_modules/request"
6     ],
7     [
8       "har-validator@~2.0.6",
9       "/var/www/yaffs/node_modules/uncss/node_modules/request"
10     ]
11   ],
12   "_from": "har-validator@>=2.0.6 <2.1.0",
13   "_id": "har-validator@2.0.6",
14   "_inCache": true,
15   "_installable": true,
16   "_location": "/uncss/har-validator",
17   "_nodeVersion": "5.2.0",
18   "_npmUser": {
19     "email": "ahmad@ahmadnassri.com",
20     "name": "ahmadnassri"
21   },
22   "_npmVersion": "3.3.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "har-validator",
26     "raw": "har-validator@~2.0.6",
27     "rawSpec": "~2.0.6",
28     "scope": null,
29     "spec": ">=2.0.6 <2.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/uncss/request"
34   ],
35   "_shrinkwrap": null,
36   "_spec": "har-validator@~2.0.6",
37   "_where": "/var/www/yaffs/node_modules/uncss/node_modules/request",
38   "author": {
39     "email": "ahmad@ahmadnassri.com",
40     "name": "Ahmad Nassri",
41     "url": "https://www.ahmadnassri.com/"
42   },
43   "bin": {
44     "har-validator": "bin/har-validator"
45   },
46   "bugs": {
47     "url": "https://github.com/ahmadnassri/har-validator/issues"
48   },
49   "dependencies": {
50     "chalk": "^1.1.1",
51     "commander": "^2.9.0",
52     "is-my-json-valid": "^2.12.4",
53     "pinkie-promise": "^2.0.0"
54   },
55   "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
56   "devDependencies": {
57     "codeclimate-test-reporter": "0.2.1",
58     "echint": "^1.5.1",
59     "istanbul": "^0.4.2",
60     "mocha": "^2.3.4",
61     "require-directory": "^2.1.1",
62     "should": "^8.1.1",
63     "standard": "^5.4.1"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d",
68     "tarball": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz"
69   },
70   "echint": {
71     "ignore": [
72       "coverage/**"
73     ]
74   },
75   "engines": {
76     "node": ">=0.10"
77   },
78   "files": [
79     "bin",
80     "lib"
81   ],
82   "gitHead": "92ccddad2e5d13e6e32c764e06c347d67805b211",
83   "homepage": "https://github.com/ahmadnassri/har-validator",
84   "keywords": [
85     "archive",
86     "har",
87     "http",
88     "validate",
89     "validator"
90   ],
91   "license": "ISC",
92   "main": "lib/index",
93   "maintainers": [
94     {
95       "name": "ahmadnassri",
96       "email": "ahmad@ahmadnassri.com"
97     }
98   ],
99   "name": "har-validator",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git+https://github.com/ahmadnassri/har-validator.git"
105   },
106   "scripts": {
107     "codeclimate": "codeclimate < coverage/lcov.info",
108     "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
109     "posttest": "npm run coverage",
110     "pretest": "standard && echint",
111     "test": "mocha"
112   },
113   "version": "2.0.6"
114 }