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