Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / esutils / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "esutils@^2.0.2",
6         "scope": null,
7         "escapedName": "esutils",
8         "name": "esutils",
9         "rawSpec": "^2.0.2",
10         "spec": ">=2.0.2 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\escodegen"
14     ]
15   ],
16   "_from": "esutils@>=2.0.2 <3.0.0",
17   "_id": "esutils@2.0.2",
18   "_inCache": true,
19   "_location": "/esutils",
20   "_nodeVersion": "0.12.0",
21   "_npmUser": {
22     "name": "michaelficarra",
23     "email": "npm@michael.ficarra.me"
24   },
25   "_npmVersion": "2.5.1",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "esutils@^2.0.2",
29     "scope": null,
30     "escapedName": "esutils",
31     "name": "esutils",
32     "rawSpec": "^2.0.2",
33     "spec": ">=2.0.2 <3.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/escodegen"
38   ],
39   "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
40   "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
41   "_shrinkwrap": null,
42   "_spec": "esutils@^2.0.2",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\escodegen",
44   "bugs": {
45     "url": "https://github.com/estools/esutils/issues"
46   },
47   "dependencies": {},
48   "description": "utility box for ECMAScript language tools",
49   "devDependencies": {
50     "chai": "~1.7.2",
51     "coffee-script": "~1.6.3",
52     "jshint": "2.6.3",
53     "mocha": "~2.2.1",
54     "regenerate": "~1.2.1",
55     "unicode-7.0.0": "^0.1.5"
56   },
57   "directories": {
58     "lib": "./lib"
59   },
60   "dist": {
61     "shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
62     "tarball": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
63   },
64   "engines": {
65     "node": ">=0.10.0"
66   },
67   "files": [
68     "LICENSE.BSD",
69     "README.md",
70     "lib"
71   ],
72   "gitHead": "3ffd1c403f3f29db9e8a9574b1895682e57b6a7f",
73   "homepage": "https://github.com/estools/esutils",
74   "licenses": [
75     {
76       "type": "BSD",
77       "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
78     }
79   ],
80   "main": "lib/utils.js",
81   "maintainers": [
82     {
83       "name": "constellation",
84       "email": "utatane.tea@gmail.com"
85     },
86     {
87       "name": "michaelficarra",
88       "email": "npm@michael.ficarra.me"
89     }
90   ],
91   "name": "esutils",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+ssh://git@github.com/estools/esutils.git"
97   },
98   "scripts": {
99     "generate-regex": "node tools/generate-identifier-regex.js",
100     "lint": "jshint lib/*.js",
101     "test": "npm run-script lint && npm run-script unit-test",
102     "unit-test": "mocha --compilers coffee:coffee-script -R spec"
103   },
104   "version": "2.0.2"
105 }