|
1 | 1 | { |
2 | | - "name": "memoizee", |
3 | | - "version": "0.4.8", |
4 | | - "description": "Memoize/cache function results", |
5 | | - "author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)", |
6 | | - "keywords": [ |
7 | | - "memoize", |
8 | | - "memoizer", |
9 | | - "cache", |
10 | | - "memoization", |
11 | | - "memo", |
12 | | - "memcached", |
13 | | - "hashing.", |
14 | | - "storage", |
15 | | - "caching", |
16 | | - "memory", |
17 | | - "gc", |
18 | | - "weak", |
19 | | - "garbage", |
20 | | - "collector", |
21 | | - "async" |
22 | | - ], |
23 | | - "repository": { |
24 | | - "type": "git", |
25 | | - "url": "git://github.com/medikoo/memoizee.git" |
26 | | - }, |
27 | | - "dependencies": { |
28 | | - "d": "1", |
29 | | - "es5-ext": "^0.10.30", |
30 | | - "es6-weak-map": "^2.0.2", |
31 | | - "event-emitter": "^0.3.5", |
32 | | - "is-promise": "^2.1", |
33 | | - "lru-queue": "0.1", |
34 | | - "next-tick": "1", |
35 | | - "timers-ext": "^0.1.2" |
36 | | - }, |
37 | | - "devDependencies": { |
38 | | - "eslint": "^4.5.0", |
39 | | - "eslint-config-medikoo-es5": "^1.4.1", |
40 | | - "plain-promise": "^0.1.1", |
41 | | - "tad": "^0.2.7" |
42 | | - }, |
43 | | - "eslintConfig": { |
44 | | - "extends": "medikoo-es5", |
45 | | - "root": true, |
46 | | - "globals": { |
47 | | - "setTimeout": true, |
48 | | - "clearTimeout": true |
49 | | - } |
50 | | - }, |
51 | | - "scripts": { |
52 | | - "lint": "eslint --ignore-path=.gitignore .", |
53 | | - "lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js", |
54 | | - "test": "tad" |
55 | | - }, |
56 | | - "license": "MIT" |
| 2 | + "name": "memoizee", |
| 3 | + "version": "0.4.9", |
| 4 | + "description": "Memoize/cache function results", |
| 5 | + "author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)", |
| 6 | + "keywords": [ |
| 7 | + "memoize", |
| 8 | + "memoizer", |
| 9 | + "cache", |
| 10 | + "memoization", |
| 11 | + "memo", |
| 12 | + "memcached", |
| 13 | + "hashing.", |
| 14 | + "storage", |
| 15 | + "caching", |
| 16 | + "memory", |
| 17 | + "gc", |
| 18 | + "weak", |
| 19 | + "garbage", |
| 20 | + "collector", |
| 21 | + "async" |
| 22 | + ], |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "git://github.com/medikoo/memoizee.git" |
| 26 | + }, |
| 27 | + "dependencies": { |
| 28 | + "d": "1", |
| 29 | + "es5-ext": "^0.10.30", |
| 30 | + "es6-weak-map": "^2.0.2", |
| 31 | + "event-emitter": "^0.3.5", |
| 32 | + "is-promise": "^2.1", |
| 33 | + "lru-queue": "0.1", |
| 34 | + "next-tick": "1", |
| 35 | + "timers-ext": "^0.1.2" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "eslint": "^4.5.0", |
| 39 | + "eslint-config-medikoo-es5": "^1.4.1", |
| 40 | + "plain-promise": "^0.1.1", |
| 41 | + "tad": "^0.2.7" |
| 42 | + }, |
| 43 | + "eslintConfig": { |
| 44 | + "extends": "medikoo-es5", |
| 45 | + "root": true, |
| 46 | + "globals": { |
| 47 | + "setTimeout": true, |
| 48 | + "clearTimeout": true |
| 49 | + } |
| 50 | + }, |
| 51 | + "scripts": { |
| 52 | + "lint": "eslint --ignore-path=.gitignore .", |
| 53 | + "lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js", |
| 54 | + "test": "tad" |
| 55 | + }, |
| 56 | + "license": "MIT" |
57 | 57 | } |
0 commit comments