-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
94 lines (94 loc) · 3.12 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": "ToC",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"deno": "^0.1.1"
}
},
"node_modules/dafo": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/dafo/-/dafo-0.1.1.tgz",
"integrity": "sha512-18XhtDt5qQ5pAfWzo1t3mRXQPanY8diFQFjCxh+/0mko5QHztCv6oLgPL9kKxB8aeYutp8lWC7BqjGzC8GWX1w==",
"dependencies": {
"noda": "^0.1.2"
}
},
"node_modules/dafo/node_modules/noda": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/noda/-/noda-0.1.2.tgz",
"integrity": "sha512-oP5xzQsC4dujsuRlshsnb2R+0BWJmPRJx8MXQlTgbrSSqi5Szeu67Lr8Od1/lkc+8evLPRDmHl9L0xeVJYRGaw=="
},
"node_modules/deno": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/deno/-/deno-0.1.1.tgz",
"integrity": "sha512-vdXCOZOXXgRUFPIV2HbyBBT+u1TjKmDueCEJuk9Q+ADLS7jmVfdfGxp0vI5o/gOjbA1OwOYMVfg249+9vjYa7w==",
"dependencies": {
"dafo": "^0.1.1",
"noda": "^0.6.0",
"qir": "^0.1.0"
},
"bin": {
"install.js": "try-deno"
}
},
"node_modules/noda": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/noda/-/noda-0.6.0.tgz",
"integrity": "sha512-Zj3eTQ1cL83zGvorxbGmeqNnt/h+2nH3jT/XLI2oXHL9LH6IKoPvFh6feT1e/yFhRRByP3Q+waM+2dcXIdZkqg==",
"engines": {
"node": ">=6"
}
},
"node_modules/qir": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/qir/-/qir-0.1.0.tgz",
"integrity": "sha512-LJUKDMyPsaog5uDarzqterz+SfdyA3mfvq45kSLV0X5IOSPy/nlueKvLg8nClOSKp57c1E0bU/BFHwHFUoVhcw==",
"dependencies": {
"noda": "^0.6.0"
}
}
},
"dependencies": {
"dafo": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/dafo/-/dafo-0.1.1.tgz",
"integrity": "sha512-18XhtDt5qQ5pAfWzo1t3mRXQPanY8diFQFjCxh+/0mko5QHztCv6oLgPL9kKxB8aeYutp8lWC7BqjGzC8GWX1w==",
"requires": {
"noda": "^0.1.2"
},
"dependencies": {
"noda": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/noda/-/noda-0.1.2.tgz",
"integrity": "sha512-oP5xzQsC4dujsuRlshsnb2R+0BWJmPRJx8MXQlTgbrSSqi5Szeu67Lr8Od1/lkc+8evLPRDmHl9L0xeVJYRGaw=="
}
}
},
"deno": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/deno/-/deno-0.1.1.tgz",
"integrity": "sha512-vdXCOZOXXgRUFPIV2HbyBBT+u1TjKmDueCEJuk9Q+ADLS7jmVfdfGxp0vI5o/gOjbA1OwOYMVfg249+9vjYa7w==",
"requires": {
"dafo": "^0.1.1",
"noda": "^0.6.0",
"qir": "^0.1.0"
}
},
"noda": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/noda/-/noda-0.6.0.tgz",
"integrity": "sha512-Zj3eTQ1cL83zGvorxbGmeqNnt/h+2nH3jT/XLI2oXHL9LH6IKoPvFh6feT1e/yFhRRByP3Q+waM+2dcXIdZkqg=="
},
"qir": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/qir/-/qir-0.1.0.tgz",
"integrity": "sha512-LJUKDMyPsaog5uDarzqterz+SfdyA3mfvq45kSLV0X5IOSPy/nlueKvLg8nClOSKp57c1E0bU/BFHwHFUoVhcw==",
"requires": {
"noda": "^0.6.0"
}
}
}
}