make yarn dx work on Windows (#840)
				
					
				
			Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									6868474c92
								
							
						
					
					
						commit
						d97da42950
					
				
					 2 changed files with 189 additions and 8 deletions
				
			
		|  | @ -7,11 +7,11 @@ | ||||||
|     "analyze:server": "BUNDLE_ANALYZE=server next build", |     "analyze:server": "BUNDLE_ANALYZE=server next build", | ||||||
|     "analyze:browser": "BUNDLE_ANALYZE=browser next build", |     "analyze:browser": "BUNDLE_ANALYZE=browser next build", | ||||||
|     "dev": "next dev", |     "dev": "next dev", | ||||||
|     "db-up": "docker-compose up -d", |     "db-up": "docker compose up -d", | ||||||
|     "db-migrate": "yarn prisma migrate dev", |     "db-migrate": "yarn prisma migrate dev", | ||||||
|     "db-seed": "yarn ts-node scripts/seed.ts", |     "db-seed": "yarn ts-node scripts/seed.ts", | ||||||
|     "db-nuke": "docker-compose down --volumes --remove-orphans", |     "db-nuke": "docker compose down --volumes --remove-orphans", | ||||||
|     "dx": "BASE_URL='http://localhost:3000' JWT_SECRET=secret DATABASE_URL=postgresql://postgres:@localhost:5450/calendso eval 'yarn db-up && yarn prisma migrate dev && yarn db-seed && yarn dev'", |     "dx": "cross-env BASE_URL=http://localhost:3000 JWT_SECRET=secret DATABASE_URL=postgresql://postgres:@localhost:5450/calendso run-s db-up db-migrate db-seed dev", | ||||||
|     "test": "node node_modules/.bin/jest", |     "test": "node node_modules/.bin/jest", | ||||||
|     "build": "next build", |     "build": "next build", | ||||||
|     "start": "next start", |     "start": "next start", | ||||||
|  | @ -108,6 +108,7 @@ | ||||||
|     "@typescript-eslint/eslint-plugin": "^4.30.0", |     "@typescript-eslint/eslint-plugin": "^4.30.0", | ||||||
|     "@typescript-eslint/parser": "^4.29.2", |     "@typescript-eslint/parser": "^4.29.2", | ||||||
|     "autoprefixer": "^10.3.1", |     "autoprefixer": "^10.3.1", | ||||||
|  |     "cross-env": "^7.0.3", | ||||||
|     "cypress": "^8.3.0", |     "cypress": "^8.3.0", | ||||||
|     "eslint": "^7.32.0", |     "eslint": "^7.32.0", | ||||||
|     "eslint-config-prettier": "^8.3.0", |     "eslint-config-prettier": "^8.3.0", | ||||||
|  | @ -118,6 +119,7 @@ | ||||||
|     "jest": "^27.2.2", |     "jest": "^27.2.2", | ||||||
|     "lint-staged": "^11.1.2", |     "lint-staged": "^11.1.2", | ||||||
|     "mockdate": "^3.0.5", |     "mockdate": "^3.0.5", | ||||||
|  |     "npm-run-all": "^4.1.5", | ||||||
|     "postcss": "^8.3.6", |     "postcss": "^8.3.6", | ||||||
|     "prettier": "^2.3.2", |     "prettier": "^2.3.2", | ||||||
|     "prisma": "^2.30.2", |     "prisma": "^2.30.2", | ||||||
|  |  | ||||||
							
								
								
									
										189
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										189
									
								
								yarn.lock
									
									
									
									
									
								
							|  | @ -2600,7 +2600,7 @@ caseless@~0.12.0: | ||||||
|   version "0.12.0" |   version "0.12.0" | ||||||
|   resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" |   resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" | ||||||
| 
 | 
 | ||||||
| chalk@2.4.2, chalk@^2.0.0: | chalk@2.4.2, chalk@^2.0.0, chalk@^2.4.1: | ||||||
|   version "2.4.2" |   version "2.4.2" | ||||||
|   resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" |   resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" | ||||||
|   dependencies: |   dependencies: | ||||||
|  | @ -2911,13 +2911,31 @@ create-require@^1.1.0: | ||||||
|   version "1.1.1" |   version "1.1.1" | ||||||
|   resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" |   resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" | ||||||
| 
 | 
 | ||||||
|  | cross-env@^7.0.3: | ||||||
|  |   version "7.0.3" | ||||||
|  |   resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" | ||||||
|  |   integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== | ||||||
|  |   dependencies: | ||||||
|  |     cross-spawn "^7.0.1" | ||||||
|  | 
 | ||||||
| cross-fetch@^3.1.4: | cross-fetch@^3.1.4: | ||||||
|   version "3.1.4" |   version "3.1.4" | ||||||
|   resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz" |   resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz" | ||||||
|   dependencies: |   dependencies: | ||||||
|     node-fetch "2.6.1" |     node-fetch "2.6.1" | ||||||
| 
 | 
 | ||||||
| cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: | cross-spawn@^6.0.5: | ||||||
|  |   version "6.0.5" | ||||||
|  |   resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" | ||||||
|  |   integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== | ||||||
|  |   dependencies: | ||||||
|  |     nice-try "^1.0.4" | ||||||
|  |     path-key "^2.0.1" | ||||||
|  |     semver "^5.5.0" | ||||||
|  |     shebang-command "^1.2.0" | ||||||
|  |     which "^1.2.9" | ||||||
|  | 
 | ||||||
|  | cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3: | ||||||
|   version "7.0.3" |   version "7.0.3" | ||||||
|   resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" |   resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" | ||||||
|   dependencies: |   dependencies: | ||||||
|  | @ -4103,6 +4121,11 @@ hoist-non-react-statics@^3.2.0, hoist-non-react-statics@^3.3.0, hoist-non-react- | ||||||
|   dependencies: |   dependencies: | ||||||
|     react-is "^16.7.0" |     react-is "^16.7.0" | ||||||
| 
 | 
 | ||||||
|  | hosted-git-info@^2.1.4: | ||||||
|  |   version "2.8.9" | ||||||
|  |   resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" | ||||||
|  |   integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== | ||||||
|  | 
 | ||||||
| hsl-regex@^1.0.0: | hsl-regex@^1.0.0: | ||||||
|   version "1.0.0" |   version "1.0.0" | ||||||
|   resolved "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz" |   resolved "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz" | ||||||
|  | @ -5094,6 +5117,11 @@ json-bigint@^1.0.0: | ||||||
|   dependencies: |   dependencies: | ||||||
|     bignumber.js "^9.0.0" |     bignumber.js "^9.0.0" | ||||||
| 
 | 
 | ||||||
|  | json-parse-better-errors@^1.0.1: | ||||||
|  |   version "1.0.2" | ||||||
|  |   resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" | ||||||
|  |   integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== | ||||||
|  | 
 | ||||||
| json-parse-even-better-errors@^2.3.0: | json-parse-even-better-errors@^2.3.0: | ||||||
|   version "2.3.1" |   version "2.3.1" | ||||||
|   resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" |   resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" | ||||||
|  | @ -5282,6 +5310,16 @@ load-bmfont@^1.3.1, load-bmfont@^1.4.0: | ||||||
|     xhr "^2.0.1" |     xhr "^2.0.1" | ||||||
|     xtend "^4.0.0" |     xtend "^4.0.0" | ||||||
| 
 | 
 | ||||||
|  | load-json-file@^4.0.0: | ||||||
|  |   version "4.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" | ||||||
|  |   integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs= | ||||||
|  |   dependencies: | ||||||
|  |     graceful-fs "^4.1.2" | ||||||
|  |     parse-json "^4.0.0" | ||||||
|  |     pify "^3.0.0" | ||||||
|  |     strip-bom "^3.0.0" | ||||||
|  | 
 | ||||||
| loader-utils@1.2.3: | loader-utils@1.2.3: | ||||||
|   version "1.2.3" |   version "1.2.3" | ||||||
|   resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz" |   resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz" | ||||||
|  | @ -5435,6 +5473,11 @@ memoize-one@^5.0.0: | ||||||
|   version "5.2.1" |   version "5.2.1" | ||||||
|   resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz" |   resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz" | ||||||
| 
 | 
 | ||||||
|  | memorystream@^0.3.1: | ||||||
|  |   version "0.3.1" | ||||||
|  |   resolved "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2" | ||||||
|  |   integrity sha1-htcJCzDORV1j+64S3aUaR93K+bI= | ||||||
|  | 
 | ||||||
| merge-class-names@^1.1.1: | merge-class-names@^1.1.1: | ||||||
|   version "1.4.2" |   version "1.4.2" | ||||||
|   resolved "https://registry.yarnpkg.com/merge-class-names/-/merge-class-names-1.4.2.tgz#78d6d95ab259e7e647252a7988fd25a27d5a8835" |   resolved "https://registry.yarnpkg.com/merge-class-names/-/merge-class-names-1.4.2.tgz#78d6d95ab259e7e647252a7988fd25a27d5a8835" | ||||||
|  | @ -5706,6 +5749,11 @@ next@^11.1.1: | ||||||
|     "@next/swc-linux-x64-gnu" "11.1.2" |     "@next/swc-linux-x64-gnu" "11.1.2" | ||||||
|     "@next/swc-win32-x64-msvc" "11.1.2" |     "@next/swc-win32-x64-msvc" "11.1.2" | ||||||
| 
 | 
 | ||||||
|  | nice-try@^1.0.4: | ||||||
|  |   version "1.0.5" | ||||||
|  |   resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" | ||||||
|  |   integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== | ||||||
|  | 
 | ||||||
| node-emoji@^1.11.0: | node-emoji@^1.11.0: | ||||||
|   version "1.11.0" |   version "1.11.0" | ||||||
|   resolved "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz" |   resolved "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz" | ||||||
|  | @ -5776,6 +5824,16 @@ nodemailer@^6.4.16, nodemailer@^6.6.3: | ||||||
|   version "6.6.3" |   version "6.6.3" | ||||||
|   resolved "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.3.tgz" |   resolved "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.3.tgz" | ||||||
| 
 | 
 | ||||||
|  | normalize-package-data@^2.3.2: | ||||||
|  |   version "2.5.0" | ||||||
|  |   resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" | ||||||
|  |   integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== | ||||||
|  |   dependencies: | ||||||
|  |     hosted-git-info "^2.1.4" | ||||||
|  |     resolve "^1.10.0" | ||||||
|  |     semver "2 || 3 || 4 || 5" | ||||||
|  |     validate-npm-package-license "^3.0.1" | ||||||
|  | 
 | ||||||
| normalize-path@^3.0.0, normalize-path@~3.0.0: | normalize-path@^3.0.0, normalize-path@~3.0.0: | ||||||
|   version "3.0.0" |   version "3.0.0" | ||||||
|   resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" |   resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" | ||||||
|  | @ -5788,6 +5846,21 @@ normalize-wheel@^1.0.1: | ||||||
|   version "1.0.1" |   version "1.0.1" | ||||||
|   resolved "https://registry.npmjs.org/normalize-wheel/-/normalize-wheel-1.0.1.tgz" |   resolved "https://registry.npmjs.org/normalize-wheel/-/normalize-wheel-1.0.1.tgz" | ||||||
| 
 | 
 | ||||||
|  | npm-run-all@^4.1.5: | ||||||
|  |   version "4.1.5" | ||||||
|  |   resolved "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba" | ||||||
|  |   integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ== | ||||||
|  |   dependencies: | ||||||
|  |     ansi-styles "^3.2.1" | ||||||
|  |     chalk "^2.4.1" | ||||||
|  |     cross-spawn "^6.0.5" | ||||||
|  |     memorystream "^0.3.1" | ||||||
|  |     minimatch "^3.0.4" | ||||||
|  |     pidtree "^0.3.0" | ||||||
|  |     read-pkg "^3.0.0" | ||||||
|  |     shell-quote "^1.6.1" | ||||||
|  |     string.prototype.padend "^3.0.0" | ||||||
|  | 
 | ||||||
| npm-run-path@^4.0.0, npm-run-path@^4.0.1: | npm-run-path@^4.0.0, npm-run-path@^4.0.1: | ||||||
|   version "4.0.1" |   version "4.0.1" | ||||||
|   resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" |   resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz" | ||||||
|  | @ -6015,6 +6088,14 @@ parse-headers@^2.0.0: | ||||||
|   resolved "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.4.tgz#9eaf2d02bed2d1eff494331ce3df36d7924760bf" |   resolved "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.4.tgz#9eaf2d02bed2d1eff494331ce3df36d7924760bf" | ||||||
|   integrity sha512-psZ9iZoCNFLrgRjZ1d8mn0h9WRqJwFxM9q3x7iUjN/YT2OksthDJ5TiPCu2F38kS4zutqfW+YdVVkBZZx3/1aw== |   integrity sha512-psZ9iZoCNFLrgRjZ1d8mn0h9WRqJwFxM9q3x7iUjN/YT2OksthDJ5TiPCu2F38kS4zutqfW+YdVVkBZZx3/1aw== | ||||||
| 
 | 
 | ||||||
|  | parse-json@^4.0.0: | ||||||
|  |   version "4.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" | ||||||
|  |   integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= | ||||||
|  |   dependencies: | ||||||
|  |     error-ex "^1.3.1" | ||||||
|  |     json-parse-better-errors "^1.0.1" | ||||||
|  | 
 | ||||||
| parse-json@^5.0.0: | parse-json@^5.0.0: | ||||||
|   version "5.2.0" |   version "5.2.0" | ||||||
|   resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" |   resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" | ||||||
|  | @ -6058,6 +6139,11 @@ path-is-absolute@^1.0.0: | ||||||
|   version "1.0.1" |   version "1.0.1" | ||||||
|   resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" |   resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" | ||||||
| 
 | 
 | ||||||
|  | path-key@^2.0.1: | ||||||
|  |   version "2.0.1" | ||||||
|  |   resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" | ||||||
|  |   integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= | ||||||
|  | 
 | ||||||
| path-key@^3.0.0, path-key@^3.1.0: | path-key@^3.0.0, path-key@^3.1.0: | ||||||
|   version "3.1.1" |   version "3.1.1" | ||||||
|   resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" |   resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" | ||||||
|  | @ -6066,6 +6152,13 @@ path-parse@^1.0.6: | ||||||
|   version "1.0.7" |   version "1.0.7" | ||||||
|   resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" |   resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" | ||||||
| 
 | 
 | ||||||
|  | path-type@^3.0.0: | ||||||
|  |   version "3.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" | ||||||
|  |   integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== | ||||||
|  |   dependencies: | ||||||
|  |     pify "^3.0.0" | ||||||
|  | 
 | ||||||
| path-type@^4.0.0: | path-type@^4.0.0: | ||||||
|   version "4.0.0" |   version "4.0.0" | ||||||
|   resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" |   resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" | ||||||
|  | @ -6097,10 +6190,20 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: | ||||||
|   version "2.3.0" |   version "2.3.0" | ||||||
|   resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz" |   resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz" | ||||||
| 
 | 
 | ||||||
|  | pidtree@^0.3.0: | ||||||
|  |   version "0.3.1" | ||||||
|  |   resolved "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a" | ||||||
|  |   integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA== | ||||||
|  | 
 | ||||||
| pify@^2.2.0: | pify@^2.2.0: | ||||||
|   version "2.3.0" |   version "2.3.0" | ||||||
|   resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" |   resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" | ||||||
| 
 | 
 | ||||||
|  | pify@^3.0.0: | ||||||
|  |   version "3.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" | ||||||
|  |   integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= | ||||||
|  | 
 | ||||||
| pirates@^4.0.1: | pirates@^4.0.1: | ||||||
|   version "4.0.1" |   version "4.0.1" | ||||||
|   resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz" |   resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz" | ||||||
|  | @ -6612,6 +6715,15 @@ react@17.0.2: | ||||||
|     loose-envify "^1.1.0" |     loose-envify "^1.1.0" | ||||||
|     object-assign "^4.1.1" |     object-assign "^4.1.1" | ||||||
| 
 | 
 | ||||||
|  | read-pkg@^3.0.0: | ||||||
|  |   version "3.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" | ||||||
|  |   integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k= | ||||||
|  |   dependencies: | ||||||
|  |     load-json-file "^4.0.0" | ||||||
|  |     normalize-package-data "^2.3.2" | ||||||
|  |     path-type "^3.0.0" | ||||||
|  | 
 | ||||||
| readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6: | readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6: | ||||||
|   version "2.3.7" |   version "2.3.7" | ||||||
|   resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" |   resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz" | ||||||
|  | @ -6717,7 +6829,7 @@ resolve-from@^5.0.0: | ||||||
|   version "5.0.0" |   version "5.0.0" | ||||||
|   resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" |   resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" | ||||||
| 
 | 
 | ||||||
| resolve@^1.20.0: | resolve@^1.10.0, resolve@^1.20.0: | ||||||
|   version "1.20.0" |   version "1.20.0" | ||||||
|   resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz" |   resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz" | ||||||
|   dependencies: |   dependencies: | ||||||
|  | @ -6808,7 +6920,7 @@ semver-compare@^1.0.0: | ||||||
|   version "1.0.0" |   version "1.0.0" | ||||||
|   resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz" |   resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz" | ||||||
| 
 | 
 | ||||||
| semver@^5.1.0, semver@^5.6.0: | "semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.5.0, semver@^5.6.0: | ||||||
|   version "5.7.1" |   version "5.7.1" | ||||||
|   resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" |   resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" | ||||||
| 
 | 
 | ||||||
|  | @ -6845,17 +6957,29 @@ sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8: | ||||||
|     inherits "^2.0.1" |     inherits "^2.0.1" | ||||||
|     safe-buffer "^5.0.1" |     safe-buffer "^5.0.1" | ||||||
| 
 | 
 | ||||||
|  | shebang-command@^1.2.0: | ||||||
|  |   version "1.2.0" | ||||||
|  |   resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" | ||||||
|  |   integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= | ||||||
|  |   dependencies: | ||||||
|  |     shebang-regex "^1.0.0" | ||||||
|  | 
 | ||||||
| shebang-command@^2.0.0: | shebang-command@^2.0.0: | ||||||
|   version "2.0.0" |   version "2.0.0" | ||||||
|   resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" |   resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" | ||||||
|   dependencies: |   dependencies: | ||||||
|     shebang-regex "^3.0.0" |     shebang-regex "^3.0.0" | ||||||
| 
 | 
 | ||||||
|  | shebang-regex@^1.0.0: | ||||||
|  |   version "1.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" | ||||||
|  |   integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= | ||||||
|  | 
 | ||||||
| shebang-regex@^3.0.0: | shebang-regex@^3.0.0: | ||||||
|   version "3.0.0" |   version "3.0.0" | ||||||
|   resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" |   resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" | ||||||
| 
 | 
 | ||||||
| shell-quote@1.7.2: | shell-quote@1.7.2, shell-quote@^1.6.1: | ||||||
|   version "1.7.2" |   version "1.7.2" | ||||||
|   resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz" |   resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz" | ||||||
| 
 | 
 | ||||||
|  | @ -6965,6 +7089,32 @@ spacetime@^6.16.2: | ||||||
|   version "6.16.3" |   version "6.16.3" | ||||||
|   resolved "https://registry.npmjs.org/spacetime/-/spacetime-6.16.3.tgz" |   resolved "https://registry.npmjs.org/spacetime/-/spacetime-6.16.3.tgz" | ||||||
| 
 | 
 | ||||||
|  | spdx-correct@^3.0.0: | ||||||
|  |   version "3.1.1" | ||||||
|  |   resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" | ||||||
|  |   integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== | ||||||
|  |   dependencies: | ||||||
|  |     spdx-expression-parse "^3.0.0" | ||||||
|  |     spdx-license-ids "^3.0.0" | ||||||
|  | 
 | ||||||
|  | spdx-exceptions@^2.1.0: | ||||||
|  |   version "2.3.0" | ||||||
|  |   resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" | ||||||
|  |   integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== | ||||||
|  | 
 | ||||||
|  | spdx-expression-parse@^3.0.0: | ||||||
|  |   version "3.0.1" | ||||||
|  |   resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" | ||||||
|  |   integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== | ||||||
|  |   dependencies: | ||||||
|  |     spdx-exceptions "^2.1.0" | ||||||
|  |     spdx-license-ids "^3.0.0" | ||||||
|  | 
 | ||||||
|  | spdx-license-ids@^3.0.0: | ||||||
|  |   version "3.0.10" | ||||||
|  |   resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b" | ||||||
|  |   integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA== | ||||||
|  | 
 | ||||||
| sprintf-js@~1.0.2: | sprintf-js@~1.0.2: | ||||||
|   version "1.0.3" |   version "1.0.3" | ||||||
|   resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" |   resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" | ||||||
|  | @ -7082,6 +7232,15 @@ string.prototype.matchall@^4.0.5: | ||||||
|     regexp.prototype.flags "^1.3.1" |     regexp.prototype.flags "^1.3.1" | ||||||
|     side-channel "^1.0.4" |     side-channel "^1.0.4" | ||||||
| 
 | 
 | ||||||
|  | string.prototype.padend@^3.0.0: | ||||||
|  |   version "3.1.2" | ||||||
|  |   resolved "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311" | ||||||
|  |   integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ== | ||||||
|  |   dependencies: | ||||||
|  |     call-bind "^1.0.2" | ||||||
|  |     define-properties "^1.1.3" | ||||||
|  |     es-abstract "^1.18.0-next.2" | ||||||
|  | 
 | ||||||
| string.prototype.trimend@^1.0.4: | string.prototype.trimend@^1.0.4: | ||||||
|   version "1.0.4" |   version "1.0.4" | ||||||
|   resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz" |   resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz" | ||||||
|  | @ -7134,6 +7293,11 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: | ||||||
|   dependencies: |   dependencies: | ||||||
|     ansi-regex "^4.1.0" |     ansi-regex "^4.1.0" | ||||||
| 
 | 
 | ||||||
|  | strip-bom@^3.0.0: | ||||||
|  |   version "3.0.0" | ||||||
|  |   resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" | ||||||
|  |   integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= | ||||||
|  | 
 | ||||||
| strip-bom@^4.0.0: | strip-bom@^4.0.0: | ||||||
|   version "4.0.0" |   version "4.0.0" | ||||||
|   resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" |   resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz" | ||||||
|  | @ -7652,6 +7816,14 @@ v8-to-istanbul@^8.0.0: | ||||||
|     convert-source-map "^1.6.0" |     convert-source-map "^1.6.0" | ||||||
|     source-map "^0.7.3" |     source-map "^0.7.3" | ||||||
| 
 | 
 | ||||||
|  | validate-npm-package-license@^3.0.1: | ||||||
|  |   version "3.0.4" | ||||||
|  |   resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" | ||||||
|  |   integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== | ||||||
|  |   dependencies: | ||||||
|  |     spdx-correct "^3.0.0" | ||||||
|  |     spdx-expression-parse "^3.0.0" | ||||||
|  | 
 | ||||||
| verror@1.10.0: | verror@1.10.0: | ||||||
|   version "1.10.0" |   version "1.10.0" | ||||||
|   resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" |   resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz" | ||||||
|  | @ -7782,6 +7954,13 @@ which-typed-array@^1.1.2: | ||||||
|     has-tostringtag "^1.0.0" |     has-tostringtag "^1.0.0" | ||||||
|     is-typed-array "^1.1.7" |     is-typed-array "^1.1.7" | ||||||
| 
 | 
 | ||||||
|  | which@^1.2.9: | ||||||
|  |   version "1.3.1" | ||||||
|  |   resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" | ||||||
|  |   integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== | ||||||
|  |   dependencies: | ||||||
|  |     isexe "^2.0.0" | ||||||
|  | 
 | ||||||
| which@^2.0.1: | which@^2.0.1: | ||||||
|   version "2.0.2" |   version "2.0.2" | ||||||
|   resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" |   resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Alex Johansson
						Alex Johansson