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:
Diffstat (limited to 'node_modules/lru-cache/package.json')
-rw-r--r--node_modules/lru-cache/package.json92
1 files changed, 58 insertions, 34 deletions
diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json
index b22362cb9..11acef932 100644
--- a/node_modules/lru-cache/package.json
+++ b/node_modules/lru-cache/package.json
@@ -1,47 +1,64 @@
{
- "name": "lru-cache",
- "description": "A cache object that deletes the least-recently-used items.",
- "version": "2.6.4",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me"
- },
- "keywords": [
- "mru",
- "lru",
- "cache"
+ "_args": [
+ [
+ "lru-cache@2",
+ "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/minimatch"
+ ]
],
- "scripts": {
- "test": "tap test --gc"
+ "_from": "lru-cache@>=2.0.0 <3.0.0",
+ "_id": "lru-cache@2.6.4",
+ "_inCache": true,
+ "_location": "/lru-cache",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
},
- "main": "lib/lru-cache.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-lru-cache.git"
+ "_npmVersion": "2.10.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "lru-cache",
+ "raw": "lru-cache@2",
+ "rawSpec": "2",
+ "scope": null,
+ "spec": ">=2.0.0 <3.0.0",
+ "type": "range"
},
- "devDependencies": {
- "tap": "^0.7.1",
- "weak": ""
+ "_requiredBy": [
+ "/node-gyp/minimatch"
+ ],
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz",
+ "_shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd",
+ "_shrinkwrap": null,
+ "_spec": "lru-cache@2",
+ "_where": "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/minimatch",
+ "author": {
+ "email": "i@izs.me",
+ "name": "Isaac Z. Schlueter"
},
- "license": "ISC",
- "gitHead": "aea58fc0a12714c6e1422963e7ebea66460ec39e",
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
- "homepage": "https://github.com/isaacs/node-lru-cache#readme",
- "_id": "lru-cache@2.6.4",
- "_shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd",
- "_from": "lru-cache@>=2.6.4 <2.7.0",
- "_npmVersion": "2.10.0",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
+ "dependencies": {},
+ "description": "A cache object that deletes the least-recently-used items.",
+ "devDependencies": {
+ "tap": "^0.7.1",
+ "weak": ""
},
+ "directories": {},
"dist": {
"shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd",
"tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz"
},
+ "gitHead": "aea58fc0a12714c6e1422963e7ebea66460ec39e",
+ "homepage": "https://github.com/isaacs/node-lru-cache#readme",
+ "keywords": [
+ "cache",
+ "lru",
+ "mru"
+ ],
+ "license": "ISC",
+ "main": "lib/lru-cache.js",
"maintainers": [
{
"name": "isaacs",
@@ -52,7 +69,14 @@
"email": "ogd@aoaioxxysz.net"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz",
- "readme": "ERROR: No README data found!"
+ "name": "lru-cache",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-lru-cache.git"
+ },
+ "scripts": {
+ "test": "tap test --gc"
+ },
+ "version": "2.6.4"
}