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