vercel 23.1.3-canary.3 → 23.1.3-canary.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/VERCEL_DIR_README.txt +11 -0
- package/dist/builder-worker.js +48 -0
- package/dist/clipboard_i686.exe +0 -0
- package/dist/clipboard_x86_64.exe +0 -0
- package/dist/index.js +270627 -0
- package/dist/runtimes/go1.x/bootstrap.d.ts +1 -0
- package/dist/runtimes/go1.x/bootstrap.go +273 -0
- package/dist/runtimes/go1.x/bootstrap.js +9 -0
- package/dist/runtimes/go1.x/bootstrap.js.map +1 -0
- package/dist/runtimes/go1.x/filename.d.ts +1 -0
- package/dist/runtimes/go1.x/filename.js +8 -0
- package/dist/runtimes/go1.x/filename.js.map +1 -0
- package/dist/runtimes/go1.x/index.d.ts +2 -0
- package/dist/runtimes/go1.x/index.js +56 -0
- package/dist/runtimes/go1.x/index.js.map +1 -0
- package/dist/runtimes/nodejs/bootstrap +16 -0
- package/dist/runtimes/nodejs/bootstrap.d.ts +1 -0
- package/dist/runtimes/nodejs/bootstrap.js +199 -0
- package/dist/runtimes/nodejs/bootstrap.js.map +1 -0
- package/dist/runtimes/nodejs10.x/bootstrap +9 -0
- package/dist/runtimes/nodejs10.x/bootstrap.d.ts +1 -0
- package/dist/runtimes/nodejs10.x/bootstrap.js +8 -0
- package/dist/runtimes/nodejs10.x/bootstrap.js.map +1 -0
- package/dist/runtimes/nodejs10.x/index.d.ts +2 -0
- package/dist/runtimes/nodejs10.x/index.js +23 -0
- package/dist/runtimes/nodejs10.x/index.js.map +1 -0
- package/dist/runtimes/nodejs12.x/bootstrap +9 -0
- package/dist/runtimes/nodejs12.x/bootstrap.d.ts +1 -0
- package/dist/runtimes/nodejs12.x/bootstrap.js +8 -0
- package/dist/runtimes/nodejs12.x/bootstrap.js.map +1 -0
- package/dist/runtimes/nodejs12.x/index.d.ts +2 -0
- package/dist/runtimes/nodejs12.x/index.js +23 -0
- package/dist/runtimes/nodejs12.x/index.js.map +1 -0
- package/dist/runtimes/nodejs6.10/bootstrap +9 -0
- package/dist/runtimes/nodejs6.10/bootstrap.d.ts +1 -0
- package/dist/runtimes/nodejs6.10/bootstrap.js +8 -0
- package/dist/runtimes/nodejs6.10/bootstrap.js.map +1 -0
- package/dist/runtimes/nodejs6.10/index.d.ts +2 -0
- package/dist/runtimes/nodejs6.10/index.js +23 -0
- package/dist/runtimes/nodejs6.10/index.js.map +1 -0
- package/dist/runtimes/nodejs8.10/bootstrap +9 -0
- package/dist/runtimes/nodejs8.10/bootstrap.d.ts +1 -0
- package/dist/runtimes/nodejs8.10/bootstrap.js +8 -0
- package/dist/runtimes/nodejs8.10/bootstrap.js.map +1 -0
- package/dist/runtimes/nodejs8.10/index.d.ts +2 -0
- package/dist/runtimes/nodejs8.10/index.js +23 -0
- package/dist/runtimes/nodejs8.10/index.js.map +1 -0
- package/dist/runtimes/provided/bootstrap +3 -0
- package/dist/runtimes/provided/bootstrap.d.ts +1 -0
- package/dist/runtimes/provided/bootstrap.js +8 -0
- package/dist/runtimes/provided/bootstrap.js.map +1 -0
- package/dist/runtimes/python/bootstrap +10 -0
- package/dist/runtimes/python/bootstrap.d.ts +1 -0
- package/dist/runtimes/python/bootstrap.js +12 -0
- package/dist/runtimes/python/bootstrap.js.map +1 -0
- package/dist/runtimes/python/bootstrap.py +147 -0
- package/dist/runtimes/python2.7/bootstrap +9 -0
- package/dist/runtimes/python2.7/bootstrap.d.ts +1 -0
- package/dist/runtimes/python2.7/bootstrap.js +8 -0
- package/dist/runtimes/python2.7/bootstrap.js.map +1 -0
- package/dist/runtimes/python2.7/index.d.ts +2 -0
- package/dist/runtimes/python2.7/index.js +23 -0
- package/dist/runtimes/python2.7/index.js.map +1 -0
- package/dist/runtimes/python3/bootstrap +20 -0
- package/dist/runtimes/python3/bootstrap.d.ts +1 -0
- package/dist/runtimes/python3/bootstrap.js +26 -0
- package/dist/runtimes/python3/bootstrap.js.map +1 -0
- package/dist/runtimes/python3/index.d.ts +2 -0
- package/dist/runtimes/python3/index.js +19 -0
- package/dist/runtimes/python3/index.js.map +1 -0
- package/dist/runtimes/python3.6/bootstrap +9 -0
- package/dist/runtimes/python3.6/bootstrap.d.ts +1 -0
- package/dist/runtimes/python3.6/bootstrap.js +8 -0
- package/dist/runtimes/python3.6/bootstrap.js.map +1 -0
- package/dist/runtimes/python3.6/index.d.ts +2 -0
- package/dist/runtimes/python3.6/index.js +23 -0
- package/dist/runtimes/python3.6/index.js.map +1 -0
- package/dist/runtimes/python3.7/bootstrap +9 -0
- package/dist/runtimes/python3.7/bootstrap.d.ts +1 -0
- package/dist/runtimes/python3.7/bootstrap.js +8 -0
- package/dist/runtimes/python3.7/bootstrap.js.map +1 -0
- package/dist/runtimes/python3.7/index.d.ts +2 -0
- package/dist/runtimes/python3.7/index.js +23 -0
- package/dist/runtimes/python3.7/index.js.map +1 -0
- package/dist/term-size +0 -0
- package/dist/term-size.exe +0 -0
- package/dist/xdg-open +1066 -0
- package/dist/xsel +0 -0
- package/package.json +16 -12
- package/dist/package.json +0 -184
package/dist/xsel
ADDED
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "23.1.3-canary.
|
3
|
+
"version": "23.1.3-canary.33",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -43,14 +43,17 @@
|
|
43
43
|
"node": ">= 12"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@vercel/build-utils": "2.12.3-canary.
|
47
|
-
"@vercel/go": "1.2.4-canary.
|
48
|
-
"@vercel/node": "1.12.2-canary.
|
49
|
-
"@vercel/python": "2.0.6-canary.
|
50
|
-
"@vercel/ruby": "1.2.8-canary.
|
51
|
-
"update-notifier": "4.1.0"
|
46
|
+
"@vercel/build-utils": "2.12.3-canary.18",
|
47
|
+
"@vercel/go": "1.2.4-canary.4",
|
48
|
+
"@vercel/node": "1.12.2-canary.6",
|
49
|
+
"@vercel/python": "2.0.6-canary.5",
|
50
|
+
"@vercel/ruby": "1.2.8-canary.4",
|
51
|
+
"update-notifier": "4.1.0",
|
52
|
+
"vercel-plugin-middleware": "0.0.0-canary.7",
|
53
|
+
"vercel-plugin-node": "1.12.2-canary.9"
|
52
54
|
},
|
53
55
|
"devDependencies": {
|
56
|
+
"@next/env": "11.1.2",
|
54
57
|
"@sentry/node": "5.5.0",
|
55
58
|
"@sindresorhus/slugify": "0.11.0",
|
56
59
|
"@tootallnate/once": "1.1.2",
|
@@ -63,7 +66,7 @@
|
|
63
66
|
"@types/dotenv": "6.1.1",
|
64
67
|
"@types/escape-html": "0.0.20",
|
65
68
|
"@types/express": "4.17.13",
|
66
|
-
"@types/fs-extra": "
|
69
|
+
"@types/fs-extra": "9.0.13",
|
67
70
|
"@types/glob": "7.1.1",
|
68
71
|
"@types/http-proxy": "1.16.2",
|
69
72
|
"@types/inquirer": "7.3.1",
|
@@ -87,8 +90,9 @@
|
|
87
90
|
"@types/update-notifier": "5.1.0",
|
88
91
|
"@types/which": "1.3.2",
|
89
92
|
"@types/write-json-file": "2.2.1",
|
90
|
-
"@vercel/frameworks": "0.5.1-canary.
|
91
|
-
"@vercel/ncc": "0.
|
93
|
+
"@vercel/frameworks": "0.5.1-canary.11",
|
94
|
+
"@vercel/ncc": "0.24.0",
|
95
|
+
"@vercel/nft": "0.17.0",
|
92
96
|
"@zeit/fun": "0.11.2",
|
93
97
|
"@zeit/source-map-support": "0.6.2",
|
94
98
|
"ajv": "6.12.2",
|
@@ -120,7 +124,7 @@
|
|
120
124
|
"execa": "3.2.0",
|
121
125
|
"express": "4.17.1",
|
122
126
|
"fast-deep-equal": "3.1.3",
|
123
|
-
"fs-extra": "
|
127
|
+
"fs-extra": "10.0.0",
|
124
128
|
"get-port": "5.1.1",
|
125
129
|
"glob": "7.1.2",
|
126
130
|
"http-proxy": "1.18.1",
|
@@ -180,5 +184,5 @@
|
|
180
184
|
"<rootDir>/test/**/*.test.ts"
|
181
185
|
]
|
182
186
|
},
|
183
|
-
"gitHead": "
|
187
|
+
"gitHead": "43056bde1f65ad48c3c1aeeab56eb5f66e2e66f8"
|
184
188
|
}
|
package/dist/package.json
DELETED
@@ -1,184 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "vercel",
|
3
|
-
"version": "23.1.3-canary.3",
|
4
|
-
"preferGlobal": true,
|
5
|
-
"license": "Apache-2.0",
|
6
|
-
"description": "The command-line interface for Vercel",
|
7
|
-
"homepage": "https://vercel.com",
|
8
|
-
"repository": {
|
9
|
-
"type": "git",
|
10
|
-
"url": "https://github.com/vercel/vercel.git",
|
11
|
-
"directory": "packages/cli"
|
12
|
-
},
|
13
|
-
"scripts": {
|
14
|
-
"preinstall": "node ./scripts/preinstall.js",
|
15
|
-
"test": "jest",
|
16
|
-
"test-unit": "jest --coverage --verbose",
|
17
|
-
"test-integration-cli": "rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose",
|
18
|
-
"test-integration-dev": "ava test/dev/integration.js --serial --fail-fast --verbose",
|
19
|
-
"prepublishOnly": "yarn build",
|
20
|
-
"coverage": "codecov",
|
21
|
-
"build": "node -r ts-eager/register ./scripts/build.ts",
|
22
|
-
"build-dev": "node -r ts-eager/register ./scripts/build.ts --dev"
|
23
|
-
},
|
24
|
-
"bin": {
|
25
|
-
"vc": "./dist/index.js",
|
26
|
-
"vercel": "./dist/index.js"
|
27
|
-
},
|
28
|
-
"files": [
|
29
|
-
"dist",
|
30
|
-
"scripts/preinstall.js"
|
31
|
-
],
|
32
|
-
"ava": {
|
33
|
-
"compileEnhancements": false,
|
34
|
-
"extensions": [
|
35
|
-
"ts"
|
36
|
-
],
|
37
|
-
"require": [
|
38
|
-
"ts-node/register/transpile-only",
|
39
|
-
"esm"
|
40
|
-
]
|
41
|
-
},
|
42
|
-
"engines": {
|
43
|
-
"node": ">= 12"
|
44
|
-
},
|
45
|
-
"dependencies": {
|
46
|
-
"@vercel/build-utils": "2.12.3-canary.3",
|
47
|
-
"@vercel/go": "1.2.4-canary.1",
|
48
|
-
"@vercel/node": "1.12.2-canary.1",
|
49
|
-
"@vercel/python": "2.0.6-canary.1",
|
50
|
-
"@vercel/ruby": "1.2.8-canary.1",
|
51
|
-
"update-notifier": "4.1.0"
|
52
|
-
},
|
53
|
-
"devDependencies": {
|
54
|
-
"@sentry/node": "5.5.0",
|
55
|
-
"@sindresorhus/slugify": "0.11.0",
|
56
|
-
"@tootallnate/once": "1.1.2",
|
57
|
-
"@types/ansi-escapes": "3.0.0",
|
58
|
-
"@types/ansi-regex": "4.0.0",
|
59
|
-
"@types/async-retry": "1.2.1",
|
60
|
-
"@types/bytes": "3.0.0",
|
61
|
-
"@types/chance": "1.1.3",
|
62
|
-
"@types/debug": "0.0.31",
|
63
|
-
"@types/dotenv": "6.1.1",
|
64
|
-
"@types/escape-html": "0.0.20",
|
65
|
-
"@types/express": "4.17.13",
|
66
|
-
"@types/fs-extra": "5.0.5",
|
67
|
-
"@types/glob": "7.1.1",
|
68
|
-
"@types/http-proxy": "1.16.2",
|
69
|
-
"@types/inquirer": "7.3.1",
|
70
|
-
"@types/jest": "27.0.1",
|
71
|
-
"@types/load-json-file": "2.0.7",
|
72
|
-
"@types/mime-types": "2.1.0",
|
73
|
-
"@types/minimatch": "3.0.3",
|
74
|
-
"@types/mri": "1.1.0",
|
75
|
-
"@types/ms": "0.7.30",
|
76
|
-
"@types/node": "11.11.0",
|
77
|
-
"@types/node-fetch": "2.5.10",
|
78
|
-
"@types/npm-package-arg": "6.1.0",
|
79
|
-
"@types/pluralize": "0.0.29",
|
80
|
-
"@types/progress": "2.0.3",
|
81
|
-
"@types/psl": "1.1.0",
|
82
|
-
"@types/semver": "6.0.1",
|
83
|
-
"@types/tar-fs": "1.16.1",
|
84
|
-
"@types/text-table": "0.2.0",
|
85
|
-
"@types/title": "3.4.1",
|
86
|
-
"@types/universal-analytics": "0.4.2",
|
87
|
-
"@types/update-notifier": "5.1.0",
|
88
|
-
"@types/which": "1.3.2",
|
89
|
-
"@types/write-json-file": "2.2.1",
|
90
|
-
"@vercel/frameworks": "0.5.1-canary.3",
|
91
|
-
"@vercel/ncc": "0.29.2",
|
92
|
-
"@zeit/fun": "0.11.2",
|
93
|
-
"@zeit/source-map-support": "0.6.2",
|
94
|
-
"ajv": "6.12.2",
|
95
|
-
"alpha-sort": "2.0.1",
|
96
|
-
"ansi-escapes": "3.0.0",
|
97
|
-
"ansi-regex": "3.0.0",
|
98
|
-
"arg": "5.0.0",
|
99
|
-
"async-listen": "1.2.0",
|
100
|
-
"async-retry": "1.1.3",
|
101
|
-
"async-sema": "2.1.4",
|
102
|
-
"ava": "2.2.0",
|
103
|
-
"bytes": "3.0.0",
|
104
|
-
"chalk": "4.1.0",
|
105
|
-
"chance": "1.1.7",
|
106
|
-
"chokidar": "3.3.1",
|
107
|
-
"clipboardy": "2.1.0",
|
108
|
-
"codecov": "3.8.2",
|
109
|
-
"cpy": "7.2.0",
|
110
|
-
"credit-card": "3.0.1",
|
111
|
-
"date-fns": "1.29.0",
|
112
|
-
"debug": "3.1.0",
|
113
|
-
"dot": "1.1.3",
|
114
|
-
"dotenv": "4.0.0",
|
115
|
-
"email-prompt": "0.3.2",
|
116
|
-
"email-validator": "1.1.1",
|
117
|
-
"epipebomb": "1.0.0",
|
118
|
-
"escape-html": "1.0.3",
|
119
|
-
"esm": "3.1.4",
|
120
|
-
"execa": "3.2.0",
|
121
|
-
"express": "4.17.1",
|
122
|
-
"fast-deep-equal": "3.1.3",
|
123
|
-
"fs-extra": "7.0.1",
|
124
|
-
"get-port": "5.1.1",
|
125
|
-
"glob": "7.1.2",
|
126
|
-
"http-proxy": "1.18.1",
|
127
|
-
"inquirer": "7.0.4",
|
128
|
-
"is-docker": "2.2.1",
|
129
|
-
"is-port-reachable": "3.0.0",
|
130
|
-
"is-url": "1.2.2",
|
131
|
-
"jaro-winkler": "0.2.8",
|
132
|
-
"jsonlines": "0.1.1",
|
133
|
-
"load-json-file": "3.0.0",
|
134
|
-
"mime-types": "2.1.24",
|
135
|
-
"minimatch": "3.0.4",
|
136
|
-
"mri": "1.1.5",
|
137
|
-
"ms": "2.1.2",
|
138
|
-
"node-fetch": "2.6.1",
|
139
|
-
"npm-package-arg": "6.1.0",
|
140
|
-
"open": "8.2.0",
|
141
|
-
"ora": "3.4.0",
|
142
|
-
"pcre-to-regexp": "1.0.0",
|
143
|
-
"pluralize": "7.0.0",
|
144
|
-
"progress": "2.0.3",
|
145
|
-
"promisepipe": "3.0.0",
|
146
|
-
"psl": "1.1.31",
|
147
|
-
"qr-image": "3.2.0",
|
148
|
-
"raw-body": "2.4.1",
|
149
|
-
"rimraf": "3.0.2",
|
150
|
-
"semver": "5.5.0",
|
151
|
-
"serve-handler": "6.1.1",
|
152
|
-
"strip-ansi": "5.2.0",
|
153
|
-
"stripe": "5.1.0",
|
154
|
-
"tar-fs": "1.16.3",
|
155
|
-
"test-listen": "1.1.0",
|
156
|
-
"text-table": "0.2.0",
|
157
|
-
"title": "3.4.1",
|
158
|
-
"tmp-promise": "1.0.3",
|
159
|
-
"tree-kill": "1.2.2",
|
160
|
-
"ts-eager": "2.0.2",
|
161
|
-
"ts-node": "8.3.0",
|
162
|
-
"typescript": "4.3.4",
|
163
|
-
"universal-analytics": "0.4.20",
|
164
|
-
"utility-types": "2.1.0",
|
165
|
-
"which": "2.0.2",
|
166
|
-
"write-json-file": "2.2.0",
|
167
|
-
"xdg-app-paths": "5.1.0"
|
168
|
-
},
|
169
|
-
"jest": {
|
170
|
-
"preset": "ts-jest",
|
171
|
-
"globals": {
|
172
|
-
"ts-jest": {
|
173
|
-
"diagnostics": false,
|
174
|
-
"isolatedModules": true
|
175
|
-
}
|
176
|
-
},
|
177
|
-
"verbose": false,
|
178
|
-
"testEnvironment": "node",
|
179
|
-
"testMatch": [
|
180
|
-
"<rootDir>/test/**/*.test.ts"
|
181
|
-
]
|
182
|
-
},
|
183
|
-
"gitHead": "e8fec4b69c60739204334cfb910572776ef25fcd"
|
184
|
-
}
|