-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
61 lines (61 loc) · 2.03 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
{
"name": "fxrjson",
"version": "18.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "fxrjson",
"version": "18.0.0",
"license": "Unlicense",
"dependencies": {
"@cccode/fxr": "^18.0.0",
"cli-select": "^1.1.2",
"json-beautify": "^1.1.1",
"rage-edit": "^1.2.0"
},
"bin": {
"fxrjson": "fxrjson.js"
}
},
"node_modules/@cccode/fxr": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/@cccode/fxr/-/fxr-18.0.0.tgz",
"integrity": "sha512-Z1ZtTSySqIBIqQXzeT7wltXLWXx3Xu0q346WtvRjCbSOT4VT/O2jfkYYZbc+tGsYjYfGVqqixPAqxSs/c4d+yQ==",
"license": "Unlicense"
},
"node_modules/ansi-escapes": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
"integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/cli-select": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/cli-select/-/cli-select-1.1.2.tgz",
"integrity": "sha512-PSvWb8G0PPmBNDcz/uM2LkZN3Nn5JmhUl465tTfynQAXjKzFpmHbxStM6X/+awKp5DJuAaHMzzMPefT0suGm1w==",
"license": "MIT",
"dependencies": {
"ansi-escapes": "^3.2.0"
}
},
"node_modules/json-beautify": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/json-beautify/-/json-beautify-1.1.1.tgz",
"integrity": "sha512-17j+Hk2lado0xqKtUcyAjK0AtoHnPSIgktWRsEXgdFQFG9UnaGw6CHa0J7xsvulxRpFl6CrkDFHght1p5ZJc4A==",
"license": "ISC",
"bin": {
"json-beautify": "bin/json-beautify"
}
},
"node_modules/rage-edit": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/rage-edit/-/rage-edit-1.2.0.tgz",
"integrity": "sha512-0RspBRc2s6We4g7hRCvT5mu7YPEnfjvQK8Tt354a2uUNJCMC7MKLvo/1mLvHUCQ/zbP6siQyp5VRZN7UCpMFZg==",
"license": "MIT"
}
}
}