choo-shortcache
Version:
choo nanocomponent cache shortcut
55 lines (54 loc) • 1.44 kB
JSON
{
"_from": "nanolru@^1.0.0",
"_id": "nanolru@1.0.0",
"_inBundle": false,
"_integrity": "sha512-GyQkE8M32pULhQk7Sko5raoIbPalAk90ICG+An4fq6fCsFHsP6fB2K46WGXVdoJpy4SGMnZ/EKbo123fZJomWg==",
"_location": "/nanolru",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanolru@^1.0.0",
"name": "nanolru",
"escapedName": "nanolru",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/choo"
],
"_resolved": "https://registry.npmjs.org/nanolru/-/nanolru-1.0.0.tgz",
"_shasum": "0a5679cd4e4578c4ca3741e610b71c4c9b5afaf8",
"_spec": "nanolru@^1.0.0",
"_where": "/Users/jongacnik/Sites/_modules/choo-shortcache/example/node_modules/choo",
"author": {
"name": "Seth Thompson",
"email": "s3th.thompson@gmail.com"
},
"bugs": {
"url": "http://github.com/s3ththompson/nanolru/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple O(1) LRU cache",
"devDependencies": {
"standard": "^6.0.8",
"vows": "^0.8.1"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "http://github.com/s3ththompson/nanolru",
"license": "MIT",
"main": "index",
"name": "nanolru",
"repository": {
"type": "git",
"url": "git+https://github.com/s3ththompson/nanolru.git"
},
"scripts": {
"test": "standard && vows test/*.js --spec"
},
"version": "1.0.0"
}