Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-05-15 04:24:18 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-05-15 04:24:18 +0300
commit0b901ad0811d84dda6ca0755a9adc8d47825edd0 (patch)
treeff5b025352c2173d46ebebd7b28873689884b7d4 /node_modules/lru-cache
parent0e2c091a539b61fdc60423b6bbaaf30c24e4b1b8 (diff)
lru-cache@2.6.3
less cruft
Diffstat (limited to 'node_modules/lru-cache')
-rw-r--r--node_modules/lru-cache/package.json21
1 files changed, 10 insertions, 11 deletions
diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json
index c3b70c765..1e8b1a754 100644
--- a/node_modules/lru-cache/package.json
+++ b/node_modules/lru-cache/package.json
@@ -1,7 +1,7 @@
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
- "version": "2.6.2",
+ "version": "2.6.3",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
@@ -27,23 +27,23 @@
"type": "MIT",
"url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
},
- "gitHead": "278d05fcc714636eeedb3959bca80c20c19a61df",
+ "gitHead": "0654ce0b1f2d676a0cfc1f3001a097af9e7b0dfb",
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
- "_id": "lru-cache@2.6.2",
- "_shasum": "77741638c6dc972e503dbe41dcb6bfdfba499a38",
- "_from": "lru-cache@>=2.6.2 <2.7.0",
- "_npmVersion": "2.8.4",
- "_nodeVersion": "1.4.2",
+ "_id": "lru-cache@2.6.3",
+ "_shasum": "51ccd0b4fc0c843587d7a5709ce4d3b7629bedc5",
+ "_from": "lru-cache@>=2.6.3 <2.7.0",
+ "_npmVersion": "2.10.0",
+ "_nodeVersion": "2.0.1",
"_npmUser": {
"name": "isaacs",
"email": "isaacs@npmjs.com"
},
"dist": {
- "shasum": "77741638c6dc972e503dbe41dcb6bfdfba499a38",
- "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.2.tgz"
+ "shasum": "51ccd0b4fc0c843587d7a5709ce4d3b7629bedc5",
+ "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz"
},
"maintainers": [
{
@@ -52,6 +52,5 @@
}
],
"directories": {},
- "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.2.tgz",
- "readme": "ERROR: No README data found!"
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.3.tgz"
}