forked from GouravKaushal/Phony-Bulletin-Revealer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
36 lines (36 loc) · 1.25 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"long": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz",
"integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA=="
},
"python-js": {
"version": "0.9.8",
"resolved": "https://registry.npmjs.org/python-js/-/python-js-0.9.8.tgz",
"integrity": "sha1-lkSG2ckJDsuxOHWwhS7uEMJ7K44=",
"requires": {
"long": "*",
"requirejs": "*",
"workerjs": "*"
}
},
"python-shell": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/python-shell/-/python-shell-1.0.8.tgz",
"integrity": "sha512-jMKagerg3alm6j+Prq5t/M3dTgEppy5vC6ns+LqAjfuHiT8olfK3PMokpqpeEcWEqvDnUcAOhp6SQzaLBtTzRw=="
},
"requirejs": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz",
"integrity": "sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg=="
},
"workerjs": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/workerjs/-/workerjs-0.1.1.tgz",
"integrity": "sha1-t5Oe1UQAk3wcHvNbdLN92bvL3eY="
}
}
}