79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"_from": "mem@^4.0.0",
|
|
"_id": "mem@4.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5fJxa68urlY0Ir8ijatKa3eRz5lwXnRCTvo9+TbTGAuTFJOwpGcY0X05moBd0nW45965Njt4CDI2GFQoG8DvqA==",
|
|
"_location": "/mem",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "mem@^4.0.0",
|
|
"name": "mem",
|
|
"escapedName": "mem",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/os-locale"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mem/-/mem-4.2.0.tgz",
|
|
"_shasum": "5ee057680ed9cb8dad8a78d820f9a8897a102025",
|
|
"_spec": "mem@^4.0.0",
|
|
"_where": "/Users/josh.burman/Projects/braid/node_modules/os-locale",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/mem/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"map-age-cleaner": "^0.1.1",
|
|
"mimic-fn": "^2.0.0",
|
|
"p-is-promise": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
|
|
"devDependencies": {
|
|
"ava": "^1.3.1",
|
|
"delay": "^4.1.0",
|
|
"tsd-check": "^0.3.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/mem#readme",
|
|
"keywords": [
|
|
"memoize",
|
|
"function",
|
|
"mem",
|
|
"memoization",
|
|
"cache",
|
|
"caching",
|
|
"optimize",
|
|
"performance",
|
|
"ttl",
|
|
"expire",
|
|
"promise"
|
|
],
|
|
"license": "MIT",
|
|
"name": "mem",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/mem.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd-check"
|
|
},
|
|
"version": "4.2.0"
|
|
}
|