npm
Version:
a package manager for JavaScript
83 lines (82 loc) • 1.99 kB
JSON
{
"_args": [
[
"lru-cache@2",
"/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/minimatch"
]
],
"_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"
},
"_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"
},
"_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"
},
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"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",
"email": "isaacs@npmjs.com"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
}
],
"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"
}