summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/lru-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/lru-cache/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/lru-cache/package.json117
1 files changed, 117 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/lru-cache/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/lru-cache/package.json
new file mode 100644
index 00000000..e0c47d4e
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/lru-cache/package.json
@@ -0,0 +1,117 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "lru-cache@2.2.x",
+ "scope": null,
+ "escapedName": "lru-cache",
+ "name": "lru-cache",
+ "rawSpec": "2.2.x",
+ "spec": ">=2.2.0 <2.3.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\useragent"
+ ]
+ ],
+ "_from": "lru-cache@>=2.2.0 <2.3.0",
+ "_id": "lru-cache@2.2.4",
+ "_inCache": true,
+ "_location": "/lru-cache",
+ "_npmUser": {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ },
+ "_npmVersion": "1.2.15",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "lru-cache@2.2.x",
+ "scope": null,
+ "escapedName": "lru-cache",
+ "name": "lru-cache",
+ "rawSpec": "2.2.x",
+ "spec": ">=2.2.0 <2.3.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/fileset/glob/minimatch",
+ "/fileset/minimatch",
+ "/karma-coverage/minimatch",
+ "/useragent"
+ ],
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz",
+ "_shasum": "6c658619becf14031d0d0b594b16042ce4dc063d",
+ "_shrinkwrap": null,
+ "_spec": "lru-cache@2.2.x",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\useragent",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/node-lru-cache/issues"
+ },
+ "contributors": [
+ {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me"
+ },
+ {
+ "name": "Carlos Brito Lage",
+ "email": "carlos@carloslage.net"
+ },
+ {
+ "name": "Marko Mikulicic",
+ "email": "marko.mikulicic@isti.cnr.it"
+ },
+ {
+ "name": "Trent Mick",
+ "email": "trentm@gmail.com"
+ },
+ {
+ "name": "Kevin O'Hara",
+ "email": "kevinohara80@gmail.com"
+ },
+ {
+ "name": "Marco Rogers",
+ "email": "marco.rogers@gmail.com"
+ },
+ {
+ "name": "Jesse Dailey",
+ "email": "jesse.dailey@gmail.com"
+ }
+ ],
+ "dependencies": {},
+ "description": "A cache object that deletes the least-recently-used items.",
+ "devDependencies": {
+ "tap": "",
+ "weak": ""
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "6c658619becf14031d0d0b594b16042ce4dc063d",
+ "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz"
+ },
+ "homepage": "https://github.com/isaacs/node-lru-cache#readme",
+ "license": {
+ "type": "MIT",
+ "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
+ },
+ "main": "lib/lru-cache.js",
+ "maintainers": [
+ {
+ "name": "isaacs",
+ "email": "i@izs.me"
+ }
+ ],
+ "name": "lru-cache",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-lru-cache.git"
+ },
+ "scripts": {
+ "test": "tap test --gc"
+ },
+ "version": "2.2.4"
+}