Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / form-data / node_modules / async / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "async@^2.0.1",
6         "scope": null,
7         "escapedName": "async",
8         "name": "async",
9         "rawSpec": "^2.0.1",
10         "spec": ">=2.0.1 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\form-data"
14     ]
15   ],
16   "_from": "async@>=2.0.1 <3.0.0",
17   "_id": "async@2.1.5",
18   "_inCache": true,
19   "_location": "/form-data/async",
20   "_nodeVersion": "6.2.2",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/async-2.1.5.tgz_1487467859603_0.9005031916312873"
24   },
25   "_npmUser": {
26     "name": "megawac",
27     "email": "megawac@gmail.com"
28   },
29   "_npmVersion": "3.9.5",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "async@^2.0.1",
33     "scope": null,
34     "escapedName": "async",
35     "name": "async",
36     "rawSpec": "^2.0.1",
37     "spec": ">=2.0.1 <3.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/form-data"
42   ],
43   "_resolved": "https://registry.npmjs.org/async/-/async-2.1.5.tgz",
44   "_shasum": "e587c68580994ac67fc56ff86d3ac56bdbe810bc",
45   "_shrinkwrap": null,
46   "_spec": "async@^2.0.1",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\form-data",
48   "author": {
49     "name": "Caolan McMahon"
50   },
51   "bugs": {
52     "url": "https://github.com/caolan/async/issues"
53   },
54   "dependencies": {
55     "lodash": "^4.14.0"
56   },
57   "description": "Higher-order functions and common patterns for asynchronous code",
58   "devDependencies": {
59     "babel-cli": "^6.16.0",
60     "babel-core": "^6.3.26",
61     "babel-plugin-add-module-exports": "^0.2.1",
62     "babel-plugin-istanbul": "^2.0.1",
63     "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16",
64     "babel-preset-es2015": "^6.3.13",
65     "babelify": "^7.2.0",
66     "benchmark": "^2.1.1",
67     "bluebird": "^3.4.6",
68     "chai": "^3.1.0",
69     "cheerio": "^0.22.0",
70     "coveralls": "^2.11.2",
71     "es6-promise": "^2.3.0",
72     "eslint": "^2.13.1",
73     "fs-extra": "^0.26.7",
74     "gh-pages-deploy": "^0.4.2",
75     "jsdoc": "^3.4.0",
76     "karma": "^1.3.0",
77     "karma-browserify": "^5.1.0",
78     "karma-firefox-launcher": "^1.0.0",
79     "karma-mocha": "^1.2.0",
80     "karma-mocha-reporter": "^2.2.0",
81     "mocha": "^3.1.2",
82     "native-promise-only": "^0.8.0-a",
83     "nyc": "^7.0.0",
84     "recursive-readdir": "^1.3.0",
85     "rimraf": "^2.5.0",
86     "rollup": "^0.36.3",
87     "rollup-plugin-node-resolve": "^2.0.0",
88     "rollup-plugin-npm": "^2.0.0",
89     "rsvp": "^3.0.18",
90     "semver": "^4.3.6",
91     "uglify-js": "~2.7.3",
92     "vinyl-buffer": "^1.0.0",
93     "vinyl-source-stream": "^1.1.0",
94     "watchify": "^3.7.0",
95     "yargs": "~3.9.1"
96   },
97   "directories": {},
98   "dist": {
99     "shasum": "e587c68580994ac67fc56ff86d3ac56bdbe810bc",
100     "tarball": "https://registry.npmjs.org/async/-/async-2.1.5.tgz"
101   },
102   "gh-pages-deploy": {
103     "staticpath": "docs"
104   },
105   "homepage": "https://github.com/caolan/async#readme",
106   "keywords": [
107     "async",
108     "callback",
109     "module",
110     "utility"
111   ],
112   "license": "MIT",
113   "main": "dist/async.js",
114   "maintainers": [
115     {
116       "name": "caolan",
117       "email": "caolan.mcmahon@gmail.com"
118     },
119     {
120       "name": "beaugunderson",
121       "email": "beau@beaugunderson.com"
122     },
123     {
124       "name": "aearly",
125       "email": "alexander.early@gmail.com"
126     },
127     {
128       "name": "megawac",
129       "email": "megawac@gmail.com"
130     }
131   ],
132   "name": "async",
133   "nyc": {
134     "exclude": [
135       "mocha_test"
136     ]
137   },
138   "optionalDependencies": {},
139   "readme": "ERROR: No README data found!",
140   "repository": {
141     "type": "git",
142     "url": "git+https://github.com/caolan/async.git"
143   },
144   "scripts": {
145     "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
146     "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
147     "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
148     "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
149     "mocha-browser-test": "karma start",
150     "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
151     "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
152     "test": "npm run lint && npm run mocha-node-test"
153   },
154   "version": "2.1.5"
155 }