You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "memor",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"description": "More memoization",
|
|
|
|
"keywords": ["memoize", "memoization"],
|
|
|
|
"main": "./dist/index.cjs.js",
|
|
|
|
"module": "./dist/index.es.js",
|
|
|
|
"files": ["dist"],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Conduitry/memor.git"
|
|
|
|
},
|
|
|
|
"author": "Conduitry",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Conduitry/memor/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://cndtr.io/memor/"
|
|
|
|
}
|