-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
59 lines (59 loc) · 1.43 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
{
"name": "hugolify-theme-services-persons",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugolify-theme-services-persons",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"prettier-plugin-go-template": "^0.0.15"
},
"devDependencies": {
"@hugolify/prettier-config": "^0.3.1"
}
},
"node_modules/@hugolify/prettier-config": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@hugolify/prettier-config/-/prettier-config-0.3.1.tgz",
"integrity": "sha512-t74NNtPARZLeMRfof+lYG3/tzLTj8uDm+g41ncpJm9wWePqLoqo3clYa0GAoPTNiiSFCWoL1NcZ+0u/SUKj8Lw==",
"dev": true
},
"node_modules/prettier": {
"version": "3.0.3",
"license": "MIT",
"peer": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-go-template": {
"version": "0.0.15",
"license": "MIT",
"dependencies": {
"ulid": "^2.3.0"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"prettier": "^3.0.0"
}
},
"node_modules/ulid": {
"version": "2.3.0",
"license": "MIT",
"bin": {
"ulid": "bin/cli.js"
}
}
}
}