react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / fileset / node_modules / minimatch / node_modules / lru-cache / package.json
80728 views{1"name": "lru-cache",2"description": "A cache object that deletes the least-recently-used items.",3"version": "2.6.4",4"author": {5"name": "Isaac Z. Schlueter",6"email": "[email protected]"7},8"keywords": [9"mru",10"lru",11"cache"12],13"scripts": {14"test": "tap test --gc"15},16"main": "lib/lru-cache.js",17"repository": {18"type": "git",19"url": "git://github.com/isaacs/node-lru-cache.git"20},21"devDependencies": {22"tap": "^0.7.1",23"weak": ""24},25"license": "ISC",26"gitHead": "aea58fc0a12714c6e1422963e7ebea66460ec39e",27"bugs": {28"url": "https://github.com/isaacs/node-lru-cache/issues"29},30"homepage": "https://github.com/isaacs/node-lru-cache#readme",31"_id": "[email protected]",32"_shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd",33"_from": "lru-cache@>=2.0.0 <3.0.0",34"_npmVersion": "2.10.0",35"_nodeVersion": "2.0.1",36"_npmUser": {37"name": "isaacs",38"email": "[email protected]"39},40"dist": {41"shasum": "2675190ccd1b0701ec2f652a4d0d3d400d76c0dd",42"tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz"43},44"maintainers": [45{46"name": "isaacs",47"email": "[email protected]"48},49{50"name": "othiym23",51"email": "[email protected]"52}53],54"directories": {},55"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz",56"readme": "ERROR: No README data found!"57}585960