-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.46 KB
/
Copy pathpackage-lock.json
File metadata and controls
48 lines (48 loc) · 1.46 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
{
"name": "@ckelsoe/prompt-architect",
"version": "3.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ckelsoe/prompt-architect",
"version": "3.1.1",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@clack/prompts": "^1.1.0"
},
"bin": {
"prompt-architect": "scripts/install.js"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@clack/core": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@clack/core/-/core-1.1.0.tgz",
"integrity": "sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==",
"license": "MIT",
"dependencies": {
"sisteransi": "^1.0.5"
}
},
"node_modules/@clack/prompts": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.1.0.tgz",
"integrity": "sha512-pkqbPGtohJAvm4Dphs2M8xE29ggupihHdy1x84HNojZuMtFsHiUlRvqD24tM2+XmI+61LlfNceM3Wr7U5QES5g==",
"license": "MIT",
"dependencies": {
"@clack/core": "1.1.0",
"sisteransi": "^1.0.5"
}
},
"node_modules/sisteransi": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
"license": "MIT"
}
}
}