Files
codeql-action/node_modules/mem/package.json
2020-06-24 14:33:14 +01:00

83 lines
1.8 KiB
JSON

{
"_args": [
[
"mem@6.1.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "mem@6.1.0",
"_id": "mem@6.1.0",
"_inBundle": false,
"_integrity": "sha512-RlbnLQgRHk5lwqTtpEkBTQ2ll/CG/iB+J4Hy2Wh97PjgZgXgWJWrFF+XXujh3UUVLvR4OOTgZzcWMMwnehlEUg==",
"_location": "/mem",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "6.1.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/mem/issues"
},
"dependencies": {
"map-age-cleaner": "^0.1.3",
"mimic-fn": "^3.0.0"
},
"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"
}