-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "map8",
"version": "1.0.0",
"description": "The most feature-rich drop-in Map replacement ever. Supports sorting, nested layers, customizable loose key comparison, multiple values per key, value time-to-live expiration, and much more.",
"keywords": [
"map",
"keys",
"values",
"sort",
"sorting",
"sorted",
"nesting",
"nested",
"multi",
"multilevel",
"multiple",
"loose",
"comparison",
"ttl",
"time to live",
"expire",
"expiration"
],
"author": {
"name": "Fr. John Lamansky",
"url": "lamansky.com"
},
"license": "MIT",
"repository": "lamansky/map8",
"main": "index.js",
"files": [],
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"2": "^1.0.2",
"arrify": "^1.0.1",
"bfind": "^1.1.0",
"binsert": "^1.0.0",
"empty-iterator": "^1.0.0",
"entries-array": "^1.1.0",
"entries-iterator": "^1.5.0",
"is-array-of-length": "^1.0.0",
"is-iterable": "^1.1.1",
"kdel": "^1.0.0",
"kedit": "^1.0.1",
"keys-array": "^1.0.0",
"keys-iterator": "^1.2.0",
"kget": "^1.0.0",
"khas": "^1.0.0",
"kset": "^2.0.0",
"moment": "^2.21.0",
"pfn": "^1.0.0",
"purge": "^1.0.0",
"values-array": "^1.0.0",
"values-iterator": "^1.2.0",
"vdel": "^1.1.0",
"vfn": "^1.0.0",
"vhas": "^1.0.0",
"weakish-map": "^1.2.0"
},
"devDependencies": {
"equals": "^1.0.5",
"eslint-config-lamansky": "^1.0.0",
"is-array-with": "^1.0.0",
"is-iterator": "^1.0.1",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
},
"eslintConfig": {
"extends": "lamansky",
"env": {
"mocha": true
}
}
}