-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
186 lines (186 loc) · 5.35 KB
/
package.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "@lando/core",
"description": "The libraries that power all of Lando.",
"version": "3.23.2",
"author": "Mike Pirog @pirog",
"license": "GPL-3.0",
"repository": "lando/core",
"bugs": "https://github.com/lando/core/issues/new/choose",
"homepage": "https://github.com/lando/core",
"keywords": [
"lando",
"lando-plugin"
],
"engines": {
"node": ">=20.0.0"
},
"babel": {},
"lando": {},
"main": "lib/lando.js",
"bin": {
"lando": "./bin/lando"
},
"nyc": {
"include": [
"builders/**/*.js",
"components/**/*.js",
"hooks/**/*.js",
"lib/**/*.js",
"recipes/**/*.js",
"renderers/**/*.js",
"services/**/*.js",
"types/**/*.js",
"utils/**/*.js"
],
"exclude": [
"test/**"
],
"cache": true,
"all": true
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs:build": "VPL_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress build docs && npm run docs:rename-sitemap",
"docs:dev": "VPL_BASE_URL=http://localhost:5173 VPL_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress dev docs",
"docs:mvb": "npx mvb docs && npm run docs:rename-sitemap",
"docs:preview": "vitepress preview docs",
"docs:rename-sitemap": "node docs/.vitepress/rename-sitemap.js",
"lint": "eslint . --ext .js --ext .mjs ",
"pkg": "pkg --config package.json --targets node20 --options 'dns-result-order=ipv4first' bin/lando",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
"test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
"test": "npm run lint && npm run test:unit"
},
"pkg": {
"outputPath": "dist",
"assets": [
"FATCORE",
"config.yml",
"package.json",
"scripts/**/*",
"plugins/*/package.json",
"plugins/*/plugin.yml",
"plugins/*/scripts/**/*",
"node_modules/@lando/**/fastcgi_params",
"node_modules/@lando/**/*.cnf",
"node_modules/@lando/**/*.conf",
"node_modules/@lando/**/*.ini",
"node_modules/@lando/**/*.inc",
"node_modules/@lando/**/*.json",
"node_modules/@lando/**/*.php",
"node_modules/@lando/**/*.ps1",
"node_modules/@lando/**/*.py",
"node_modules/@lando/**/*.sh",
"node_modules/@lando/**/*.toml",
"node_modules/@lando/**/*.tpl",
"node_modules/@lando/**/*.tmpl",
"node_modules/@lando/**/*.vcl",
"node_modules/@lando/**/*.xml",
"node_modules/@lando/**/*.yaml",
"node_modules/@lando/**/*.yml",
"node_modules/figlet/fonts/Small Slant.flf",
"node_modules/figlet/fonts/ANSI Shadow.flf"
],
"scripts": [
"app.js",
"index.js",
"bin/**/*.js",
"builders/**/*.js",
"components/**/*.js",
"experimental/**/*.js",
"hooks/**/*.js",
"inits/**/*.js",
"lib/**/*.js",
"messages/**/*.js",
"packages/**/*.js",
"plugins/**/*.js",
"renderers/**/*.js",
"sources/**/*.js",
"tasks/**/*.js",
"utils/**/*.js",
"node_modules/@lando/**/*.cjs",
"node_modules/@lando/**/*.js",
"node_modules/axios/dist/node/axios.cjs"
]
},
"dependencies": {
"@lando/argv": "^1.1.2",
"@npmcli/agent": "^2.2.2",
"@npmcli/arborist": "^6.2.9",
"@oclif/core": "^3.27.0",
"@octokit/rest": "^19",
"axios": "^1.5.1",
"bluebird": "^3.4.1",
"chalk": "^4.1.2",
"clean-stacktrace": "^1.1.0",
"cli-table": "^0.3.11",
"cli-table3": "^0.6.5",
"cli-truncate": "2.1.0",
"copy-dir": "^0.4.0",
"debug": "^4.3.4",
"delay": "^5",
"dockerfile-generator": "^5.0.0",
"dockerfile-utils": "^0.15.0",
"dockerode": "^2.4.2",
"enquirer": "^2.4.1",
"figlet": "^1.8.0",
"figures": "^3.2.0",
"fs-extra": "^11.1.1",
"glob": "^7.1.3",
"inquirer": "^6.5.2",
"inquirer-autocomplete-prompt": "^1.4.0",
"is-class": "^0.0.9",
"is-docker": "^2.2.1",
"is-interactive": "^1",
"is-root": "^2",
"js-yaml": "^4.1.0",
"jsonfile": "^2.4.0",
"listr2": "^6.6.1",
"lodash": "^4.17.21",
"log-update": "4.0.0",
"mac-ca": "^3.1.0",
"mkcert": "^3.2.0",
"nanoid": "^3",
"node-cache": "^4.1.1",
"node-forge": "^1.3.1",
"npm-package-arg": "^11.0.1",
"npm-profile": "^9.0.0",
"object-hash": "^1.1.8",
"pacote": "^15.1.3",
"rimraf": "^4.1.1",
"semver": "^7.3.2",
"shelljs": "^0.8.4",
"slugify": "^1.6.5",
"string-argv": "0.1.1",
"strip-ansi": "^6.0.1",
"sudo-block": "^2.0.0",
"system-ca": "^2.0.0",
"through": "^2.3.8",
"valid-path": "^2.1.0",
"valid-url": "^1.0.9",
"win-ca": "^3.5.1",
"winston": "2.4.5",
"wrap-ansi": "7.0.0",
"yargonaut": "^1.1.4",
"yargs": "^15.4.1",
"yargs-parser": "^11.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "^1.0.0-beta.4",
"@lando/vitepress-theme-default-plus": "^1.1.0-beta.17",
"@yao-pkg/pkg": "^5.16.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-events": "^0.0.1",
"eslint": "^7.32.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^8.0.3",
"mocha": "^9.1.2",
"mock-fs": "^5.4.0",
"nyc": "^15.1.0",
"sinon": "^4.3.0",
"sinon-chai": "^2.14.0",
"vitepress": "^1.4.2"
}
}