File: /home/bishwesh/internstolearn.com/node_modules/fast-memoize/package.json
{
"_from": "fast-memoize@^2.5.1",
"_id": "fast-memoize@2.5.1",
"_inBundle": false,
"_integrity": "sha512-xdmw296PCL01tMOXx9mdJSmWY29jQgxyuZdq0rEHMu+Tpe1eOEtCycoG6chzlcrWsNgpZP7oL8RiQr7+G6Bl6g==",
"_location": "/fast-memoize",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-memoize@^2.5.1",
"name": "fast-memoize",
"escapedName": "fast-memoize",
"rawSpec": "^2.5.1",
"saveSpec": null,
"fetchSpec": "^2.5.1"
},
"_requiredBy": [
"/filterizr"
],
"_resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.1.tgz",
"_shasum": "c3519241e80552ce395e1a32dcdde8d1fd680f5d",
"_spec": "fast-memoize@^2.5.1",
"_where": "D:\\webserver\\laragon\\www\\internstolearn\\node_modules\\filterizr",
"author": {
"name": "Caio Gondim",
"email": "me@caiogondim.com",
"url": "http://caiogondim.com"
},
"bugs": {
"url": "https://github.com/caiogondim/fast-memoize/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Fastest memoization lib that supports N arguments",
"devDependencies": {
"benchmark": "^2.0.0",
"cli-table2": "^0.2.0",
"codecov": "^2.0.2",
"covert": "^1.1.0",
"iMemoized": "0.0.10",
"jest": "20.0.4",
"lodash": "^4.0.0",
"logdown": "^1.2.5",
"lru-cache": "^4.0.0",
"lru-memoize": "^1.0.2",
"memoizee": "^0.4.1",
"nano-memoize": "^0.1.0",
"ora": "^0.3.0",
"ramda": "^0.22.1",
"standard": "^10.0.2",
"underscore": "^1.8.3"
},
"files": [
"README.md",
"typings/fast-memoize.d.ts",
"src/"
],
"homepage": "https://github.com/caiogondim/fast-memoize#readme",
"jest": {
"roots": [
"test/"
],
"testRegex": "test/.*\\.js$",
"collectCoverage": true,
"coverageDirectory": "./coverage/"
},
"license": "MIT",
"main": "src/index.js",
"name": "fast-memoize",
"repository": {
"type": "git",
"url": "git+https://github.com/caiogondim/fast-memoize.git"
},
"scripts": {
"benchmark": "node benchmark",
"benchmark:cache": "node benchmark/cache",
"benchmark:combination": "node benchmark/combination.js",
"benchmark:compare": "./benchmark/compare-commits/index.sh",
"benchmark:recursive-all": "node benchmark/recursive-all.js",
"benchmark:recursive-solo": "node --trace-opt benchmark/recursive-solo.js",
"benchmark:serializer": "node benchmark/serializer",
"benchmark:solo": "node benchmark/solo.js",
"benchmark:strategy": "node benchmark/strategy",
"benchmark:trace": "node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js",
"benchmark:v8-optimization-analysis": "node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js",
"lint": "standard --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"",
"preversion": "npm run test:all",
"test": "jest",
"test:all": "npm run lint && npm run test:typescript && npm run test",
"test:coverage": "covert test/*.js",
"test:typescript": "cd ./typings/tests && npm install-test"
},
"typings": "typings/fast-memoize.d.ts",
"version": "2.5.1"
}