-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.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
{
"name": "napi-rs-repro",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "napi-rs-repro",
"version": "0.1.0",
"devDependencies": {
"@napi-rs/cli": "^2.10.0"
}
},
"node_modules/@napi-rs/cli": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-2.10.0.tgz",
"integrity": "sha512-pK/VLOdo690FEItPJ9T5PLEfzmDTHgXjzuVChnsKvqI9vPg+rH12iyoxOrux6PAqg/pImJTd4CCabRqEfLt/sA==",
"dev": true,
"bin": {
"napi": "scripts/index.js"
},
"engines": {
"node": ">= 10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
}
}
},
"dependencies": {
"@napi-rs/cli": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-2.10.0.tgz",
"integrity": "sha512-pK/VLOdo690FEItPJ9T5PLEfzmDTHgXjzuVChnsKvqI9vPg+rH12iyoxOrux6PAqg/pImJTd4CCabRqEfLt/sA==",
"dev": true
}
}
}