-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
96 lines (96 loc) · 2.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "recplayer",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "recplayer",
"version": "2.0.0",
"license": "ISC",
"dependencies": {
"elma-pcx": "^1.0.1",
"elmajs": "^1.2.2"
}
},
"node_modules/base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
}
},
"node_modules/elma-pcx": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/elma-pcx/-/elma-pcx-1.0.1.tgz",
"integrity": "sha512-eLRPFctFI7FAcw/kwoSZ16BmAZQlNkVDGNG9xP0zcYhHtMJy7ZJn6WdnuFXeIqDnhYIpY76MZ83C3DJhy4lfLw==",
"license": "MIT"
},
"node_modules/elmajs": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/elmajs/-/elmajs-1.2.2.tgz",
"integrity": "sha512-NC1mXsTMtq558CdQM9uiq3qNV7AT+PT5iuHxidiGwHCnWytyTDDW87/E5d/WO85wOZ+WcXvTmyAdkAh+89wvtg==",
"license": "MIT",
"dependencies": {
"buffer": "^6.0.1"
}
},
"node_modules/ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "BSD-3-Clause"
}
}
}