-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.76 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.76 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
45
46
47
48
49
50
51
52
{
"name": "ionic-airdrop",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ionic-airdrop",
"license": "UNLICENSED",
"dependencies": {
"@graphprotocol/graph-ts": "^0.35.1"
}
},
"node_modules/@graphprotocol/graph-ts": {
"version": "0.35.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.35.1.tgz",
"integrity": "sha512-74CfuQmf7JI76/XCC34FTkMMKeaf+3Pn0FIV3m9KNeaOJ+OI3CvjMIVRhOZdKcJxsFCBGaCCl0eQjh47xTjxKA==",
"dependencies": {
"assemblyscript": "0.19.10"
}
},
"node_modules/assemblyscript": {
"version": "0.19.10",
"resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.19.10.tgz",
"integrity": "sha512-HavcUBXB3mBTRGJcpvaQjmnmaqKHBGREjSPNsIvnAk2f9dj78y4BkMaSSdvBQYWcDDzsHQjyUC8stICFkD1Odg==",
"dependencies": {
"binaryen": "101.0.0-nightly.20210723",
"long": "^4.0.0"
},
"bin": {
"asc": "bin/asc",
"asinit": "bin/asinit"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/assemblyscript"
}
},
"node_modules/binaryen": {
"version": "101.0.0-nightly.20210723",
"resolved": "https://registry.npmjs.org/binaryen/-/binaryen-101.0.0-nightly.20210723.tgz",
"integrity": "sha512-eioJNqhHlkguVSbblHOtLqlhtC882SOEPKmNFZaDuz1hzQjolxZ+eu3/kaS10n3sGPONsIZsO7R9fR00UyhEUA==",
"bin": {
"wasm-opt": "bin/wasm-opt"
}
},
"node_modules/long": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
}
}
}