-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
58 lines (58 loc) · 2.02 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
{
"name": "purescript-precise-datetime",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"big-integer": "^1.6.51",
"decimal.js": "^10.3.1",
"purs-tidy": "^0.8.0"
}
},
"node_modules/big-integer": {
"version": "1.6.51",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
"dev": true,
"engines": {
"node": ">=0.6"
}
},
"node_modules/decimal.js": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
"integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
"dev": true
},
"node_modules/purs-tidy": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/purs-tidy/-/purs-tidy-0.8.0.tgz",
"integrity": "sha512-eINM7qRodjV/2Ga6fpz2psLm7oGY+ILIm8G16A68J+AzG2VGpks3VZelho/4Ns0UV+czu5HvkrqesF5X9WeCxw==",
"dev": true,
"bin": {
"purs-tidy": "bin/index.js"
}
}
},
"dependencies": {
"big-integer": {
"version": "1.6.51",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz",
"integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==",
"dev": true
},
"decimal.js": {
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
"integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
"dev": true
},
"purs-tidy": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/purs-tidy/-/purs-tidy-0.8.0.tgz",
"integrity": "sha512-eINM7qRodjV/2Ga6fpz2psLm7oGY+ILIm8G16A68J+AzG2VGpks3VZelho/4Ns0UV+czu5HvkrqesF5X9WeCxw==",
"dev": true
}
}
}