Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / istanbul / node_modules / esprima / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "esprima@2.5.x",
6         "scope": null,
7         "escapedName": "esprima",
8         "name": "esprima",
9         "rawSpec": "2.5.x",
10         "spec": ">=2.5.0 <2.6.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\istanbul"
14     ]
15   ],
16   "_from": "esprima@>=2.5.0 <2.6.0",
17   "_id": "esprima@2.5.0",
18   "_inCache": true,
19   "_location": "/istanbul/esprima",
20   "_nodeVersion": "0.12.5",
21   "_npmUser": {
22     "name": "ariya",
23     "email": "ariya.hidayat@gmail.com"
24   },
25   "_npmVersion": "2.11.2",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "esprima@2.5.x",
29     "scope": null,
30     "escapedName": "esprima",
31     "name": "esprima",
32     "rawSpec": "2.5.x",
33     "spec": ">=2.5.0 <2.6.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/istanbul"
38   ],
39   "_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz",
40   "_shasum": "f387a46fd344c1b1a39baf8c20bfb43b6d0058cc",
41   "_shrinkwrap": null,
42   "_spec": "esprima@2.5.x",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\istanbul",
44   "author": {
45     "name": "Ariya Hidayat",
46     "email": "ariya.hidayat@gmail.com"
47   },
48   "bin": {
49     "esparse": "./bin/esparse.js",
50     "esvalidate": "./bin/esvalidate.js"
51   },
52   "bugs": {
53     "url": "https://github.com/jquery/esprima/issues"
54   },
55   "dependencies": {},
56   "description": "ECMAScript parsing infrastructure for multipurpose analysis",
57   "devDependencies": {
58     "coveralls": "~2.11.2",
59     "escomplex-js": "1.2.0",
60     "eslint": "~0.23.0",
61     "everything.js": "~1.0.3",
62     "glob": "^5.0.14",
63     "istanbul": "~0.3.16",
64     "jscs": "~2.0.0",
65     "json-diff": "~0.3.1",
66     "karma": "^0.13.3",
67     "karma-chrome-launcher": "^0.2.0",
68     "karma-mocha": "^0.2.0",
69     "lodash": "^3.10.0",
70     "mocha": "^2.2.5",
71     "node-tick-processor": "~0.0.2",
72     "regenerate": "~0.6.2",
73     "unicode-7.0.0": "~0.1.5"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "f387a46fd344c1b1a39baf8c20bfb43b6d0058cc",
78     "tarball": "https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz"
79   },
80   "engines": {
81     "node": ">=0.10.0"
82   },
83   "files": [
84     "bin",
85     "unit-tests.js",
86     "esprima.js"
87   ],
88   "gitHead": "0e3104fb835129d6727868c865a9ba4f80df3ab8",
89   "homepage": "http://esprima.org",
90   "keywords": [
91     "ast",
92     "ecmascript",
93     "javascript",
94     "parser",
95     "syntax"
96   ],
97   "license": "BSD-2-Clause",
98   "main": "esprima.js",
99   "maintainers": [
100     {
101       "name": "ariya",
102       "email": "ariya.hidayat@gmail.com"
103     }
104   ],
105   "name": "esprima",
106   "optionalDependencies": {},
107   "readme": "ERROR: No README data found!",
108   "repository": {
109     "type": "git",
110     "url": "git+https://github.com/jquery/esprima.git"
111   },
112   "scripts": {
113     "analyze-coverage": "istanbul cover test/unit-tests.js",
114     "benchmark": "node test/benchmarks.js",
115     "benchmark-quick": "node test/benchmarks.js quick",
116     "browser-tests": "npm run generate-fixtures && karma start --single-run",
117     "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
118     "check-version": "node test/check-version.js",
119     "complexity": "node test/check-complexity.js",
120     "coveralls": "coveralls < ./coverage/lcov.info",
121     "downstream": "node test/downstream.js",
122     "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
123     "eslint": "node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js",
124     "generate-fixtures": "node tools/generate-fixtures.js",
125     "generate-regex": "node tools/generate-identifier-regex.js",
126     "grammar-tests": "node test/grammar-tests.js",
127     "jscs": "jscs esprima.js && jscs test/*.js",
128     "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
129     "regression-tests": "node test/regression-tests.js",
130     "static-analysis": "npm run check-version && npm run jscs && npm run eslint && npm run complexity",
131     "test": "npm run tests && npm run static-analysis && npm run dynamic-analysis",
132     "tests": "npm run unit-tests && npm run grammar-tests && npm run regression-tests",
133     "travis": "npm test && npm run coveralls && npm run downstream",
134     "unit-tests": "node test/unit-tests.js"
135   },
136   "version": "2.5.0"
137 }