Remove absolute paths

This commit is contained in:
CrazyMax 2020-04-08 00:26:27 +02:00
parent fbe3727991
commit 29273a44aa
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
129 changed files with 143 additions and 1009 deletions

View File

@ -13,9 +13,10 @@ Contributions to this project are [released](https://help.github.com/articles/gi
5. Make your change, add tests, and make sure the tests still pass 5. Make your change, add tests, and make sure the tests still pass
6. Compile your Typescript code: `npm run build` 6. Compile your Typescript code: `npm run build`
7. Format your code: `npm run format` 7. Format your code: `npm run format`
8. Prune dependencies: `npm prune --production` 8. Install build dependencies: `npm run build-dep`
9. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-upx/compare) 9. Prune dependencies: `npm run prune`
10. Pat your self on the back and wait for your pull request to be reviewed and merged. 10. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-upx/compare)
11. Pat your self on the back and wait for your pull request to be reviewed and merged.
Here are a few things you can do that will increase the likelihood of your pull request being accepted: Here are a few things you can do that will increase the likelihood of your pull request being accepted:

View File

@ -28,8 +28,8 @@ jobs:
- -
name: Prune prod name: Prune prod
run: | run: |
rm -rf node_modules npm run build-dep
npm install --production npm run prune
- -
name: Set up Git name: Set up Git
env: env:

View File

@ -48,9 +48,8 @@ jobs:
- -
name: NPM production deps name: NPM production deps
run: | run: |
rm -rf node_modules npm run build-dep
sed -i '/node_modules/d' .gitignore npm run prune
npm install --production
- -
name: Commit and push changes name: Commit and push changes
run: | run: |

View File

@ -25,8 +25,8 @@ jobs:
- -
name: Prune prod name: Prune prod
run: | run: |
rm -rf node_modules npm run build-dep
npm install --production npm run prune
- -
name: Check for uncommitted changes name: Check for uncommitted changes
run: | run: |

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"@actions/core@1.2.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@actions/core@1.2.3", "_from": "@actions/core@1.2.3",
"_id": "@actions/core@1.2.3", "_id": "@actions/core@1.2.3",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz", "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz",
"_spec": "1.2.3", "_spec": "1.2.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"@actions/exec@1.0.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@actions/exec@1.0.3", "_from": "@actions/exec@1.0.3",
"_id": "@actions/exec@1.0.3", "_id": "@actions/exec@1.0.3",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz", "_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz",
"_spec": "1.0.3", "_spec": "1.0.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"@actions/http-client@1.0.6",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@actions/http-client@1.0.6", "_from": "@actions/http-client@1.0.6",
"_id": "@actions/http-client@1.0.6", "_id": "@actions/http-client@1.0.6",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz", "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz",
"_spec": "1.0.6", "_spec": "1.0.6",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "GitHub, Inc." "name": "GitHub, Inc."
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"@actions/io@1.0.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@actions/io@1.0.2", "_from": "@actions/io@1.0.2",
"_id": "@actions/io@1.0.2", "_id": "@actions/io@1.0.2",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz", "_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
"_spec": "1.0.2", "_spec": "1.0.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"@actions/tool-cache@1.3.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@actions/tool-cache@1.3.3", "_from": "@actions/tool-cache@1.3.3",
"_id": "@actions/tool-cache@1.3.3", "_id": "@actions/tool-cache@1.3.3",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.3.tgz", "_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.3.tgz",
"_spec": "1.3.3", "_spec": "1.3.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"@sindresorhus/is@0.7.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@sindresorhus/is@0.7.0", "_from": "@sindresorhus/is@0.7.0",
"_id": "@sindresorhus/is@0.7.0", "_id": "@sindresorhus/is@0.7.0",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz", "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz",
"_spec": "0.7.0", "_spec": "0.7.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"file-type@4.4.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "file-type@4.4.0", "_from": "file-type@4.4.0",
"_id": "file-type@4.4.0", "_id": "file-type@4.4.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz", "_resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz",
"_spec": "4.4.0", "_spec": "4.4.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"archive-type@4.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "archive-type@4.0.0", "_from": "archive-type@4.0.0",
"_id": "archive-type@4.0.0", "_id": "archive-type@4.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz", "_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz",
"_spec": "4.0.0", "_spec": "4.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"base64-js@1.3.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "base64-js@1.3.1", "_from": "base64-js@1.3.1",
"_id": "base64-js@1.3.1", "_id": "base64-js@1.3.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
"_spec": "1.3.1", "_spec": "1.3.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "T. Jameson Little", "name": "T. Jameson Little",
"email": "t.jameson.little@gmail.com" "email": "t.jameson.little@gmail.com"

7
node_modules/bl/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"bl@1.2.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "bl@1.2.2", "_from": "bl@1.2.2",
"_id": "bl@1.2.2", "_id": "bl@1.2.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", "_resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
"_spec": "1.2.2", "_spec": "1.2.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"authors": [ "authors": [
"Rod Vagg <rod@vagg.org> (https://github.com/rvagg)", "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)", "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"buffer-alloc-unsafe@1.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "buffer-alloc-unsafe@1.1.0", "_from": "buffer-alloc-unsafe@1.1.0",
"_id": "buffer-alloc-unsafe@1.1.0", "_id": "buffer-alloc-unsafe@1.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "_resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
"_spec": "1.1.0", "_spec": "1.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/LinusU/buffer-alloc-unsafe/issues" "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"buffer-alloc@1.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "buffer-alloc@1.2.0", "_from": "buffer-alloc@1.2.0",
"_id": "buffer-alloc@1.2.0", "_id": "buffer-alloc@1.2.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
"_spec": "1.2.0", "_spec": "1.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/LinusU/buffer-alloc/issues" "url": "https://github.com/LinusU/buffer-alloc/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"buffer-crc32@0.2.13",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "buffer-crc32@0.2.13", "_from": "buffer-crc32@0.2.13",
"_id": "buffer-crc32@0.2.13", "_id": "buffer-crc32@0.2.13",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"_spec": "0.2.13", "_spec": "0.2.13",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Brian J. Brennan", "name": "Brian J. Brennan",
"email": "brianloveswords@gmail.com" "email": "brianloveswords@gmail.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"buffer-fill@1.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "buffer-fill@1.0.0", "_from": "buffer-fill@1.0.0",
"_id": "buffer-fill@1.0.0", "_id": "buffer-fill@1.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "_resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz",
"_spec": "1.0.0", "_spec": "1.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/LinusU/buffer-fill/issues" "url": "https://github.com/LinusU/buffer-fill/issues"
}, },

7
node_modules/buffer/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"buffer@5.5.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "buffer@5.5.0", "_from": "buffer@5.5.0",
"_id": "buffer@5.5.0", "_id": "buffer@5.5.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.5.0.tgz", "_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.5.0.tgz",
"_spec": "5.5.0", "_spec": "5.5.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Feross Aboukhadijeh", "name": "Feross Aboukhadijeh",
"email": "feross@feross.org", "email": "feross@feross.org",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"get-stream@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "get-stream@3.0.0", "_from": "get-stream@3.0.0",
"_id": "get-stream@3.0.0", "_id": "get-stream@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"lowercase-keys@1.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "lowercase-keys@1.0.0", "_from": "lowercase-keys@1.0.0",
"_id": "lowercase-keys@1.0.0", "_id": "lowercase-keys@1.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", "_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz",
"_spec": "1.0.0", "_spec": "1.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"cacheable-request@2.1.4",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "cacheable-request@2.1.4", "_from": "cacheable-request@2.1.4",
"_id": "cacheable-request@2.1.4", "_id": "cacheable-request@2.1.4",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz", "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz",
"_spec": "2.1.4", "_spec": "2.1.4",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Luke Childs", "name": "Luke Childs",
"email": "lukechilds123@gmail.com", "email": "lukechilds123@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"clone-response@1.0.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "clone-response@1.0.2", "_from": "clone-response@1.0.2",
"_id": "clone-response@1.0.2", "_id": "clone-response@1.0.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", "_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz",
"_spec": "1.0.2", "_spec": "1.0.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Luke Childs", "name": "Luke Childs",
"email": "lukechilds123@gmail.com", "email": "lukechilds123@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"commander@2.8.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "commander@2.8.1", "_from": "commander@2.8.1",
"_id": "commander@2.8.1", "_id": "commander@2.8.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
"_spec": "2.8.1", "_spec": "2.8.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "TJ Holowaychuk", "name": "TJ Holowaychuk",
"email": "tj@vision-media.ca" "email": "tj@vision-media.ca"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"safe-buffer@5.1.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "safe-buffer@5.1.2", "_from": "safe-buffer@5.1.2",
"_id": "safe-buffer@5.1.2", "_id": "safe-buffer@5.1.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"_spec": "5.1.2", "_spec": "5.1.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Feross Aboukhadijeh", "name": "Feross Aboukhadijeh",
"email": "feross@feross.org", "email": "feross@feross.org",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"content-disposition@0.5.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "content-disposition@0.5.3", "_from": "content-disposition@0.5.3",
"_id": "content-disposition@0.5.3", "_id": "content-disposition@0.5.3",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
"_spec": "0.5.3", "_spec": "0.5.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Douglas Christopher Wilson", "name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com" "email": "doug@somethingdoug.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"core-util-is@1.0.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "core-util-is@1.0.2", "_from": "core-util-is@1.0.2",
"_id": "core-util-is@1.0.2", "_id": "core-util-is@1.0.2",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"_spec": "1.0.2", "_spec": "1.0.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Isaac Z. Schlueter", "name": "Isaac Z. Schlueter",
"email": "i@izs.me", "email": "i@izs.me",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decode-uri-component@0.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decode-uri-component@0.2.0", "_from": "decode-uri-component@0.2.0",
"_id": "decode-uri-component@0.2.0", "_id": "decode-uri-component@0.2.0",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "_resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
"_spec": "0.2.0", "_spec": "0.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sam Verschueren", "name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com", "email": "sam.verschueren@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decompress-response@3.3.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decompress-response@3.3.0", "_from": "decompress-response@3.3.0",
"_id": "decompress-response@3.3.0", "_id": "decompress-response@3.3.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", "_resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz",
"_spec": "3.3.0", "_spec": "3.3.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/sindresorhus/decompress-response/issues" "url": "https://github.com/sindresorhus/decompress-response/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"file-type@5.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "file-type@5.2.0", "_from": "file-type@5.2.0",
"_id": "file-type@5.2.0", "_id": "file-type@5.2.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz", "_resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
"_spec": "5.2.0", "_spec": "5.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decompress-tar@4.1.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decompress-tar@4.1.1", "_from": "decompress-tar@4.1.1",
"_id": "decompress-tar@4.1.1", "_id": "decompress-tar@4.1.1",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz", "_resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz",
"_spec": "4.1.1", "_spec": "4.1.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"file-type@6.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "file-type@6.2.0", "_from": "file-type@6.2.0",
"_id": "file-type@6.2.0", "_id": "file-type@6.2.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz", "_resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz",
"_spec": "6.2.0", "_spec": "6.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decompress-tarbz2@4.1.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decompress-tarbz2@4.1.1", "_from": "decompress-tarbz2@4.1.1",
"_id": "decompress-tarbz2@4.1.1", "_id": "decompress-tarbz2@4.1.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz", "_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
"_spec": "4.1.1", "_spec": "4.1.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"file-type@5.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "file-type@5.2.0", "_from": "file-type@5.2.0",
"_id": "file-type@5.2.0", "_id": "file-type@5.2.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz", "_resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz",
"_spec": "5.2.0", "_spec": "5.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decompress-targz@4.1.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decompress-targz@4.1.1", "_from": "decompress-targz@4.1.1",
"_id": "decompress-targz@4.1.1", "_id": "decompress-targz@4.1.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz", "_resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz",
"_spec": "4.1.1", "_spec": "4.1.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"file-type@3.9.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "file-type@3.9.0", "_from": "file-type@3.9.0",
"_id": "file-type@3.9.0", "_id": "file-type@3.9.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", "_resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz",
"_spec": "3.9.0", "_spec": "3.9.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"get-stream@2.3.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "get-stream@2.3.1", "_from": "get-stream@2.3.1",
"_id": "get-stream@2.3.1", "_id": "get-stream@2.3.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz", "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz",
"_spec": "2.3.1", "_spec": "2.3.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pify@2.3.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pify@2.3.0", "_from": "pify@2.3.0",
"_id": "pify@2.3.0", "_id": "pify@2.3.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"_spec": "2.3.0", "_spec": "2.3.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decompress-unzip@4.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decompress-unzip@4.0.1", "_from": "decompress-unzip@4.0.1",
"_id": "decompress-unzip@4.0.1", "_id": "decompress-unzip@4.0.1",
"_inBundle": false, "_inBundle": false,
@ -29,7 +23,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz", "_resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
"_spec": "4.0.1", "_spec": "4.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pify@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pify@3.0.0", "_from": "pify@3.0.0",
"_id": "pify@3.0.0", "_id": "pify@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"make-dir@1.3.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "make-dir@1.3.0", "_from": "make-dir@1.3.0",
"_id": "make-dir@1.3.0", "_id": "make-dir@1.3.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", "_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
"_spec": "1.3.0", "_spec": "1.3.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pify@2.3.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pify@2.3.0", "_from": "pify@2.3.0",
"_id": "pify@2.3.0", "_id": "pify@2.3.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"_spec": "2.3.0", "_spec": "2.3.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"decompress@4.2.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "decompress@4.2.1", "_from": "decompress@4.2.1",
"_id": "decompress@4.2.1", "_id": "decompress@4.2.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz", "_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
"_spec": "4.2.1", "_spec": "4.2.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

7
node_modules/download/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"download@8.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "download@8.0.0", "_from": "download@8.0.0",
"_id": "download@8.0.0", "_id": "download@8.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/download/-/download-8.0.0.tgz", "_resolved": "https://registry.npmjs.org/download/-/download-8.0.0.tgz",
"_spec": "8.0.0", "_spec": "8.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"duplexer3@0.1.4",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "duplexer3@0.1.4", "_from": "duplexer3@0.1.4",
"_id": "duplexer3@0.1.4", "_id": "duplexer3@0.1.4",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "_resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
"_spec": "0.1.4", "_spec": "0.1.4",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Conrad Pankoff", "name": "Conrad Pankoff",
"email": "deoxxa@fknsrs.biz", "email": "deoxxa@fknsrs.biz",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"end-of-stream@1.4.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "end-of-stream@1.4.1", "_from": "end-of-stream@1.4.1",
"_id": "end-of-stream@1.4.1", "_id": "end-of-stream@1.4.1",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
"_spec": "1.4.1", "_spec": "1.4.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Mathias Buus", "name": "Mathias Buus",
"email": "mathiasbuus@gmail.com" "email": "mathiasbuus@gmail.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"escape-string-regexp@1.0.5",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "escape-string-regexp@1.0.5", "_from": "escape-string-regexp@1.0.5",
"_id": "escape-string-regexp@1.0.5", "_id": "escape-string-regexp@1.0.5",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"_spec": "1.0.5", "_spec": "1.0.5",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/ext-list/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"ext-list@2.2.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "ext-list@2.2.2", "_from": "ext-list@2.2.2",
"_id": "ext-list@2.2.2", "_id": "ext-list@2.2.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz", "_resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
"_spec": "2.2.2", "_spec": "2.2.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

7
node_modules/ext-name/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"ext-name@5.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "ext-name@5.0.0", "_from": "ext-name@5.0.0",
"_id": "ext-name@5.0.0", "_id": "ext-name@5.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz", "_resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz",
"_spec": "5.0.0", "_spec": "5.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kevin Mårtensson", "name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com", "email": "kevinmartensson@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"fd-slicer@1.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "fd-slicer@1.1.0", "_from": "fd-slicer@1.1.0",
"_id": "fd-slicer@1.1.0", "_id": "fd-slicer@1.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
"_spec": "1.1.0", "_spec": "1.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Andrew Kelley", "name": "Andrew Kelley",
"email": "superjoe30@gmail.com" "email": "superjoe30@gmail.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"file-type@11.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "file-type@11.1.0", "_from": "file-type@11.1.0",
"_id": "file-type@11.1.0", "_id": "file-type@11.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/file-type/-/file-type-11.1.0.tgz", "_resolved": "https://registry.npmjs.org/file-type/-/file-type-11.1.0.tgz",
"_spec": "11.1.0", "_spec": "11.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"filename-reserved-regex@2.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "filename-reserved-regex@2.0.0", "_from": "filename-reserved-regex@2.0.0",
"_id": "filename-reserved-regex@2.0.0", "_id": "filename-reserved-regex@2.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", "_resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
"_spec": "2.0.0", "_spec": "2.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"filenamify@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "filenamify@3.0.0", "_from": "filenamify@3.0.0",
"_id": "filenamify@3.0.0", "_id": "filenamify@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/from2/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"from2@2.3.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "from2@2.3.0", "_from": "from2@2.3.0",
"_id": "from2@2.3.0", "_id": "from2@2.3.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", "_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
"_spec": "2.3.0", "_spec": "2.3.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Hugh Kennedy", "name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com", "email": "hughskennedy@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"fs-constants@1.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "fs-constants@1.0.0", "_from": "fs-constants@1.0.0",
"_id": "fs-constants@1.0.0", "_id": "fs-constants@1.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "_resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
"_spec": "1.0.0", "_spec": "1.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Mathias Buus", "name": "Mathias Buus",
"url": "@mafintosh" "url": "@mafintosh"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"get-stream@4.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "get-stream@4.1.0", "_from": "get-stream@4.1.0",
"_id": "get-stream@4.1.0", "_id": "get-stream@4.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
"_spec": "4.1.0", "_spec": "4.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"get-stream@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "get-stream@3.0.0", "_from": "get-stream@3.0.0",
"_id": "get-stream@3.0.0", "_id": "get-stream@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pify@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pify@3.0.0", "_from": "pify@3.0.0",
"_id": "pify@3.0.0", "_id": "pify@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/got/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"got@8.3.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "got@8.3.2", "_from": "got@8.3.2",
"_id": "got@8.3.2", "_id": "got@8.3.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz", "_resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz",
"_spec": "8.3.2", "_spec": "8.3.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"ava": { "ava": {
"concurrency": 4 "concurrency": 4
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"graceful-fs@4.2.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "graceful-fs@4.2.3", "_from": "graceful-fs@4.2.3",
"_id": "graceful-fs@4.2.3", "_id": "graceful-fs@4.2.3",
"_inBundle": false, "_inBundle": false,
@ -35,7 +29,6 @@
], ],
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
"_spec": "4.2.3", "_spec": "4.2.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/isaacs/node-graceful-fs/issues" "url": "https://github.com/isaacs/node-graceful-fs/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"graceful-readlink@1.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "graceful-readlink@1.0.1", "_from": "graceful-readlink@1.0.1",
"_id": "graceful-readlink@1.0.1", "_id": "graceful-readlink@1.0.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", "_resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
"_spec": "1.0.1", "_spec": "1.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "zhiyelee" "name": "zhiyelee"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"has-symbol-support-x@1.4.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "has-symbol-support-x@1.4.2", "_from": "has-symbol-support-x@1.4.2",
"_id": "has-symbol-support-x@1.4.2", "_id": "has-symbol-support-x@1.4.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz", "_resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz",
"_spec": "1.4.2", "_spec": "1.4.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Graham Fairweather", "name": "Graham Fairweather",
"email": "xotic750@gmail.com" "email": "xotic750@gmail.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"has-to-string-tag-x@1.4.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "has-to-string-tag-x@1.4.1", "_from": "has-to-string-tag-x@1.4.1",
"_id": "has-to-string-tag-x@1.4.1", "_id": "has-to-string-tag-x@1.4.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz", "_resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz",
"_spec": "1.4.1", "_spec": "1.4.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Graham Fairweather", "name": "Graham Fairweather",
"email": "xotic750@gmail.com" "email": "xotic750@gmail.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"http-cache-semantics@3.8.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "http-cache-semantics@3.8.1", "_from": "http-cache-semantics@3.8.1",
"_id": "http-cache-semantics@3.8.1", "_id": "http-cache-semantics@3.8.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
"_spec": "3.8.1", "_spec": "3.8.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Kornel Lesiński", "name": "Kornel Lesiński",
"email": "kornel@geekhood.net", "email": "kornel@geekhood.net",

7
node_modules/ieee754/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"ieee754@1.1.13",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "ieee754@1.1.13", "_from": "ieee754@1.1.13",
"_id": "ieee754@1.1.13", "_id": "ieee754@1.1.13",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",
"_spec": "1.1.13", "_spec": "1.1.13",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Feross Aboukhadijeh", "name": "Feross Aboukhadijeh",
"email": "feross@feross.org", "email": "feross@feross.org",

7
node_modules/inherits/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"inherits@2.0.4",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "inherits@2.0.4", "_from": "inherits@2.0.4",
"_id": "inherits@2.0.4", "_id": "inherits@2.0.4",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"_spec": "2.0.4", "_spec": "2.0.4",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"browser": "./inherits_browser.js", "browser": "./inherits_browser.js",
"bugs": { "bugs": {
"url": "https://github.com/isaacs/inherits/issues" "url": "https://github.com/isaacs/inherits/issues"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"into-stream@3.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "into-stream@3.1.0", "_from": "into-stream@3.1.0",
"_id": "into-stream@3.1.0", "_id": "into-stream@3.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", "_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz",
"_spec": "3.1.0", "_spec": "3.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"is-natural-number@4.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "is-natural-number@4.0.1", "_from": "is-natural-number@4.0.1",
"_id": "is-natural-number@4.0.1", "_id": "is-natural-number@4.0.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz", "_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz",
"_spec": "4.0.1", "_spec": "4.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Shinnosuke Watanabe", "name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn" "url": "https://github.com/shinnn"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"is-object@1.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "is-object@1.0.1", "_from": "is-object@1.0.1",
"_id": "is-object@1.0.1", "_id": "is-object@1.0.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz", "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
"_spec": "1.0.1", "_spec": "1.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Raynos", "name": "Raynos",
"email": "raynos2@gmail.com" "email": "raynos2@gmail.com"

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"is-plain-obj@1.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "is-plain-obj@1.1.0", "_from": "is-plain-obj@1.1.0",
"_id": "is-plain-obj@1.1.0", "_id": "is-plain-obj@1.1.0",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
"_spec": "1.1.0", "_spec": "1.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"is-retry-allowed@1.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "is-retry-allowed@1.2.0", "_from": "is-retry-allowed@1.2.0",
"_id": "is-retry-allowed@1.2.0", "_id": "is-retry-allowed@1.2.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", "_resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
"_spec": "1.2.0", "_spec": "1.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Vsevolod Strukchinsky", "name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com", "email": "floatdrop@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"is-stream@1.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "is-stream@1.1.0", "_from": "is-stream@1.1.0",
"_id": "is-stream@1.1.0", "_id": "is-stream@1.1.0",
"_inBundle": false, "_inBundle": false,
@ -29,7 +23,6 @@
], ],
"_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
"_spec": "1.1.0", "_spec": "1.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/isarray/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"isarray@1.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "isarray@1.0.0", "_from": "isarray@1.0.0",
"_id": "isarray@1.0.0", "_id": "isarray@1.0.0",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
"_spec": "1.0.0", "_spec": "1.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Julian Gruber", "name": "Julian Gruber",
"email": "mail@juliangruber.com", "email": "mail@juliangruber.com",

7
node_modules/isurl/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"isurl@1.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "isurl@1.0.0", "_from": "isurl@1.0.0",
"_id": "isurl@1.0.0", "_id": "isurl@1.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz", "_resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz",
"_spec": "1.0.0", "_spec": "1.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Steven Vachon", "name": "Steven Vachon",
"email": "contact@svachon.com", "email": "contact@svachon.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"json-buffer@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "json-buffer@3.0.0", "_from": "json-buffer@3.0.0",
"_id": "json-buffer@3.0.0", "_id": "json-buffer@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Dominic Tarr", "name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com", "email": "dominic.tarr@gmail.com",

7
node_modules/keyv/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"keyv@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "keyv@3.0.0", "_from": "keyv@3.0.0",
"_id": "keyv@3.0.0", "_id": "keyv@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Luke Childs", "name": "Luke Childs",
"email": "lukechilds123@gmail.com", "email": "lukechilds123@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"lowercase-keys@1.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "lowercase-keys@1.0.1", "_from": "lowercase-keys@1.0.1",
"_id": "lowercase-keys@1.0.1", "_id": "lowercase-keys@1.0.1",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", "_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
"_spec": "1.0.1", "_spec": "1.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"semver@5.7.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "semver@5.7.1", "_from": "semver@5.7.1",
"_id": "semver@5.7.1", "_id": "semver@5.7.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"_spec": "5.7.1", "_spec": "5.7.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bin": { "bin": {
"semver": "bin/semver" "semver": "bin/semver"
}, },

7
node_modules/make-dir/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"make-dir@2.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "make-dir@2.1.0", "_from": "make-dir@2.1.0",
"_id": "make-dir@2.1.0", "_id": "make-dir@2.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
"_spec": "2.1.0", "_spec": "2.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/mime-db/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"mime-db@1.43.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "mime-db@1.43.0", "_from": "mime-db@1.43.0",
"_id": "mime-db@1.43.0", "_id": "mime-db@1.43.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
"_spec": "1.43.0", "_spec": "1.43.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/jshttp/mime-db/issues" "url": "https://github.com/jshttp/mime-db/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"mimic-response@1.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "mimic-response@1.0.1", "_from": "mimic-response@1.0.1",
"_id": "mimic-response@1.0.1", "_id": "mimic-response@1.0.1",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", "_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
"_spec": "1.0.1", "_spec": "1.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"sort-keys@2.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "sort-keys@2.0.0", "_from": "sort-keys@2.0.0",
"_id": "sort-keys@2.0.0", "_id": "sort-keys@2.0.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz", "_resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz",
"_spec": "2.0.0", "_spec": "2.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"normalize-url@2.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "normalize-url@2.0.1", "_from": "normalize-url@2.0.1",
"_id": "normalize-url@2.0.1", "_id": "normalize-url@2.0.1",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz", "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
"_spec": "2.0.1", "_spec": "2.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"object-assign@4.1.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "object-assign@4.1.1", "_from": "object-assign@4.1.1",
"_id": "object-assign@4.1.1", "_id": "object-assign@4.1.1",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"_spec": "4.1.1", "_spec": "4.1.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/once/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"once@1.4.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "once@1.4.0", "_from": "once@1.4.0",
"_id": "once@1.4.0", "_id": "once@1.4.0",
"_inBundle": false, "_inBundle": false,
@ -29,7 +23,6 @@
], ],
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"_spec": "1.4.0", "_spec": "1.4.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Isaac Z. Schlueter", "name": "Isaac Z. Schlueter",
"email": "i@izs.me", "email": "i@izs.me",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"p-cancelable@0.4.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "p-cancelable@0.4.1", "_from": "p-cancelable@0.4.1",
"_id": "p-cancelable@0.4.1", "_id": "p-cancelable@0.4.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz", "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz",
"_spec": "0.4.1", "_spec": "0.4.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/p-event/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"p-event@2.3.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "p-event@2.3.1", "_from": "p-event@2.3.1",
"_id": "p-event@2.3.1", "_id": "p-event@2.3.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz", "_resolved": "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz",
"_spec": "2.3.1", "_spec": "2.3.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"p-finally@1.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "p-finally@1.0.0", "_from": "p-finally@1.0.0",
"_id": "p-finally@1.0.0", "_id": "p-finally@1.0.0",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"_spec": "1.0.0", "_spec": "1.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"p-is-promise@1.1.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "p-is-promise@1.1.0", "_from": "p-is-promise@1.1.0",
"_id": "p-is-promise@1.1.0", "_id": "p-is-promise@1.1.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
"_spec": "1.1.0", "_spec": "1.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"p-timeout@2.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "p-timeout@2.0.1", "_from": "p-timeout@2.0.1",
"_id": "p-timeout@2.0.1", "_id": "p-timeout@2.0.1",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz", "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",
"_spec": "2.0.1", "_spec": "2.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

7
node_modules/pend/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pend@1.2.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pend@1.2.0", "_from": "pend@1.2.0",
"_id": "pend@1.2.0", "_id": "pend@1.2.0",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
"_spec": "1.2.0", "_spec": "1.2.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Andrew Kelley", "name": "Andrew Kelley",
"email": "superjoe30@gmail.com" "email": "superjoe30@gmail.com"

7
node_modules/pify/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pify@4.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pify@4.0.1", "_from": "pify@4.0.1",
"_id": "pify@4.0.1", "_id": "pify@4.0.1",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
"_spec": "4.0.1", "_spec": "4.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pinkie-promise@2.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pinkie-promise@2.0.1", "_from": "pinkie-promise@2.0.1",
"_id": "pinkie-promise@2.0.1", "_id": "pinkie-promise@2.0.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
"_spec": "2.0.1", "_spec": "2.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Vsevolod Strukchinsky", "name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com", "email": "floatdrop@gmail.com",

7
node_modules/pinkie/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pinkie@2.0.4",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pinkie@2.0.4", "_from": "pinkie@2.0.4",
"_id": "pinkie@2.0.4", "_id": "pinkie@2.0.4",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
"_spec": "2.0.4", "_spec": "2.0.4",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Vsevolod Strukchinsky", "name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com", "email": "floatdrop@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"prepend-http@2.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "prepend-http@2.0.0", "_from": "prepend-http@2.0.0",
"_id": "prepend-http@2.0.0", "_id": "prepend-http@2.0.0",
"_inBundle": false, "_inBundle": false,
@ -27,7 +21,6 @@
], ],
"_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz",
"_spec": "2.0.0", "_spec": "2.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"process-nextick-args@2.0.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "process-nextick-args@2.0.1", "_from": "process-nextick-args@2.0.1",
"_id": "process-nextick-args@2.0.1", "_id": "process-nextick-args@2.0.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
"_spec": "2.0.1", "_spec": "2.0.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": "", "author": "",
"bugs": { "bugs": {
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues" "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"

7
node_modules/pump/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"pump@3.0.0",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "pump@3.0.0", "_from": "pump@3.0.0",
"_id": "pump@3.0.0", "_id": "pump@3.0.0",
"_inBundle": false, "_inBundle": false,
@ -28,7 +22,6 @@
], ],
"_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
"_spec": "3.0.0", "_spec": "3.0.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Mathias Buus Madsen", "name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com" "email": "mathiasbuus@gmail.com"

7
node_modules/qs/package.json generated vendored
View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"qs@6.9.3",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "qs@6.9.3", "_from": "qs@6.9.3",
"_id": "qs@6.9.3", "_id": "qs@6.9.3",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz", "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz",
"_spec": "6.9.3", "_spec": "6.9.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": { "bugs": {
"url": "https://github.com/ljharb/qs/issues" "url": "https://github.com/ljharb/qs/issues"
}, },

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"query-string@5.1.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "query-string@5.1.1", "_from": "query-string@5.1.1",
"_id": "query-string@5.1.1", "_id": "query-string@5.1.1",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", "_resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz",
"_spec": "5.1.1", "_spec": "5.1.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",

View File

@ -1,10 +1,4 @@
{ {
"_args": [
[
"safe-buffer@5.1.2",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "safe-buffer@5.1.2", "_from": "safe-buffer@5.1.2",
"_id": "safe-buffer@5.1.2", "_id": "safe-buffer@5.1.2",
"_inBundle": false, "_inBundle": false,
@ -26,7 +20,6 @@
], ],
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"_spec": "5.1.2", "_spec": "5.1.2",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": { "author": {
"name": "Feross Aboukhadijeh", "name": "Feross Aboukhadijeh",
"email": "feross@feross.org", "email": "feross@feross.org",

Some files were not shown because too many files have changed in this diff Show More