homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
79 lines (78 loc) • 2 kB
JSON
{
"_from": "tiny-lru@^7.0.0",
"_id": "tiny-lru@7.0.1",
"_inBundle": false,
"_integrity": "sha512-BImmnAPNkaN7XjrvmOr4JAT2U6ubLmxiD9iDBMMow3/026OZ+yiuWzM1F0TgECLfq1KO2YkXEIJ2h6sPjXv9XA==",
"_location": "/tiny-lru",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tiny-lru@^7.0.0",
"name": "tiny-lru",
"escapedName": "tiny-lru",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/fastify"
],
"_resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.1.tgz",
"_shasum": "a5401035c317ea36ba86f91ce68b1b87e86c7630",
"_spec": "tiny-lru@^7.0.0",
"_where": "/Users/john/src/homebridge-config-ui-x/node_modules/fastify",
"author": {
"name": "Jason Mulligan",
"email": "jason.mulligan@avoidwork.com"
},
"browser": "lib/tiny-lru.js",
"bugs": {
"url": "https://github.com/avoidwork/tiny-lru/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Tiny LRU cache for Client or Server",
"devDependencies": {
"nodeunit": "^0.11.3",
"precise": "^1.1.0",
"tslib-cli": "^5.0.18"
},
"engineStrict": true,
"engines": {
"node": ">=6"
},
"files": [
"lib",
"*.d.ts"
],
"homepage": "https://github.com/avoidwork/tiny-lru",
"keywords": [
"LRU",
"cache",
"tiny",
"client",
"server",
"least",
"recently",
"used"
],
"license": "BSD-3-Clause",
"main": "lib/tiny-lru.cjs.js",
"module": "lib/tiny-lru.esm.js",
"name": "tiny-lru",
"repository": {
"type": "git",
"url": "git://github.com/avoidwork/tiny-lru.git"
},
"scripts": {
"benchmark": "node benchmark.js",
"build": "tslib build",
"changelog": "git log --no-merges --date=short --tags --format=\"[%cd] %h%d %s - %cn (%ce)\" > CHANGELOG",
"test": "nodeunit test/lru.js"
},
"source": "src/lru.js",
"types": "tiny-lru.d.ts",
"version": "7.0.1"
}