summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lru-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lru-cache/package.json')
-rw-r--r--deps/npm/node_modules/lru-cache/package.json49
1 files changed, 25 insertions, 24 deletions
diff --git a/deps/npm/node_modules/lru-cache/package.json b/deps/npm/node_modules/lru-cache/package.json
index 5b40a7fe5f..b419b5aa78 100644
--- a/deps/npm/node_modules/lru-cache/package.json
+++ b/deps/npm/node_modules/lru-cache/package.json
@@ -1,53 +1,53 @@
{
- "_from": "lru-cache@~4.0.2",
- "_id": "lru-cache@4.0.2",
- "_integrity": "sha1-HRdnnAac2l0ECZGgnbwsDbN35V4=",
+ "_from": "lru-cache@4.1.1",
+ "_id": "lru-cache@4.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==",
"_location": "/lru-cache",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "lru-cache@~4.0.2",
+ "raw": "lru-cache@4.1.1",
"name": "lru-cache",
"escapedName": "lru-cache",
- "rawSpec": "~4.0.2",
+ "rawSpec": "4.1.1",
"saveSpec": null,
- "fetchSpec": "~4.0.2"
+ "fetchSpec": "4.1.1"
},
"_requiredBy": [
+ "#USER",
"/",
- "/cacache",
"/pacote",
"/pacote/make-fetch-happen",
"/tap/foreground-child/cross-spawn",
"/update-notifier/boxen/term-size/execa/cross-spawn-async"
],
- "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz",
- "_shasum": "1d17679c069cda5d040991a09dbc2c0db377e55e",
- "_shrinkwrap": null,
- "_spec": "lru-cache@~4.0.2",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
+ "_shasum": "622e32e82488b49279114a4f9ecf45e7cd6bba55",
+ "_spec": "lru-cache@4.1.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
- "bin": null,
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"bundleDependencies": false,
"dependencies": {
- "pseudomap": "^1.0.1",
- "yallist": "^2.0.0"
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
},
"deprecated": false,
"description": "A cache object that deletes the least-recently-used items.",
"devDependencies": {
+ "benchmark": "^2.1.4",
"standard": "^5.4.1",
- "tap": "^8.0.1"
+ "tap": "^10.3.3"
},
"files": [
- "lib/lru-cache.js"
+ "index.js"
],
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [
@@ -56,17 +56,18 @@
"cache"
],
"license": "ISC",
- "main": "lib/lru-cache.js",
+ "main": "index.js",
"name": "lru-cache",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"scripts": {
- "posttest": "standard test/*.js lib/*.js",
- "test": "tap test --100"
+ "postpublish": "git push origin --all; git push origin --tags",
+ "posttest": "standard test/*.js index.js",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap test/*.js --100 -J"
},
- "version": "4.0.2"
+ "version": "4.1.1"
}