|
{
|
|
"_args": [
|
|
[
|
|
"mem@^4.0.0",
|
|
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/os-locale"
|
|
]
|
|
],
|
|
"_from": "mem@>=4.0.0 <5.0.0",
|
|
"_hasShrinkwrap": false,
|
|
"_id": "mem@4.3.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/mem",
|
|
"_nodeVersion": "8.15.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/mem_4.3.0_1554059343791_0.002943299052651671"
|
|
},
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "6.9.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "mem",
|
|
"raw": "mem@^4.0.0",
|
|
"rawSpec": "^4.0.0",
|
|
"scope": null,
|
|
"spec": ">=4.0.0 <5.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/os-locale"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz",
|
|
"_shasum": "461af497bc4ae09608cdb2e60eefb69bff744178",
|
|
"_shrinkwrap": null,
|
|
"_spec": "mem@^4.0.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/os-locale",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/mem/issues"
|
|
},
|
|
"dependencies": {
|
|
"map-age-cleaner": "^0.1.1",
|
|
"mimic-fn": "^2.0.0",
|
|
"p-is-promise": "^2.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": "^1.4.1",
|
|
"delay": "^4.1.0",
|
|
"tsd": "^0.7.1",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"fileCount": 5,
|
|
"integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==",
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcoRBQCRA9TVsSAnZWagAAibwP/05Hb2MoVvBJVTxbitFu\n64+CmL6LNZTanHNrNSPb6v7sXGFO+uvkjCC/Ebgk7lC9+H0rgUVODnpFSBqd\njXabw0R4FIqLc8Jf1hvZD02+kHwPBRGB9dHs6jP2gMw7WFTM0hArtCKAqEXg\nP21zLIw1yrNp8IatIZMAM/isJjl6MyGdBvDJKb5Zc9og8qiQ3bqHfzCLfBXf\nWCEylAtIT1TNYy20cROpsHBje4xKIWfQCQ1n9J+CqHt/VFiqb0OAGrIY1WCd\n9dh+L3eKdxTlcEejvb7myQCb4O5rCR3pZepJs1wTF5xJRz8RxT8fjvOvSH5O\nITpzt3NbSFDE2FkWPq5I4+Vd1S5I+A1w9kdbcFSnL5nTHVfLEWGZA0IAsdfc\nFMqAjINR9qdW+McQCjKTPUDgKg5OEUvcIhoTpIM47JuGTbUP/Px8DQhqC7Rb\njbjYWRs8d72I2edaNRhgnvJQsrm3f6N7kaPo2/q5gZfpfMPsn9sokrJkXPkA\n9axZaIQ2hpEqQNbctfQinlzIxx5dTjaDSoZ6rQbnHXYN+GjMrKqBanx5PcLg\nJg7Vz7Y29SckUVUUEE2P9/Qgdr+SgsNyN7ZBsSizjONqbwaoi0iAonw2Xp6T\nIf437lRzWSa9iqcvx+zlhkkBf1OU+AdE8nPwYu0Bz9M/bYPWj6Lg8umBRrHe\njaTN\r\n=55DC\r\n-----END PGP SIGNATURE-----\r\n",
|
|
"shasum": "461af497bc4ae09608cdb2e60eefb69bff744178",
|
|
"tarball": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz",
|
|
"unpackedSize": 9746
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"gitHead": "0e9275ea32d5e5343eeab31ceb0271f9f42c85b5",
|
|
"homepage": "https://github.com/sindresorhus/mem#readme",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"expire",
|
|
"function",
|
|
"mem",
|
|
"memoization",
|
|
"memoize",
|
|
"optimize",
|
|
"performance",
|
|
"promise",
|
|
"ttl"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "mem",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/mem.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "4.3.0"
|
|
}
|