@miyauci/memo
Version:
Memoization tools, TC39 proposal-function-memo implementation
44 lines • 969 B
JSON
{
"module": "./esm/mod.js",
"main": "./script/mod.js",
"name": "@miyauci/memo",
"version": "1.2.0",
"description": "Memoization tools, TC39 proposal-function-memo implementation",
"keywords": [
"memo",
"memoize",
"memoization",
"cache",
"cache-map",
"tc39",
"proposal-function-memo"
],
"license": "MIT",
"homepage": "https://github.com/TomokiMiyauci/memo",
"repository": {
"type": "git",
"url": "git+https://github.com/TomokiMiyauci/memo.git"
},
"bugs": {
"url": "https://github.com/TomokiMiyauci/memo/issues"
},
"sideEffects": false,
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
},
"./polyfill.js": {
"import": "./esm/polyfill.js",
"require": "./script/polyfill.js"
}
},
"dependencies": {
"@miyauci/upsert": "1.1.0",
"composite-key": "1.0.0"
}
}