File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 57
57
"mkdirp-promise" : " ^5.0.1" ,
58
58
"mz" : " ^2.7.0" ,
59
59
"npm-registry-client" : " ^8.6.0" ,
60
- "source-map-support" : " ^0.5.16" ,
61
60
"tweetsodium" : " ^0.0.5"
62
61
},
63
62
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
- import 'source-map-support/register'
3
2
4
3
import chalk from 'chalk'
5
4
import exec from 'execa'
Original file line number Diff line number Diff line change @@ -6310,20 +6310,12 @@ sorted-union-stream@~2.1.3:
6310
6310
from2 "^1.3.0"
6311
6311
stream-iterate "^1.1.0"
6312
6312
6313
- source-map-support@^0.5.16 :
6314
- version "0.5.16"
6315
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
6316
- integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
6317
- dependencies :
6318
- buffer-from "^1.0.0"
6319
- source-map "^0.6.0"
6320
-
6321
6313
source-map@^0.5.0 :
6322
6314
version "0.5.7"
6323
6315
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
6324
6316
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
6325
6317
6326
- source-map@^0.6.0, source-map@^0.6. 1, source-map@~0.6.1 :
6318
+ source-map@^0.6.1, source-map@~0.6.1 :
6327
6319
version "0.6.1"
6328
6320
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
6329
6321
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
You can’t perform that action at this time.
0 commit comments