Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / js-yaml / node_modules / esprima / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "esprima@^3.1.1",
6         "scope": null,
7         "escapedName": "esprima",
8         "name": "esprima",
9         "rawSpec": "^3.1.1",
10         "spec": ">=3.1.1 <4.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\js-yaml"
14     ]
15   ],
16   "_from": "esprima@>=3.1.1 <4.0.0",
17   "_id": "esprima@3.1.3",
18   "_inCache": true,
19   "_location": "/js-yaml/esprima",
20   "_nodeVersion": "7.1.0",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/esprima-3.1.3.tgz_1482463104044_0.19027737597934902"
24   },
25   "_npmUser": {
26     "name": "ariya",
27     "email": "ariya.hidayat@gmail.com"
28   },
29   "_npmVersion": "3.10.9",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "esprima@^3.1.1",
33     "scope": null,
34     "escapedName": "esprima",
35     "name": "esprima",
36     "rawSpec": "^3.1.1",
37     "spec": ">=3.1.1 <4.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/js-yaml"
42   ],
43   "_resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
44   "_shasum": "fdca51cee6133895e3c88d535ce49dbff62a4633",
45   "_shrinkwrap": null,
46   "_spec": "esprima@^3.1.1",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\js-yaml",
48   "author": {
49     "name": "Ariya Hidayat",
50     "email": "ariya.hidayat@gmail.com"
51   },
52   "bin": {
53     "esparse": "./bin/esparse.js",
54     "esvalidate": "./bin/esvalidate.js"
55   },
56   "bugs": {
57     "url": "https://github.com/jquery/esprima/issues"
58   },
59   "dependencies": {},
60   "description": "ECMAScript parsing infrastructure for multipurpose analysis",
61   "devDependencies": {
62     "codecov.io": "~0.1.6",
63     "escomplex-js": "1.2.0",
64     "everything.js": "~1.0.3",
65     "glob": "~7.1.0",
66     "istanbul": "~0.4.0",
67     "json-diff": "~0.3.1",
68     "karma": "~1.3.0",
69     "karma-chrome-launcher": "~2.0.0",
70     "karma-detect-browsers": "~2.1.0",
71     "karma-firefox-launcher": "~1.0.0",
72     "karma-ie-launcher": "~1.0.0",
73     "karma-mocha": "~1.2.0",
74     "karma-safari-launcher": "~1.0.0",
75     "karma-sauce-launcher": "~1.0.0",
76     "lodash": "~3.10.1",
77     "mocha": "~3.1.0",
78     "node-tick-processor": "~0.0.2",
79     "regenerate": "~1.3.1",
80     "temp": "~0.8.3",
81     "tslint": "~3.15.1",
82     "typescript": "~1.8.10",
83     "typescript-formatter": "~2.3.0",
84     "unicode-8.0.0": "~0.7.0",
85     "webpack": "~1.13.2"
86   },
87   "directories": {},
88   "dist": {
89     "shasum": "fdca51cee6133895e3c88d535ce49dbff62a4633",
90     "tarball": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz"
91   },
92   "engines": {
93     "node": ">=4"
94   },
95   "files": [
96     "bin",
97     "dist/esprima.js"
98   ],
99   "gitHead": "cd5909280f363d503142cb79077ec532132d9749",
100   "homepage": "http://esprima.org",
101   "keywords": [
102     "ast",
103     "ecmascript",
104     "esprima",
105     "javascript",
106     "parser",
107     "syntax"
108   ],
109   "license": "BSD-2-Clause",
110   "main": "dist/esprima.js",
111   "maintainers": [
112     {
113       "name": "ariya",
114       "email": "ariya.hidayat@gmail.com"
115     }
116   ],
117   "name": "esprima",
118   "optionalDependencies": {},
119   "readme": "ERROR: No README data found!",
120   "repository": {
121     "type": "git",
122     "url": "git+https://github.com/jquery/esprima.git"
123   },
124   "scripts": {
125     "all-tests": "npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
126     "analyze-coverage": "istanbul cover test/unit-tests.js",
127     "api-tests": "mocha -R dot test/api-tests.js",
128     "appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
129     "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
130     "benchmark-parser": "node -expose_gc test/benchmark-parser.js",
131     "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
132     "browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
133     "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
134     "check-version": "node test/check-version.js",
135     "circleci": "npm test && npm run codecov && npm run downstream",
136     "code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js",
137     "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
138     "compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
139     "complexity": "node test/check-complexity.js",
140     "downstream": "node test/downstream.js",
141     "droneio": "npm run compile && npm run all-tests && npm run saucelabs",
142     "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
143     "format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js",
144     "generate-fixtures": "node tools/generate-fixtures.js",
145     "generate-regex": "node tools/generate-identifier-regex.js",
146     "generate-xhtml-entities": "node tools/generate-xhtml-entities.js",
147     "grammar-tests": "node test/grammar-tests.js",
148     "hostile-env-tests": "node test/hostile-environment-tests.js",
149     "prepublish": "npm run compile",
150     "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
151     "regression-tests": "node test/regression-tests.js",
152     "saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
153     "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
154     "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
155     "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
156     "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
157     "test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
158     "travis": "npm test",
159     "tslint": "tslint src/*.ts",
160     "unit-tests": "node test/unit-tests.js"
161   },
162   "version": "3.1.3"
163 }