overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
79 lines (78 loc) • 1.88 kB
JSON
{
"_from": "mem@^6.1.0",
"_id": "mem@6.1.0",
"_inBundle": false,
"_integrity": "sha512-RlbnLQgRHk5lwqTtpEkBTQ2ll/CG/iB+J4Hy2Wh97PjgZgXgWJWrFF+XXujh3UUVLvR4OOTgZzcWMMwnehlEUg==",
"_location": "/mem",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mem@^6.1.0",
"name": "mem",
"escapedName": "mem",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/mem/-/mem-6.1.0.tgz",
"_shasum": "846eca0bd4708a8f04b9c3f3cd769e194ae63c5c",
"_spec": "mem@^6.1.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava",
"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.3",
"mimic-fn": "^3.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": "^2.4.0",
"delay": "^4.1.0",
"serialize-javascript": "^2.1.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"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"
},
"version": "6.1.0"
}