-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
46 lines (46 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
37
38
39
40
41
42
43
44
45
46
{
"name": "scratch-erste-schritte",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"pfwr": "^0.8.0"
}
},
"node_modules/mri": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
"integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
"dev": true,
"engines": {
"node": ">=4"
}
},
"node_modules/opener": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
"integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
"dev": true,
"bin": {
"opener": "bin/opener-bin.js"
}
},
"node_modules/pfwr": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/pfwr/-/pfwr-0.8.0.tgz",
"integrity": "sha512-GHWfo6nkdr0cuRmEey5rspiHIFFr1fmrTDzbdNpuGPlUq3MbRjgYHql0oy0WRbdRHdAcZ7fv4Ph059FpjPtoMw==",
"dev": true,
"dependencies": {
"mri": "^1.1.6",
"opener": "^1.5.2"
},
"bin": {
"pfwr": "bin/cli.js"
},
"engines": {
"node": ">= 16"
}
}
}
}