-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
61 lines (61 loc) · 1.91 KB
/
package-lock.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
{
"name": "fake-timer",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"core-decorators": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/core-decorators/-/core-decorators-0.20.0.tgz",
"integrity": "sha1-YFiWYkBTr4wo775zXCWjAaYcZcU="
},
"moment": {
"version": "2.19.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.19.1.tgz",
"integrity": "sha1-VtoaLRy/AdOLfhr8McELz6GSkWc="
},
"respjs": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/respjs/-/respjs-4.1.2.tgz",
"integrity": "sha1-oMluFQgQsRiLN5djDACJQdweRRw=",
"dev": true
},
"shortid": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.8.tgz",
"integrity": "sha1-AzsRfWoul1gE9vCWnb59PQs1UTE="
},
"shuffle-array": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/shuffle-array/-/shuffle-array-1.0.1.tgz",
"integrity": "sha1-xP88/nTRb5NzBZIwGyXmV3sSiYs=",
"dev": true
},
"thunk-redis": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/thunk-redis/-/thunk-redis-2.1.6.tgz",
"integrity": "sha1-stlv5mtZs7VcaAzcFd/Oy6rAtRo=",
"dev": true,
"requires": {
"respjs": "4.1.2",
"thunks": "4.9.0"
}
},
"thunks": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/thunks/-/thunks-4.9.0.tgz",
"integrity": "sha512-Bp4sGtcf8/SAgX2XBXYH2Crc7ESL7xuTuQ5kx84Tvz7VSkLFg6bfjFBpRmX2DLAWaLeK6q32ogqAnXcr5NAQtw==",
"dev": true
},
"timed-queue": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/timed-queue/-/timed-queue-1.2.2.tgz",
"integrity": "sha1-6h2AgQehLanGnA8KrNG5JVQcpHg=",
"dev": true,
"requires": {
"thunk-redis": "2.1.6",
"thunks": "4.9.0"
}
}
}
}