Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / async / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "async@~0.2.9",
6         "scope": null,
7         "escapedName": "async",
8         "name": "async",
9         "rawSpec": "~0.2.9",
10         "spec": ">=0.2.9 <0.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\utile"
14     ]
15   ],
16   "_from": "async@>=0.2.9 <0.3.0",
17   "_id": "async@0.2.10",
18   "_inCache": true,
19   "_location": "/async",
20   "_npmUser": {
21     "name": "caolan",
22     "email": "caolan.mcmahon@gmail.com"
23   },
24   "_npmVersion": "1.3.2",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "async@~0.2.9",
28     "scope": null,
29     "escapedName": "async",
30     "name": "async",
31     "rawSpec": "~0.2.9",
32     "spec": ">=0.2.9 <0.3.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/utile"
37   ],
38   "_resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
39   "_shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",
40   "_shrinkwrap": null,
41   "_spec": "async@~0.2.9",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\utile",
43   "author": {
44     "name": "Caolan McMahon"
45   },
46   "bugs": {
47     "url": "https://github.com/caolan/async/issues"
48   },
49   "dependencies": {},
50   "description": "Higher-order functions and common patterns for asynchronous code",
51   "devDependencies": {
52     "nodelint": ">0.0.0",
53     "nodeunit": ">0.0.0",
54     "uglify-js": "1.2.x"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "b6bbe0b0674b9d719708ca38de8c237cb526c3d1",
59     "tarball": "https://registry.npmjs.org/async/-/async-0.2.10.tgz"
60   },
61   "homepage": "https://github.com/caolan/async#readme",
62   "jam": {
63     "main": "lib/async.js",
64     "include": [
65       "lib/async.js",
66       "README.md",
67       "LICENSE"
68     ]
69   },
70   "licenses": [
71     {
72       "type": "MIT",
73       "url": "https://github.com/caolan/async/raw/master/LICENSE"
74     }
75   ],
76   "main": "./lib/async",
77   "maintainers": [
78     {
79       "name": "caolan",
80       "email": "caolan@caolanmcmahon.com"
81     }
82   ],
83   "name": "async",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/caolan/async.git"
89   },
90   "scripts": {
91     "test": "nodeunit test/test-async.js"
92   },
93   "version": "0.2.10"
94 }