You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.2 KiB
95 lines
2.2 KiB
6 years ago
|
{
|
||
|
"_from": "memoizee@0.4.X",
|
||
|
"_id": "memoizee@0.4.14",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-/SWFvWegAIYAO4NQMpcX+gcra0yEZu4OntmUdrBaWrJncxOqAziGFlHxc7yjKVK2uu3lpPW27P27wkR82wA8mg==",
|
||
|
"_location": "/memoizee",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "memoizee@0.4.X",
|
||
|
"name": "memoizee",
|
||
|
"escapedName": "memoizee",
|
||
|
"rawSpec": "0.4.X",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.4.X"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/debug-fabulous"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.14.tgz",
|
||
|
"_shasum": "07a00f204699f9a95c2d9e77218271c7cd610d57",
|
||
|
"_spec": "memoizee@0.4.X",
|
||
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/debug-fabulous",
|
||
|
"author": {
|
||
|
"name": "Mariusz Nowak",
|
||
|
"email": "medikoo@medikoo.com",
|
||
|
"url": "http://www.medikoo.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/medikoo/memoizee/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"d": "1",
|
||
|
"es5-ext": "^0.10.45",
|
||
|
"es6-weak-map": "^2.0.2",
|
||
|
"event-emitter": "^0.3.5",
|
||
|
"is-promise": "^2.1",
|
||
|
"lru-queue": "0.1",
|
||
|
"next-tick": "1",
|
||
|
"timers-ext": "^0.1.5"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Memoize/cache function results",
|
||
|
"devDependencies": {
|
||
|
"bluebird": "^3.5.1",
|
||
|
"eslint": "^5.3",
|
||
|
"eslint-config-medikoo-es5": "^1.6",
|
||
|
"plain-promise": "^0.1.1",
|
||
|
"tad": "^0.2.7"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": "medikoo-es5",
|
||
|
"root": true,
|
||
|
"globals": {
|
||
|
"setTimeout": true,
|
||
|
"clearTimeout": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"max-lines-per-function": "off"
|
||
|
}
|
||
|
},
|
||
|
"homepage": "https://github.com/medikoo/memoizee#readme",
|
||
|
"keywords": [
|
||
|
"memoize",
|
||
|
"memoizer",
|
||
|
"cache",
|
||
|
"memoization",
|
||
|
"memo",
|
||
|
"memcached",
|
||
|
"hashing.",
|
||
|
"storage",
|
||
|
"caching",
|
||
|
"memory",
|
||
|
"gc",
|
||
|
"weak",
|
||
|
"garbage",
|
||
|
"collector",
|
||
|
"async"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"name": "memoizee",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/medikoo/memoizee.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint --ignore-path=.gitignore .",
|
||
|
"lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js",
|
||
|
"test": "tad"
|
||
|
},
|
||
|
"version": "0.4.14"
|
||
|
}
|