Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / esprima / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "esprima@1.2.x",
6         "scope": null,
7         "escapedName": "esprima",
8         "name": "esprima",
9         "rawSpec": "1.2.x",
10         "spec": ">=1.2.0 <1.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\ibrik"
14     ]
15   ],
16   "_from": "esprima@>=1.2.0 <1.3.0",
17   "_id": "esprima@1.2.5",
18   "_inCache": true,
19   "_location": "/esprima",
20   "_nodeVersion": "0.12.0",
21   "_npmUser": {
22     "name": "ariya",
23     "email": "ariya.hidayat@gmail.com"
24   },
25   "_npmVersion": "2.5.1",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "esprima@1.2.x",
29     "scope": null,
30     "escapedName": "esprima",
31     "name": "esprima",
32     "rawSpec": "1.2.x",
33     "spec": ">=1.2.0 <1.3.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/escodegen",
38     "/ibrik"
39   ],
40   "_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz",
41   "_shasum": "0993502feaf668138325756f30f9a51feeec11e9",
42   "_shrinkwrap": null,
43   "_spec": "esprima@1.2.x",
44   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\ibrik",
45   "author": {
46     "name": "Ariya Hidayat",
47     "email": "ariya.hidayat@gmail.com"
48   },
49   "bin": {
50     "esparse": "./bin/esparse.js",
51     "esvalidate": "./bin/esvalidate.js"
52   },
53   "bugs": {
54     "url": "http://issues.esprima.org"
55   },
56   "dependencies": {},
57   "description": "ECMAScript parsing infrastructure for multipurpose analysis",
58   "devDependencies": {
59     "complexity-report": "~0.6.1",
60     "eslint": "~0.4.3",
61     "istanbul": "~0.2.6",
62     "jscs": "~1.2.4",
63     "jslint": "~0.1.9",
64     "json-diff": "~0.3.1",
65     "optimist": "~0.6.0",
66     "regenerate": "~0.5.4",
67     "unicode-6.3.0": "~0.1.0"
68   },
69   "directories": {},
70   "dist": {
71     "shasum": "0993502feaf668138325756f30f9a51feeec11e9",
72     "tarball": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"
73   },
74   "engines": {
75     "node": ">=0.4.0"
76   },
77   "files": [
78     "bin",
79     "test/run.js",
80     "test/runner.js",
81     "test/test.js",
82     "test/compat.js",
83     "test/reflect.js",
84     "esprima.js"
85   ],
86   "gitHead": "d3e376f04f096cb07f6b9fad0b44e9b6054f0582",
87   "homepage": "http://esprima.org",
88   "keywords": [
89     "ast",
90     "ecmascript",
91     "javascript",
92     "parser",
93     "syntax"
94   ],
95   "licenses": [
96     {
97       "type": "BSD",
98       "url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
99     }
100   ],
101   "main": "esprima.js",
102   "maintainers": [
103     {
104       "name": "ariya",
105       "email": "ariya.hidayat@gmail.com"
106     }
107   ],
108   "name": "esprima",
109   "optionalDependencies": {},
110   "readme": "ERROR: No README data found!",
111   "repository": {
112     "type": "git",
113     "url": "git+ssh://git@github.com/ariya/esprima.git"
114   },
115   "scripts": {
116     "analyze-complexity": "node tools/list-complexity.js",
117     "analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
118     "benchmark": "node test/benchmarks.js",
119     "benchmark-quick": "node test/benchmarks.js quick",
120     "check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js",
121     "check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
122     "check-version": "node tools/check-version.js",
123     "complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
124     "coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
125     "eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
126     "generate-regex": "node tools/generate-identifier-regex.js",
127     "jscs": "node node_modules/jscs/bin/jscs esprima.js",
128     "jslint": "echo Skipping JSLint",
129     "lint": "npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint",
130     "test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity"
131   },
132   "version": "1.2.5"
133 }