@sebastienrousseau/dotfiles 0.2.453 → 0.2.454
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/README.md +172 -156
- package/{Makefile → dist/Makefile} +7 -8
- package/dist/bin/compile.sh +16 -0
- package/dist/bin/copy.sh +21 -0
- package/{bin → dist/bin}/dotfiles.sh +56 -28
- package/dist/filesizes.txt +176 -0
- package/{shell → dist/shell}/README.md +0 -0
- package/{shell → dist/shell}/aliases/default/default.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/gcloud/gcloud.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/heroku/heroku.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/jekyll/jekyll.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/pnpm/pnpm.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/subversion/subversion.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases/tmux/tmux.aliases.sh +1 -1
- package/{shell → dist/shell}/aliases.sh +1 -1
- package/{shell → dist/shell}/configurations/README.md +0 -0
- package/{shell → dist/shell}/configurations/bash/bashrc +2 -2
- package/{shell → dist/shell}/configurations/curl/cacert.pem +0 -0
- package/{shell → dist/shell}/configurations/curl/curlrc +1 -1
- package/{shell → dist/shell}/configurations/default/color.sh +1 -1
- package/{shell → dist/shell}/configurations/default/editor.sh +1 -1
- package/{shell → dist/shell}/configurations/default/prompt.sh +1 -1
- package/{shell → dist/shell}/configurations/inputrc/inputrc +1 -1
- package/{shell → dist/shell}/configurations/jshint/jshintrc +0 -0
- package/{shell → dist/shell}/configurations/profile/profile +1 -1
- package/{shell → dist/shell}/configurations/tmux/tmux +1 -1
- package/{shell → dist/shell}/configurations/vim/vimrc +1 -1
- package/{shell → dist/shell}/configurations/wget/wgetrc +1 -1
- package/{shell → dist/shell}/configurations/zsh/zshrc +2 -2
- package/{shell → dist/shell}/configurations.sh +1 -1
- package/{shell → dist/shell}/exit.sh +1 -1
- package/{shell → dist/shell}/functions/README.md +0 -0
- package/{shell → dist/shell}/functions/cdls.sh +1 -1
- package/{shell → dist/shell}/functions/curlheader.sh +1 -1
- package/{shell → dist/shell}/functions/curltime.sh +1 -1
- package/{shell → dist/shell}/functions/encode64.sh +1 -1
- package/{shell → dist/shell}/functions/environment.sh +1 -1
- package/{shell → dist/shell}/functions/extract.sh +1 -1
- package/{shell → dist/shell}/functions/filehead.sh +0 -0
- package/{shell → dist/shell}/functions/genpwd.sh +1 -1
- package/{shell → dist/shell}/functions/goto.sh +1 -1
- package/{shell → dist/shell}/functions/hidehiddenfiles.sh +1 -1
- package/{shell → dist/shell}/functions/hostinfo.sh +1 -1
- package/{shell → dist/shell}/functions/hstats.sh +1 -1
- package/{shell → dist/shell}/functions/httpdebug.sh +1 -1
- package/{shell → dist/shell}/functions/keygen.sh +1 -1
- package/{shell → dist/shell}/functions/last.sh +1 -1
- package/{shell → dist/shell}/functions/logout.sh +1 -1
- package/{shell → dist/shell}/functions/lowercase.sh +1 -1
- package/{shell → dist/shell}/functions/macos.sh +1 -1
- package/{shell → dist/shell}/functions/matrix.sh +1 -1
- package/{shell → dist/shell}/functions/mcd.sh +1 -1
- package/{shell → dist/shell}/functions/mount_read_only.sh +1 -1
- package/{shell → dist/shell}/functions/myproc.sh +1 -1
- package/{shell → dist/shell}/functions/prependpath.sh +1 -1
- package/{shell → dist/shell}/functions/ql.sh +1 -1
- package/{shell → dist/shell}/functions/rd.sh +1 -1
- package/{shell → dist/shell}/functions/remove_disk.sh +1 -1
- package/{shell → dist/shell}/functions/ren.sh +1 -1
- package/{shell → dist/shell}/functions/showhiddenfiles.sh +1 -1
- package/{shell → dist/shell}/functions/size.sh +1 -1
- package/{shell → dist/shell}/functions/stopwatch.sh +1 -1
- package/{shell → dist/shell}/functions/uppercase.sh +1 -1
- package/{shell → dist/shell}/functions/view-source.sh +1 -1
- package/{shell → dist/shell}/functions/vscode.sh +1 -1
- package/{shell → dist/shell}/functions/whoisport.sh +1 -1
- package/{shell → dist/shell}/functions/zipf.sh +1 -1
- package/{shell → dist/shell}/functions.sh +1 -1
- package/{shell → dist/shell}/history.sh +1 -1
- package/dist/shell/index.d.ts +2 -0
- package/dist/shell/index.d.ts.map +1 -0
- package/dist/shell/index.js +2 -0
- package/dist/shell/index.js.map +1 -0
- package/{shell → dist/shell}/paths/ant/ant.paths.sh +1 -1
- package/{shell → dist/shell}/paths/default/default.paths.sh +1 -1
- package/{shell → dist/shell}/paths/homebrew/homebrew.paths.sh +1 -1
- package/{shell → dist/shell}/paths/java/java.paths.sh +1 -1
- package/{shell → dist/shell}/paths/maven/maven.paths.sh +1 -1
- package/{shell → dist/shell}/paths/node/node.paths.sh +1 -1
- package/{shell → dist/shell}/paths/nvm/nvm.paths.sh +1 -1
- package/{shell → dist/shell}/paths/pnpm/pnpm.paths.sh +1 -1
- package/{shell → dist/shell}/paths/python/python.paths.sh +13 -3
- package/{shell → dist/shell}/paths/ruby/ruby.paths.sh +1 -1
- package/{shell → dist/shell}/paths/tmux/tmux.paths.sh +3 -2
- package/{shell → dist/shell}/paths.sh +1 -1
- package/package.json +33 -27
- package/COPYRIGHT +0 -5
- package/index.js +0 -24
- package/pnpm-lock.yaml +0 -232
- package/pnpm-workspace.yaml +0 -2
- package/shell/aliases/default/README.md +0 -0
- package/shell/aliases/git/git.aliases.wip +0 -586
- package/shell/functions/changediskpwd.wip +0 -19
- package/shell/functions/code.wip +0 -18
- package/shell/functions/countdown.wip +0 -33
- package/shell/functions/headers.wip +0 -4
- package/shell/functions/history-all.wip +0 -7
- package/shell/functions/print.wip +0 -13
- package/shell/functions/rm.wip +0 -13
- package/shell/functions/rps.wip +0 -103
- package/shell/functions/trash.wip +0 -13
- package/shell/functions/tree.wip +0 -13
- package/shell/functions/uuidgen.wip +0 -27
package/pnpm-lock.yaml
DELETED
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
lockfileVersion: 5.4
|
|
2
|
-
|
|
3
|
-
importers:
|
|
4
|
-
|
|
5
|
-
.:
|
|
6
|
-
specifiers:
|
|
7
|
-
filesizes: ^0.1.2
|
|
8
|
-
pnpm: ^7.13.1
|
|
9
|
-
rimraf: ^3.0.2
|
|
10
|
-
devDependencies:
|
|
11
|
-
filesizes: registry.npmjs.org/filesizes/0.1.2
|
|
12
|
-
pnpm: registry.npmjs.org/pnpm/7.13.1
|
|
13
|
-
rimraf: registry.npmjs.org/rimraf/3.0.2
|
|
14
|
-
|
|
15
|
-
packages:
|
|
16
|
-
|
|
17
|
-
registry.npmjs.org/ansi-styles/4.3.0:
|
|
18
|
-
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz}
|
|
19
|
-
name: ansi-styles
|
|
20
|
-
version: 4.3.0
|
|
21
|
-
engines: {node: '>=8'}
|
|
22
|
-
dependencies:
|
|
23
|
-
color-convert: registry.npmjs.org/color-convert/2.0.1
|
|
24
|
-
dev: true
|
|
25
|
-
|
|
26
|
-
registry.npmjs.org/balanced-match/1.0.2:
|
|
27
|
-
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz}
|
|
28
|
-
name: balanced-match
|
|
29
|
-
version: 1.0.2
|
|
30
|
-
dev: true
|
|
31
|
-
|
|
32
|
-
registry.npmjs.org/brace-expansion/1.1.11:
|
|
33
|
-
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz}
|
|
34
|
-
name: brace-expansion
|
|
35
|
-
version: 1.1.11
|
|
36
|
-
dependencies:
|
|
37
|
-
balanced-match: registry.npmjs.org/balanced-match/1.0.2
|
|
38
|
-
concat-map: registry.npmjs.org/concat-map/0.0.1
|
|
39
|
-
dev: true
|
|
40
|
-
|
|
41
|
-
registry.npmjs.org/chalk/3.0.0:
|
|
42
|
-
resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz}
|
|
43
|
-
name: chalk
|
|
44
|
-
version: 3.0.0
|
|
45
|
-
engines: {node: '>=8'}
|
|
46
|
-
dependencies:
|
|
47
|
-
ansi-styles: registry.npmjs.org/ansi-styles/4.3.0
|
|
48
|
-
supports-color: registry.npmjs.org/supports-color/7.2.0
|
|
49
|
-
dev: true
|
|
50
|
-
|
|
51
|
-
registry.npmjs.org/cli-table/0.3.11:
|
|
52
|
-
resolution: {integrity: sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz}
|
|
53
|
-
name: cli-table
|
|
54
|
-
version: 0.3.11
|
|
55
|
-
engines: {node: '>= 0.2.0'}
|
|
56
|
-
dependencies:
|
|
57
|
-
colors: registry.npmjs.org/colors/1.0.3
|
|
58
|
-
dev: true
|
|
59
|
-
|
|
60
|
-
registry.npmjs.org/color-convert/2.0.1:
|
|
61
|
-
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz}
|
|
62
|
-
name: color-convert
|
|
63
|
-
version: 2.0.1
|
|
64
|
-
engines: {node: '>=7.0.0'}
|
|
65
|
-
dependencies:
|
|
66
|
-
color-name: registry.npmjs.org/color-name/1.1.4
|
|
67
|
-
dev: true
|
|
68
|
-
|
|
69
|
-
registry.npmjs.org/color-name/1.1.4:
|
|
70
|
-
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz}
|
|
71
|
-
name: color-name
|
|
72
|
-
version: 1.1.4
|
|
73
|
-
dev: true
|
|
74
|
-
|
|
75
|
-
registry.npmjs.org/colors/1.0.3:
|
|
76
|
-
resolution: {integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/colors/-/colors-1.0.3.tgz}
|
|
77
|
-
name: colors
|
|
78
|
-
version: 1.0.3
|
|
79
|
-
engines: {node: '>=0.1.90'}
|
|
80
|
-
dev: true
|
|
81
|
-
|
|
82
|
-
registry.npmjs.org/commander/4.1.1:
|
|
83
|
-
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/commander/-/commander-4.1.1.tgz}
|
|
84
|
-
name: commander
|
|
85
|
-
version: 4.1.1
|
|
86
|
-
engines: {node: '>= 6'}
|
|
87
|
-
dev: true
|
|
88
|
-
|
|
89
|
-
registry.npmjs.org/concat-map/0.0.1:
|
|
90
|
-
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz}
|
|
91
|
-
name: concat-map
|
|
92
|
-
version: 0.0.1
|
|
93
|
-
dev: true
|
|
94
|
-
|
|
95
|
-
registry.npmjs.org/duplexer/0.1.2:
|
|
96
|
-
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz}
|
|
97
|
-
name: duplexer
|
|
98
|
-
version: 0.1.2
|
|
99
|
-
dev: true
|
|
100
|
-
|
|
101
|
-
registry.npmjs.org/filesizes/0.1.2:
|
|
102
|
-
resolution: {integrity: sha512-B7S28jvoR/mSmccYwh6jkZYvsmuXqULibMkT9rU4hYZfjHTk7bw8Zmygss9UNX49YbJirzvGb2MSh/CbSWKzzQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/filesizes/-/filesizes-0.1.2.tgz}
|
|
103
|
-
name: filesizes
|
|
104
|
-
version: 0.1.2
|
|
105
|
-
hasBin: true
|
|
106
|
-
dependencies:
|
|
107
|
-
chalk: registry.npmjs.org/chalk/3.0.0
|
|
108
|
-
cli-table: registry.npmjs.org/cli-table/0.3.11
|
|
109
|
-
commander: registry.npmjs.org/commander/4.1.1
|
|
110
|
-
gzip-size: registry.npmjs.org/gzip-size/5.1.1
|
|
111
|
-
pretty-bytes: registry.npmjs.org/pretty-bytes/5.6.0
|
|
112
|
-
dev: true
|
|
113
|
-
|
|
114
|
-
registry.npmjs.org/fs.realpath/1.0.0:
|
|
115
|
-
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz}
|
|
116
|
-
name: fs.realpath
|
|
117
|
-
version: 1.0.0
|
|
118
|
-
dev: true
|
|
119
|
-
|
|
120
|
-
registry.npmjs.org/glob/7.2.3:
|
|
121
|
-
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz}
|
|
122
|
-
name: glob
|
|
123
|
-
version: 7.2.3
|
|
124
|
-
dependencies:
|
|
125
|
-
fs.realpath: registry.npmjs.org/fs.realpath/1.0.0
|
|
126
|
-
inflight: registry.npmjs.org/inflight/1.0.6
|
|
127
|
-
inherits: registry.npmjs.org/inherits/2.0.4
|
|
128
|
-
minimatch: registry.npmjs.org/minimatch/3.1.2
|
|
129
|
-
once: registry.npmjs.org/once/1.4.0
|
|
130
|
-
path-is-absolute: registry.npmjs.org/path-is-absolute/1.0.1
|
|
131
|
-
dev: true
|
|
132
|
-
|
|
133
|
-
registry.npmjs.org/gzip-size/5.1.1:
|
|
134
|
-
resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz}
|
|
135
|
-
name: gzip-size
|
|
136
|
-
version: 5.1.1
|
|
137
|
-
engines: {node: '>=6'}
|
|
138
|
-
dependencies:
|
|
139
|
-
duplexer: registry.npmjs.org/duplexer/0.1.2
|
|
140
|
-
pify: registry.npmjs.org/pify/4.0.1
|
|
141
|
-
dev: true
|
|
142
|
-
|
|
143
|
-
registry.npmjs.org/has-flag/4.0.0:
|
|
144
|
-
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz}
|
|
145
|
-
name: has-flag
|
|
146
|
-
version: 4.0.0
|
|
147
|
-
engines: {node: '>=8'}
|
|
148
|
-
dev: true
|
|
149
|
-
|
|
150
|
-
registry.npmjs.org/inflight/1.0.6:
|
|
151
|
-
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz}
|
|
152
|
-
name: inflight
|
|
153
|
-
version: 1.0.6
|
|
154
|
-
dependencies:
|
|
155
|
-
once: registry.npmjs.org/once/1.4.0
|
|
156
|
-
wrappy: registry.npmjs.org/wrappy/1.0.2
|
|
157
|
-
dev: true
|
|
158
|
-
|
|
159
|
-
registry.npmjs.org/inherits/2.0.4:
|
|
160
|
-
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz}
|
|
161
|
-
name: inherits
|
|
162
|
-
version: 2.0.4
|
|
163
|
-
dev: true
|
|
164
|
-
|
|
165
|
-
registry.npmjs.org/minimatch/3.1.2:
|
|
166
|
-
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz}
|
|
167
|
-
name: minimatch
|
|
168
|
-
version: 3.1.2
|
|
169
|
-
dependencies:
|
|
170
|
-
brace-expansion: registry.npmjs.org/brace-expansion/1.1.11
|
|
171
|
-
dev: true
|
|
172
|
-
|
|
173
|
-
registry.npmjs.org/once/1.4.0:
|
|
174
|
-
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/once/-/once-1.4.0.tgz}
|
|
175
|
-
name: once
|
|
176
|
-
version: 1.4.0
|
|
177
|
-
dependencies:
|
|
178
|
-
wrappy: registry.npmjs.org/wrappy/1.0.2
|
|
179
|
-
dev: true
|
|
180
|
-
|
|
181
|
-
registry.npmjs.org/path-is-absolute/1.0.1:
|
|
182
|
-
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz}
|
|
183
|
-
name: path-is-absolute
|
|
184
|
-
version: 1.0.1
|
|
185
|
-
engines: {node: '>=0.10.0'}
|
|
186
|
-
dev: true
|
|
187
|
-
|
|
188
|
-
registry.npmjs.org/pify/4.0.1:
|
|
189
|
-
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/pify/-/pify-4.0.1.tgz}
|
|
190
|
-
name: pify
|
|
191
|
-
version: 4.0.1
|
|
192
|
-
engines: {node: '>=6'}
|
|
193
|
-
dev: true
|
|
194
|
-
|
|
195
|
-
registry.npmjs.org/pnpm/7.13.1:
|
|
196
|
-
resolution: {integrity: sha512-Nu1LzxlH3qdIFe0DJ5SciqBl9i7t/eW+c0zKf9g8TXRo20EhXy/e9YwCLY2fEwbIYL/3gZ4zuys010PRpsbHFQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/pnpm/-/pnpm-7.13.1.tgz}
|
|
197
|
-
name: pnpm
|
|
198
|
-
version: 7.13.1
|
|
199
|
-
engines: {node: '>=14.6'}
|
|
200
|
-
hasBin: true
|
|
201
|
-
dev: true
|
|
202
|
-
|
|
203
|
-
registry.npmjs.org/pretty-bytes/5.6.0:
|
|
204
|
-
resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz}
|
|
205
|
-
name: pretty-bytes
|
|
206
|
-
version: 5.6.0
|
|
207
|
-
engines: {node: '>=6'}
|
|
208
|
-
dev: true
|
|
209
|
-
|
|
210
|
-
registry.npmjs.org/rimraf/3.0.2:
|
|
211
|
-
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz}
|
|
212
|
-
name: rimraf
|
|
213
|
-
version: 3.0.2
|
|
214
|
-
hasBin: true
|
|
215
|
-
dependencies:
|
|
216
|
-
glob: registry.npmjs.org/glob/7.2.3
|
|
217
|
-
dev: true
|
|
218
|
-
|
|
219
|
-
registry.npmjs.org/supports-color/7.2.0:
|
|
220
|
-
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz}
|
|
221
|
-
name: supports-color
|
|
222
|
-
version: 7.2.0
|
|
223
|
-
engines: {node: '>=8'}
|
|
224
|
-
dependencies:
|
|
225
|
-
has-flag: registry.npmjs.org/has-flag/4.0.0
|
|
226
|
-
dev: true
|
|
227
|
-
|
|
228
|
-
registry.npmjs.org/wrappy/1.0.2:
|
|
229
|
-
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz}
|
|
230
|
-
name: wrappy
|
|
231
|
-
version: 1.0.2
|
|
232
|
-
dev: true
|
package/pnpm-workspace.yaml
DELETED
|
File without changes
|