-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
23 lines (23 loc) · 937 Bytes
/
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
{
"name": "switchtoinstructions",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"file-to-array-buffer": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-to-array-buffer/-/file-to-array-buffer-1.0.0.tgz",
"integrity": "sha512-rcJKsia0uWadVOwR9Ov6r0HLClWs/ZESzayu/wQ+DjRuxw6tD5rv8u7p6LGG3bXMbC+IdWXye/xsY3GnOzj0fA=="
},
"kaitai-struct": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/kaitai-struct/-/kaitai-struct-0.9.0.tgz",
"integrity": "sha512-mfoBu9+IGqaY3ykG1TyAy9omOAZWtheqESQOvo/HKIQVTz+gRPVCNBnhjbO+8wAQ77RD33wYvLBWmITuXIviQg=="
},
"number-to-words": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/number-to-words/-/number-to-words-1.2.4.tgz",
"integrity": "sha512-/fYevVkXRcyBiZDg6yzZbm0RuaD6i0qRfn8yr+6D0KgBMOndFPxuW10qCHpzs50nN8qKuv78k8MuotZhcVX6Pw=="
}
}
}