-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
120 lines (120 loc) · 3.71 KB
/
Copy pathpackage-lock.json
File metadata and controls
120 lines (120 loc) · 3.71 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "subtext",
"version": "0.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "subtext",
"version": "0.8.0",
"devDependencies": {
"@sightmap/sightmap": "0.15.9"
}
},
"node_modules/@sightmap/sightmap": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap/-/sightmap-0.15.9.tgz",
"integrity": "sha512-iTyiTpOg8WPNEJ49NhklnMt7mcrLTilC+2tQHposavm9C+z1Gh6PAhNSqUs/OJnwO3ckhuC2PHlQq8FEsDkVfg==",
"dev": true,
"license": "MIT",
"bin": {
"sightmap": "bin/sightmap.js"
},
"engines": {
"node": ">=18"
},
"optionalDependencies": {
"@sightmap/sightmap-darwin-arm64": "0.15.9",
"@sightmap/sightmap-darwin-x64": "0.15.9",
"@sightmap/sightmap-linux-arm64": "0.15.9",
"@sightmap/sightmap-linux-x64": "0.15.9",
"@sightmap/sightmap-win32-arm64": "0.15.9",
"@sightmap/sightmap-win32-x64": "0.15.9"
}
},
"node_modules/@sightmap/sightmap-darwin-arm64": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap-darwin-arm64/-/sightmap-darwin-arm64-0.15.9.tgz",
"integrity": "sha512-0XqR4tTMBR9BOwLxvvlXNTXfWGjSNXQUlfH0uvsnzaqO3DVNbDy+qBjnPdMvAmR8Nmk1HEkf7xjT9pWLDPY/AA==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@sightmap/sightmap-darwin-x64": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap-darwin-x64/-/sightmap-darwin-x64-0.15.9.tgz",
"integrity": "sha512-Y02w8vBRpu9H++8hYlYkpYQCIrXYq4R8P3pCKeBOZSlNXCrdSf7zyfqw8B39NDU/lkDdGY+SGLVi9siYfBtflw==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@sightmap/sightmap-linux-arm64": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap-linux-arm64/-/sightmap-linux-arm64-0.15.9.tgz",
"integrity": "sha512-JCKSlBveJqvq9/X2h75nbax0ZpQpdJMVBwBKKfsQbhpD9aEsKpotNO41RCt/xX/zur47LhQqAn4gzVnSS0C9IQ==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@sightmap/sightmap-linux-x64": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap-linux-x64/-/sightmap-linux-x64-0.15.9.tgz",
"integrity": "sha512-xXRG6CfjrSy0k3sTDpQ1fprA4OSdGiNkGUV5dpWx5G0/Ew3AgV7tkPTp4ICUwT8sj+CG6xEIynM+Kh5KGFqHhQ==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@sightmap/sightmap-win32-arm64": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap-win32-arm64/-/sightmap-win32-arm64-0.15.9.tgz",
"integrity": "sha512-idNnphrNwTyRTTYiovVaZoPrD2RFb7+irWwHsrreX5nefUc2Sr4VAWLcGJ+kCddkdp3N4fl9gPazFCUj4UIm9w==",
"cpu": [
"arm64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
]
},
"node_modules/@sightmap/sightmap-win32-x64": {
"version": "0.15.9",
"resolved": "https://registry.npmjs.org/@sightmap/sightmap-win32-x64/-/sightmap-win32-x64-0.15.9.tgz",
"integrity": "sha512-SnwDJw1WYlnj/1kzTobupe3FduejHkROk13VqEVwbCeTVcu2CG7v8BEN7gufSEv4APB/yzqtU/CTn0XRUyz/Rw==",
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"win32"
]
}
}
}