mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-03-18 21:40:27 +01:00
44 lines
876 B
JSON
44 lines
876 B
JSON
{
|
|
"name": "memoizee",
|
|
"version": "0.1.0",
|
|
"description": "Memoization for any type and length of function arguments",
|
|
"main": "lib/memoize",
|
|
"scripts": {
|
|
"test": "node node_modules/tad/bin/tad lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/medikoo/memoize.git"
|
|
},
|
|
"keywords": [
|
|
"memoize",
|
|
"cache",
|
|
"memoization",
|
|
"memo",
|
|
"memcached",
|
|
"hashing.",
|
|
"storage",
|
|
"caching",
|
|
"memory",
|
|
"gc",
|
|
"weak",
|
|
"garbage",
|
|
"collector"
|
|
],
|
|
"bugs": {
|
|
"email": "medikoo+memoize@medikoo.com",
|
|
"url": "https://github.com/medikoo/memoize/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
},
|
|
"dependencies": {
|
|
"es5-ext": "0.9.x"
|
|
},
|
|
"devDependencies": {
|
|
"tad": "0.1.x"
|
|
},
|
|
"author": "Mariusz Nowak <medikoo+memoize@medikoo.com> (http://www.medikoo.com/)",
|
|
"license": "MIT"
|
|
}
|