Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / handlebars / node_modules / async / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "async@^1.4.0",
6         "scope": null,
7         "escapedName": "async",
8         "name": "async",
9         "rawSpec": "^1.4.0",
10         "spec": ">=1.4.0 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\handlebars"
14     ]
15   ],
16   "_from": "async@>=1.4.0 <2.0.0",
17   "_id": "async@1.5.2",
18   "_inCache": true,
19   "_location": "/handlebars/async",
20   "_nodeVersion": "4.2.3",
21   "_npmUser": {
22     "name": "aearly",
23     "email": "alexander.early@gmail.com"
24   },
25   "_npmVersion": "3.5.2",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "async@^1.4.0",
29     "scope": null,
30     "escapedName": "async",
31     "name": "async",
32     "rawSpec": "^1.4.0",
33     "spec": ">=1.4.0 <2.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/handlebars"
38   ],
39   "_resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
40   "_shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
41   "_shrinkwrap": null,
42   "_spec": "async@^1.4.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\handlebars",
44   "author": {
45     "name": "Caolan McMahon"
46   },
47   "bugs": {
48     "url": "https://github.com/caolan/async/issues"
49   },
50   "dependencies": {},
51   "description": "Higher-order functions and common patterns for asynchronous code",
52   "devDependencies": {
53     "benchmark": "github:bestiejs/benchmark.js",
54     "bluebird": "^2.9.32",
55     "chai": "^3.1.0",
56     "coveralls": "^2.11.2",
57     "es6-promise": "^2.3.0",
58     "jscs": "^1.13.1",
59     "jshint": "~2.8.0",
60     "karma": "^0.13.2",
61     "karma-browserify": "^4.2.1",
62     "karma-firefox-launcher": "^0.1.6",
63     "karma-mocha": "^0.2.0",
64     "karma-mocha-reporter": "^1.0.2",
65     "lodash": "^3.9.0",
66     "mkdirp": "~0.5.1",
67     "mocha": "^2.2.5",
68     "native-promise-only": "^0.8.0-a",
69     "nodeunit": ">0.0.0",
70     "nyc": "^2.1.0",
71     "rsvp": "^3.0.18",
72     "semver": "^4.3.6",
73     "uglify-js": "~2.4.0",
74     "xyz": "^0.5.0",
75     "yargs": "~3.9.1"
76   },
77   "directories": {},
78   "dist": {
79     "shasum": "ec6a61ae56480c0c3cb241c95618e20892f9672a",
80     "tarball": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
81   },
82   "files": [
83     "lib",
84     "dist/async.js",
85     "dist/async.min.js"
86   ],
87   "gitHead": "9ab5c67b7cb3a4c3dad4a2d4552a2f6775545d6c",
88   "homepage": "https://github.com/caolan/async#readme",
89   "jam": {
90     "main": "lib/async.js",
91     "include": [
92       "lib/async.js",
93       "README.md",
94       "LICENSE"
95     ],
96     "categories": [
97       "Utilities"
98     ]
99   },
100   "keywords": [
101     "async",
102     "callback",
103     "utility",
104     "module"
105   ],
106   "license": "MIT",
107   "main": "lib/async.js",
108   "maintainers": [
109     {
110       "name": "caolan",
111       "email": "caolan.mcmahon@gmail.com"
112     },
113     {
114       "name": "beaugunderson",
115       "email": "beau@beaugunderson.com"
116     },
117     {
118       "name": "aearly",
119       "email": "alexander.early@gmail.com"
120     },
121     {
122       "name": "megawac",
123       "email": "megawac@gmail.com"
124     }
125   ],
126   "name": "async",
127   "optionalDependencies": {},
128   "readme": "ERROR: No README data found!",
129   "repository": {
130     "type": "git",
131     "url": "git+https://github.com/caolan/async.git"
132   },
133   "scripts": {
134     "coverage": "nyc npm test && nyc report",
135     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
136     "lint": "jshint lib/*.js test/*.js perf/*.js && jscs lib/*.js test/*.js perf/*.js",
137     "mocha-browser-test": "karma start",
138     "mocha-node-test": "mocha mocha_test/",
139     "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
140     "nodeunit-test": "nodeunit test/test-async.js",
141     "test": "npm run-script lint && npm run nodeunit-test && npm run mocha-test"
142   },
143   "spm": {
144     "main": "lib/async.js"
145   },
146   "version": "1.5.2",
147   "volo": {
148     "main": "lib/async.js",
149     "ignore": [
150       "**/.*",
151       "node_modules",
152       "bower_components",
153       "test",
154       "tests"
155     ]
156   }
157 }