This repository was archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.51 KB
/
package-lock.json
File metadata and controls
44 lines (44 loc) · 1.51 KB
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
{
"name": "@worker-tools/stripe-webhook",
"version": "1.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@worker-tools/stripe-webhook",
"version": "1.1.4",
"license": "MIT",
"dependencies": {
"typed-array-utils": "^0.1.0"
},
"devDependencies": {
"typescript": "^4.0.3"
}
},
"node_modules/typed-array-utils": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/typed-array-utils/-/typed-array-utils-0.1.0.tgz",
"integrity": "sha512-vktjDuUmM4d1M751wxN9Tss3oMpcNjuPeC8RMdlz9RXAV87HlDBsNtLCnCA7SO/4eQTImZ7fwdR3kvEu1u28XQ==",
"license": "MIT"
},
"node_modules/typescript": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
"dev": true
}
},
"dependencies": {
"typed-array-utils": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/typed-array-utils/-/typed-array-utils-0.1.0.tgz",
"integrity": "sha512-vktjDuUmM4d1M751wxN9Tss3oMpcNjuPeC8RMdlz9RXAV87HlDBsNtLCnCA7SO/4eQTImZ7fwdR3kvEu1u28XQ=="
},
"typescript": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
"dev": true
}
}
}