dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/lru-cache/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

86 lines
2 KiB
JSON

{
"_args": [
[
"lru-cache@2",
"/Users/sid/Desktop/code/RustyCode/node_modules/globule/node_modules/minimatch"
]
],
"_from": "lru-cache@>=2.0.0 <3.0.0",
"_id": "lru-cache@2.7.3",
"_inCache": true,
"_installable": true,
"_location": "/lru-cache",
"_nodeVersion": "4.0.0",
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "3.3.2",
"_phantomChildren": {},
"_requested": {
"name": "lru-cache",
"raw": "lru-cache@2",
"rawSpec": "2",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/globule/minimatch",
"/mocha/minimatch"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
"_shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
"_shrinkwrap": null,
"_spec": "lru-cache@2",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/globule/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": "^1.2.0",
"weak": ""
},
"directories": {},
"dist": {
"shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
"tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
},
"gitHead": "292048199f6d28b77fbe584279a1898e25e4c714",
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [
"mru",
"lru",
"cache"
],
"license": "ISC",
"main": "lib/lru-cache.js",
"maintainers": [
{
"email": "isaacs@npmjs.com",
"name": "isaacs"
},
{
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
}
],
"name": "lru-cache",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"scripts": {
"test": "tap test --gc"
},
"version": "2.7.3"
}