aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lru-cache
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/lru-cache
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/lru-cache')
-rw-r--r--node_modules/lru-cache/package.json92
1 files changed, 10 insertions, 82 deletions
diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json
index 08f94c189..189e33da6 100644
--- a/node_modules/lru-cache/package.json
+++ b/node_modules/lru-cache/package.json
@@ -1,93 +1,21 @@
{
- "_args": [
- [
- {
- "raw": "lru-cache@2",
- "scope": null,
- "escapedName": "lru-cache",
- "name": "lru-cache",
- "rawSpec": "2",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/globule/node_modules/minimatch"
- ]
- ],
- "_from": "lru-cache@>=2.0.0 <3.0.0",
- "_id": "lru-cache@2.7.3",
- "_inCache": true,
- "_location": "/lru-cache",
- "_nodeVersion": "4.0.0",
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.3.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "lru-cache@2",
- "scope": null,
- "escapedName": "lru-cache",
- "name": "lru-cache",
- "rawSpec": "2",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/globule/minimatch",
- "/mocha/minimatch"
- ],
- "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
- "_shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
- "_shrinkwrap": null,
- "_spec": "lru-cache@2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/globule/node_modules/minimatch",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/node-lru-cache/issues"
- },
- "dependencies": {},
+ "name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
- "devDependencies": {
- "tap": "^1.2.0",
- "weak": ""
- },
- "directories": {},
- "dist": {
- "shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
- "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
- },
- "gitHead": "292048199f6d28b77fbe584279a1898e25e4c714",
- "homepage": "https://github.com/isaacs/node-lru-cache#readme",
+ "version": "2.7.3",
+ "author": "Isaac Z. Schlueter <i@izs.me>",
"keywords": [
"mru",
"lru",
"cache"
],
- "license": "ISC",
- "main": "lib/lru-cache.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- }
- ],
- "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.7.3"
+ "main": "lib/lru-cache.js",
+ "repository": "git://github.com/isaacs/node-lru-cache.git",
+ "devDependencies": {
+ "tap": "^1.2.0",
+ "weak": ""
+ },
+ "license": "ISC"
}