-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
94 lines (94 loc) · 3.32 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
{
"name": "inventario_frontend",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "inventario_frontend",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"sheetdb-js": "^1.0.3",
"sheetdb-node": "^0.0.12"
}
},
"node_modules/btoa": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz",
"integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==",
"bin": {
"btoa": "bin/btoa.js"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/sheetdb-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sheetdb-js/-/sheetdb-js-1.0.3.tgz",
"integrity": "sha512-yMdlQmcY1TLrJnkLF9TJEScKRmVdIPG8Js//C1S/DkFOMueaKLaXzS482vihbKA2Pnod+ILvTWNIMm1C9+e5qg=="
},
"node_modules/sheetdb-node": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/sheetdb-node/-/sheetdb-node-0.0.12.tgz",
"integrity": "sha512-wqdZVDNfIkmi2QfPwvk5zU9wqaJx7JABUugQ3NH69DcicfMoIt3HYIjpoA2kpZx85LmwBSo3AJ3Jh4k5vNE6xg==",
"dependencies": {
"btoa": "^1.1.2",
"xhr2": "^0.1.4",
"xmlhttprequest": "^1.8.0"
},
"engines": {
"node": "*"
}
},
"node_modules/xhr2": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.1.4.tgz",
"integrity": "sha512-3QGhDryRzTbIDj+waTRvMBe8SyPhW79kz3YnNb+HQt/6LPYQT3zT3Jt0Y8pBofZqQX26x8Ecfv0FXR72uH5VpA==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/xmlhttprequest": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
"integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==",
"engines": {
"node": ">=0.4.0"
}
}
},
"dependencies": {
"btoa": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz",
"integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g=="
},
"sheetdb-js": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/sheetdb-js/-/sheetdb-js-1.0.3.tgz",
"integrity": "sha512-yMdlQmcY1TLrJnkLF9TJEScKRmVdIPG8Js//C1S/DkFOMueaKLaXzS482vihbKA2Pnod+ILvTWNIMm1C9+e5qg=="
},
"sheetdb-node": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/sheetdb-node/-/sheetdb-node-0.0.12.tgz",
"integrity": "sha512-wqdZVDNfIkmi2QfPwvk5zU9wqaJx7JABUugQ3NH69DcicfMoIt3HYIjpoA2kpZx85LmwBSo3AJ3Jh4k5vNE6xg==",
"requires": {
"btoa": "^1.1.2",
"xhr2": "^0.1.4",
"xmlhttprequest": "^1.8.0"
}
},
"xhr2": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.1.4.tgz",
"integrity": "sha512-3QGhDryRzTbIDj+waTRvMBe8SyPhW79kz3YnNb+HQt/6LPYQT3zT3Jt0Y8pBofZqQX26x8Ecfv0FXR72uH5VpA=="
},
"xmlhttprequest": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
"integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA=="
}
}
}