-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage-lock.json
59 lines (59 loc) · 1.67 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
{
"name": "pws",
"version": "7.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pws",
"version": "7.0.0",
"license": "WTFPL",
"devDependencies": {
"fantestic": "0.0.3",
"ws": "8.8.1"
}
},
"node_modules/fantestic": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/fantestic/-/fantestic-0.0.3.tgz",
"integrity": "sha512-JwUftR5aS6F/0+0K9vBO8062r1ljlO2kawD8XxqaMTt9z4OT2ZcNTwDKrKb+LESCLgxD8KhGrVmhSRkbv0FtXw==",
"dev": true
},
"node_modules/ws": {
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
"dev": true,
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
},
"dependencies": {
"fantestic": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/fantestic/-/fantestic-0.0.3.tgz",
"integrity": "sha512-JwUftR5aS6F/0+0K9vBO8062r1ljlO2kawD8XxqaMTt9z4OT2ZcNTwDKrKb+LESCLgxD8KhGrVmhSRkbv0FtXw==",
"dev": true
},
"ws": {
"version": "8.8.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
"dev": true,
"requires": {}
}
}
}