forked from NordcomInc/devcontainer-features
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
38 lines (38 loc) · 1.29 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
{
"name": "@nordcom/devcontainer-features",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nordcom/devcontainer-features",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@nordcom/prettier": "0.1.1",
"prettier": "3.2.5"
}
},
"node_modules/@nordcom/prettier": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@nordcom/prettier/-/prettier-0.1.1.tgz",
"integrity": "sha512-kndtRQSvqSplbVxDl2l7sBmHMe0oLy45zQjgYemsXlJr1j7tx7H3uuHw5XuwhV5okFLk+Nz+w646AXgNYpPQ+w==",
"dev": true
},
"node_modules/prettier": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}