Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / lru-cache / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "lru-cache@2.2.x",
6         "scope": null,
7         "escapedName": "lru-cache",
8         "name": "lru-cache",
9         "rawSpec": "2.2.x",
10         "spec": ">=2.2.0 <2.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\useragent"
14     ]
15   ],
16   "_from": "lru-cache@>=2.2.0 <2.3.0",
17   "_id": "lru-cache@2.2.4",
18   "_inCache": true,
19   "_location": "/lru-cache",
20   "_npmUser": {
21     "name": "isaacs",
22     "email": "i@izs.me"
23   },
24   "_npmVersion": "1.2.15",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "lru-cache@2.2.x",
28     "scope": null,
29     "escapedName": "lru-cache",
30     "name": "lru-cache",
31     "rawSpec": "2.2.x",
32     "spec": ">=2.2.0 <2.3.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/fileset/glob/minimatch",
37     "/fileset/minimatch",
38     "/karma-coverage/minimatch",
39     "/useragent"
40   ],
41   "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz",
42   "_shasum": "6c658619becf14031d0d0b594b16042ce4dc063d",
43   "_shrinkwrap": null,
44   "_spec": "lru-cache@2.2.x",
45   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\useragent",
46   "author": {
47     "name": "Isaac Z. Schlueter",
48     "email": "i@izs.me"
49   },
50   "bugs": {
51     "url": "https://github.com/isaacs/node-lru-cache/issues"
52   },
53   "contributors": [
54     {
55       "name": "Isaac Z. Schlueter",
56       "email": "i@izs.me"
57     },
58     {
59       "name": "Carlos Brito Lage",
60       "email": "carlos@carloslage.net"
61     },
62     {
63       "name": "Marko Mikulicic",
64       "email": "marko.mikulicic@isti.cnr.it"
65     },
66     {
67       "name": "Trent Mick",
68       "email": "trentm@gmail.com"
69     },
70     {
71       "name": "Kevin O'Hara",
72       "email": "kevinohara80@gmail.com"
73     },
74     {
75       "name": "Marco Rogers",
76       "email": "marco.rogers@gmail.com"
77     },
78     {
79       "name": "Jesse Dailey",
80       "email": "jesse.dailey@gmail.com"
81     }
82   ],
83   "dependencies": {},
84   "description": "A cache object that deletes the least-recently-used items.",
85   "devDependencies": {
86     "tap": "",
87     "weak": ""
88   },
89   "directories": {},
90   "dist": {
91     "shasum": "6c658619becf14031d0d0b594b16042ce4dc063d",
92     "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz"
93   },
94   "homepage": "https://github.com/isaacs/node-lru-cache#readme",
95   "license": {
96     "type": "MIT",
97     "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
98   },
99   "main": "lib/lru-cache.js",
100   "maintainers": [
101     {
102       "name": "isaacs",
103       "email": "i@izs.me"
104     }
105   ],
106   "name": "lru-cache",
107   "optionalDependencies": {},
108   "readme": "ERROR: No README data found!",
109   "repository": {
110     "type": "git",
111     "url": "git://github.com/isaacs/node-lru-cache.git"
112   },
113   "scripts": {
114     "test": "tap test --gc"
115   },
116   "version": "2.2.4"
117 }