dejavu-call
Version:
Intercepts a function call and stores the result with the given context. In calls that have the same parameters, it will return the stored result. The proposal is to reduce the response time for processing heavy functions, but it always has the same resul
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "dejavu-call",
"version": "0.7.3",
"description": "",
"main": "dist/main.js",
"scripts": {
"transpile": "babel src --out-dir dist",
"test": "mocha --compilers js:babel-register --reporter spec 'test/*.spec.js'",
"build": "npm run transpile | npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyderpd/npm-dejavu-call.git"
},
"keywords": [
"cache",
"memorize",
"recall",
"fast",
"functional",
"simplify",
"less",
"repetition",
"call"
],
"author": "NPM dejavu-call <heyderpd@gmail.com> (http://heyderpd.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/heyderpd/npm-dejavu-call/issues"
},
"homepage": "https://github.com/heyderpd/npm-dejavu-call#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1"
},
"dependencies": {
"pytils": "^1.30.0"
}
}