diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c84eb3b..cdc597d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 6. Compile your Typescript code: `npm run build` 7. Format your code: `npm run format` -8. Prune dependencies: `npm prune --production` -9. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-upx/compare) -10. Pat your self on the back and wait for your pull request to be reviewed and merged. +8. Install build dependencies: `npm run build-dep` +9. Prune dependencies: `npm run prune` +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: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 6403df9..d898315 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -28,8 +28,8 @@ jobs: - name: Prune prod run: | - rm -rf node_modules - npm install --production + npm run build-dep + npm run prune - name: Set up Git env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15bf4a9..970e3c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,9 +48,8 @@ jobs: - name: NPM production deps run: | - rm -rf node_modules - sed -i '/node_modules/d' .gitignore - npm install --production + npm run build-dep + npm run prune - name: Commit and push changes run: | diff --git a/.github/workflows/uncommited.yml b/.github/workflows/uncommited.yml index b291552..1c5d213 100644 --- a/.github/workflows/uncommited.yml +++ b/.github/workflows/uncommited.yml @@ -25,8 +25,8 @@ jobs: - name: Prune prod run: | - rm -rf node_modules - npm install --production + npm run build-dep + npm run prune - name: Check for uncommitted changes run: | diff --git a/node_modules/@actions/core/package.json b/node_modules/@actions/core/package.json index e8b2f63..4c5526e 100644 --- a/node_modules/@actions/core/package.json +++ b/node_modules/@actions/core/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "@actions/core@1.2.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "@actions/core@1.2.3", "_id": "@actions/core@1.2.3", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz", "_spec": "1.2.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, @@ -67,4 +60,4 @@ }, "types": "lib/core.d.ts", "version": "1.2.3" -} +} \ No newline at end of file diff --git a/node_modules/@actions/exec/package.json b/node_modules/@actions/exec/package.json index 2de3286..65d4e90 100644 --- a/node_modules/@actions/exec/package.json +++ b/node_modules/@actions/exec/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "@actions/exec@1.0.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "@actions/exec@1.0.3", "_id": "@actions/exec@1.0.3", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz", "_spec": "1.0.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, @@ -67,4 +60,4 @@ }, "types": "lib/exec.d.ts", "version": "1.0.3" -} +} \ No newline at end of file diff --git a/node_modules/@actions/http-client/package.json b/node_modules/@actions/http-client/package.json index 74caa3d..cf1549c 100644 --- a/node_modules/@actions/http-client/package.json +++ b/node_modules/@actions/http-client/package.json @@ -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", "_id": "@actions/http-client@1.0.6", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz", "_spec": "1.0.6", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "GitHub, Inc." }, @@ -63,4 +56,4 @@ "test": "jest" }, "version": "1.0.6" -} +} \ No newline at end of file diff --git a/node_modules/@actions/io/package.json b/node_modules/@actions/io/package.json index 6b4bb93..de40fb4 100644 --- a/node_modules/@actions/io/package.json +++ b/node_modules/@actions/io/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "@actions/io@1.0.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "@actions/io@1.0.2", "_id": "@actions/io@1.0.2", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz", "_spec": "1.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, @@ -64,4 +57,4 @@ }, "types": "lib/io.d.ts", "version": "1.0.2" -} +} \ No newline at end of file diff --git a/node_modules/@actions/tool-cache/package.json b/node_modules/@actions/tool-cache/package.json index 3cd6f3d..dd2058b 100644 --- a/node_modules/@actions/tool-cache/package.json +++ b/node_modules/@actions/tool-cache/package.json @@ -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", "_id": "@actions/tool-cache@1.3.3", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.3.tgz", "_spec": "1.3.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/actions/toolkit/issues" }, @@ -78,4 +71,4 @@ }, "types": "lib/tool-cache.d.ts", "version": "1.3.3" -} +} \ No newline at end of file diff --git a/node_modules/@sindresorhus/is/package.json b/node_modules/@sindresorhus/is/package.json index d5d0768..bbf0ba5 100644 --- a/node_modules/@sindresorhus/is/package.json +++ b/node_modules/@sindresorhus/is/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "@sindresorhus/is@0.7.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "@sindresorhus/is@0.7.0", "_id": "@sindresorhus/is@0.7.0", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz", "_spec": "0.7.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -95,4 +88,4 @@ }, "types": "dist/index.d.ts", "version": "0.7.0" -} +} \ No newline at end of file diff --git a/node_modules/archive-type/node_modules/file-type/package.json b/node_modules/archive-type/node_modules/file-type/package.json index f5c9d21..d34fbb7 100644 --- a/node_modules/archive-type/node_modules/file-type/package.json +++ b/node_modules/archive-type/node_modules/file-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "file-type@4.4.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "file-type@4.4.0", "_id": "file-type@4.4.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-4.4.0.tgz", "_spec": "4.4.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -139,4 +132,4 @@ "test": "xo && ava" }, "version": "4.4.0" -} +} \ No newline at end of file diff --git a/node_modules/archive-type/package.json b/node_modules/archive-type/package.json index 812f11b..377e0ea 100644 --- a/node_modules/archive-type/package.json +++ b/node_modules/archive-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "archive-type@4.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "archive-type@4.0.0", "_id": "archive-type@4.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/archive-type/-/archive-type-4.0.0.tgz", "_spec": "4.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -77,4 +70,4 @@ "test": "xo && ava" }, "version": "4.0.0" -} +} \ No newline at end of file diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json index 27413bc..d8bc9e4 100644 --- a/node_modules/base64-js/package.json +++ b/node_modules/base64-js/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "base64-js@1.3.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "base64-js@1.3.1", "_id": "base64-js@1.3.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", "_spec": "1.3.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "T. Jameson Little", "email": "t.jameson.little@gmail.com" @@ -60,4 +53,4 @@ "unit": "tape test/*.js" }, "version": "1.3.1" -} +} \ No newline at end of file diff --git a/node_modules/bl/package.json b/node_modules/bl/package.json index 0dff211..9ed0167 100644 --- a/node_modules/bl/package.json +++ b/node_modules/bl/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "bl@1.2.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "bl@1.2.2", "_id": "bl@1.2.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", "_spec": "1.2.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "authors": [ "Rod Vagg (https://github.com/rvagg)", "Matteo Collina (https://github.com/mcollina)", @@ -63,4 +56,4 @@ "test": "node test/test.js | faucet" }, "version": "1.2.2" -} +} \ No newline at end of file diff --git a/node_modules/buffer-alloc-unsafe/package.json b/node_modules/buffer-alloc-unsafe/package.json index 7d80a99..f6de5eb 100644 --- a/node_modules/buffer-alloc-unsafe/package.json +++ b/node_modules/buffer-alloc-unsafe/package.json @@ -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", "_id": "buffer-alloc-unsafe@1.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues" }, @@ -57,4 +50,4 @@ "test": "standard && node test" }, "version": "1.1.0" -} +} \ No newline at end of file diff --git a/node_modules/buffer-alloc/package.json b/node_modules/buffer-alloc/package.json index dc85382..619ad1b 100644 --- a/node_modules/buffer-alloc/package.json +++ b/node_modules/buffer-alloc/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "buffer-alloc@1.2.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "buffer-alloc@1.2.0", "_id": "buffer-alloc@1.2.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "_spec": "1.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/LinusU/buffer-alloc/issues" }, @@ -59,4 +52,4 @@ "test": "standard && node test" }, "version": "1.2.0" -} +} \ No newline at end of file diff --git a/node_modules/buffer-crc32/package.json b/node_modules/buffer-crc32/package.json index daecc7c..42d3bf1 100644 --- a/node_modules/buffer-crc32/package.json +++ b/node_modules/buffer-crc32/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "buffer-crc32@0.2.13", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "buffer-crc32@0.2.13", "_id": "buffer-crc32@0.2.13", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "_spec": "0.2.13", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Brian J. Brennan", "email": "brianloveswords@gmail.com" @@ -69,4 +62,4 @@ "test": "tap tests/*.test.js" }, "version": "0.2.13" -} +} \ No newline at end of file diff --git a/node_modules/buffer-fill/package.json b/node_modules/buffer-fill/package.json index 9afab58..38da3e7 100644 --- a/node_modules/buffer-fill/package.json +++ b/node_modules/buffer-fill/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "buffer-fill@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "buffer-fill@1.0.0", "_id": "buffer-fill@1.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/LinusU/buffer-fill/issues" }, @@ -49,4 +42,4 @@ "test": "standard && node test" }, "version": "1.0.0" -} +} \ No newline at end of file diff --git a/node_modules/buffer/package.json b/node_modules/buffer/package.json index 6845e58..4bb24ab 100644 --- a/node_modules/buffer/package.json +++ b/node_modules/buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "buffer@5.5.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "buffer@5.5.0", "_id": "buffer@5.5.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.5.0.tgz", "_spec": "5.5.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -113,4 +106,4 @@ }, "types": "index.d.ts", "version": "5.5.0" -} +} \ No newline at end of file diff --git a/node_modules/cacheable-request/node_modules/get-stream/package.json b/node_modules/cacheable-request/node_modules/get-stream/package.json index 963d727..4eb415d 100644 --- a/node_modules/cacheable-request/node_modules/get-stream/package.json +++ b/node_modules/cacheable-request/node_modules/get-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "get-stream@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "get-stream@3.0.0", "_id": "get-stream@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -80,4 +73,4 @@ "xo": { "esnext": true } -} +} \ No newline at end of file diff --git a/node_modules/cacheable-request/node_modules/lowercase-keys/package.json b/node_modules/cacheable-request/node_modules/lowercase-keys/package.json index bee9e97..9a77621 100644 --- a/node_modules/cacheable-request/node_modules/lowercase-keys/package.json +++ b/node_modules/cacheable-request/node_modules/lowercase-keys/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "lowercase-keys@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "lowercase-keys@1.0.0", "_id": "lowercase-keys@1.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -67,4 +60,4 @@ "test": "node test.js" }, "version": "1.0.0" -} +} \ No newline at end of file diff --git a/node_modules/cacheable-request/package.json b/node_modules/cacheable-request/package.json index d2fd6bd..a2d932e 100644 --- a/node_modules/cacheable-request/package.json +++ b/node_modules/cacheable-request/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "cacheable-request@2.1.4", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "cacheable-request@2.1.4", "_id": "cacheable-request@2.1.4", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz", "_spec": "2.1.4", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Luke Childs", "email": "lukechilds123@gmail.com", @@ -86,4 +79,4 @@ "xo": { "extends": "xo-lukechilds" } -} +} \ No newline at end of file diff --git a/node_modules/clone-response/package.json b/node_modules/clone-response/package.json index 04a3a26..31bf77f 100644 --- a/node_modules/clone-response/package.json +++ b/node_modules/clone-response/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "clone-response@1.0.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "clone-response@1.0.2", "_id": "clone-response@1.0.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", "_spec": "1.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Luke Childs", "email": "lukechilds123@gmail.com", @@ -73,4 +66,4 @@ "xo": { "extends": "xo-lukechilds" } -} +} \ No newline at end of file diff --git a/node_modules/commander/package.json b/node_modules/commander/package.json index ad1bdfc..76820d9 100644 --- a/node_modules/commander/package.json +++ b/node_modules/commander/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "commander@2.8.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "commander@2.8.1", "_id": "commander@2.8.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", "_spec": "2.8.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" @@ -65,4 +58,4 @@ "test": "make test" }, "version": "2.8.1" -} +} \ No newline at end of file diff --git a/node_modules/content-disposition/node_modules/safe-buffer/package.json b/node_modules/content-disposition/node_modules/safe-buffer/package.json index 4b2d7d9..2129ac3 100644 --- a/node_modules/content-disposition/node_modules/safe-buffer/package.json +++ b/node_modules/content-disposition/node_modules/safe-buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "safe-buffer@5.1.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "safe-buffer@5.1.2", "_id": "safe-buffer@5.1.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "_spec": "5.1.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -62,4 +55,4 @@ }, "types": "index.d.ts", "version": "5.1.2" -} +} \ No newline at end of file diff --git a/node_modules/content-disposition/package.json b/node_modules/content-disposition/package.json index 832b83e..152d127 100644 --- a/node_modules/content-disposition/package.json +++ b/node_modules/content-disposition/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "content-disposition@0.5.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "content-disposition@0.5.3", "_id": "content-disposition@0.5.3", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", "_spec": "0.5.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" @@ -79,4 +72,4 @@ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "version": "0.5.3" -} +} \ No newline at end of file diff --git a/node_modules/core-util-is/package.json b/node_modules/core-util-is/package.json index 9cc744e..05338e2 100644 --- a/node_modules/core-util-is/package.json +++ b/node_modules/core-util-is/package.json @@ -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", "_id": "core-util-is@1.0.2", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "_spec": "1.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", @@ -63,4 +56,4 @@ "test": "tap test.js" }, "version": "1.0.2" -} +} \ No newline at end of file diff --git a/node_modules/decode-uri-component/package.json b/node_modules/decode-uri-component/package.json index a86b2ab..e7e932d 100644 --- a/node_modules/decode-uri-component/package.json +++ b/node_modules/decode-uri-component/package.json @@ -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", "_id": "decode-uri-component@0.2.0", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "_spec": "0.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sam Verschueren", "email": "sam.verschueren@gmail.com", @@ -70,4 +63,4 @@ "test": "xo && nyc ava" }, "version": "0.2.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-response/package.json b/node_modules/decompress-response/package.json index e696310..35d9d4b 100644 --- a/node_modules/decompress-response/package.json +++ b/node_modules/decompress-response/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "decompress-response@3.3.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "decompress-response@3.3.0", "_id": "decompress-response@3.3.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", "_spec": "3.3.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/sindresorhus/decompress-response/issues" }, @@ -85,4 +78,4 @@ "test": "xo && ava" }, "version": "3.3.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-tar/node_modules/file-type/package.json b/node_modules/decompress-tar/node_modules/file-type/package.json index 953ecde..8b07d35 100644 --- a/node_modules/decompress-tar/node_modules/file-type/package.json +++ b/node_modules/decompress-tar/node_modules/file-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "file-type@5.2.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "file-type@5.2.0", "_id": "file-type@5.2.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz", "_spec": "5.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -141,4 +134,4 @@ "test": "xo && ava" }, "version": "5.2.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-tar/package.json b/node_modules/decompress-tar/package.json index 9a6585c..c4c0f6f 100644 --- a/node_modules/decompress-tar/package.json +++ b/node_modules/decompress-tar/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "decompress-tar@4.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "decompress-tar@4.1.1", "_id": "decompress-tar@4.1.1", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz", "_spec": "4.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -72,4 +65,4 @@ "test": "xo && ava" }, "version": "4.1.1" -} +} \ No newline at end of file diff --git a/node_modules/decompress-tarbz2/node_modules/file-type/package.json b/node_modules/decompress-tarbz2/node_modules/file-type/package.json index 7815e42..9a0c552 100644 --- a/node_modules/decompress-tarbz2/node_modules/file-type/package.json +++ b/node_modules/decompress-tarbz2/node_modules/file-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "file-type@6.2.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "file-type@6.2.0", "_id": "file-type@6.2.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-6.2.0.tgz", "_spec": "6.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -142,4 +135,4 @@ "test": "xo && ava" }, "version": "6.2.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-tarbz2/package.json b/node_modules/decompress-tarbz2/package.json index e8d64ea..043c135 100644 --- a/node_modules/decompress-tarbz2/package.json +++ b/node_modules/decompress-tarbz2/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "decompress-tarbz2@4.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "decompress-tarbz2@4.1.1", "_id": "decompress-tarbz2@4.1.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz", "_spec": "4.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -74,4 +67,4 @@ "test": "xo && ava" }, "version": "4.1.1" -} +} \ No newline at end of file diff --git a/node_modules/decompress-targz/node_modules/file-type/package.json b/node_modules/decompress-targz/node_modules/file-type/package.json index 7b77768..c0b635e 100644 --- a/node_modules/decompress-targz/node_modules/file-type/package.json +++ b/node_modules/decompress-targz/node_modules/file-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "file-type@5.2.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "file-type@5.2.0", "_id": "file-type@5.2.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-5.2.0.tgz", "_spec": "5.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -141,4 +134,4 @@ "test": "xo && ava" }, "version": "5.2.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-targz/package.json b/node_modules/decompress-targz/package.json index 01fdc52..2b481f7 100644 --- a/node_modules/decompress-targz/package.json +++ b/node_modules/decompress-targz/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "decompress-targz@4.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "decompress-targz@4.1.1", "_id": "decompress-targz@4.1.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/decompress-targz/-/decompress-targz-4.1.1.tgz", "_spec": "4.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -71,4 +64,4 @@ "test": "xo && ava" }, "version": "4.1.1" -} +} \ No newline at end of file diff --git a/node_modules/decompress-unzip/node_modules/file-type/package.json b/node_modules/decompress-unzip/node_modules/file-type/package.json index 9471e92..a836818 100644 --- a/node_modules/decompress-unzip/node_modules/file-type/package.json +++ b/node_modules/decompress-unzip/node_modules/file-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "file-type@3.9.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "file-type@3.9.0", "_id": "file-type@3.9.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-3.9.0.tgz", "_spec": "3.9.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -135,4 +128,4 @@ "test": "xo && ava" }, "version": "3.9.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-unzip/node_modules/get-stream/package.json b/node_modules/decompress-unzip/node_modules/get-stream/package.json index 72fddc5..5b2f193 100644 --- a/node_modules/decompress-unzip/node_modules/get-stream/package.json +++ b/node_modules/decompress-unzip/node_modules/get-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "get-stream@2.3.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "get-stream@2.3.1", "_id": "get-stream@2.3.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-2.3.1.tgz", "_spec": "2.3.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -81,4 +74,4 @@ "test": "xo && ava" }, "version": "2.3.1" -} +} \ No newline at end of file diff --git a/node_modules/decompress-unzip/node_modules/pify/package.json b/node_modules/decompress-unzip/node_modules/pify/package.json index 3138fbc..d799218 100644 --- a/node_modules/decompress-unzip/node_modules/pify/package.json +++ b/node_modules/decompress-unzip/node_modules/pify/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pify@2.3.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pify@2.3.0", "_id": "pify@2.3.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_spec": "2.3.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -80,4 +73,4 @@ "test": "xo && ava && npm run optimization-test" }, "version": "2.3.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress-unzip/package.json b/node_modules/decompress-unzip/package.json index d4004f8..c56788a 100644 --- a/node_modules/decompress-unzip/package.json +++ b/node_modules/decompress-unzip/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "decompress-unzip@4.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "decompress-unzip@4.0.1", "_id": "decompress-unzip@4.0.1", "_inBundle": false, @@ -29,7 +23,6 @@ ], "_resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz", "_spec": "4.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -76,4 +69,4 @@ "xo": { "esnext": true } -} +} \ No newline at end of file diff --git a/node_modules/decompress/node_modules/make-dir/node_modules/pify/package.json b/node_modules/decompress/node_modules/make-dir/node_modules/pify/package.json index edfe4f0..6423dbd 100644 --- a/node_modules/decompress/node_modules/make-dir/node_modules/pify/package.json +++ b/node_modules/decompress/node_modules/make-dir/node_modules/pify/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pify@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pify@3.0.0", "_id": "pify@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -83,4 +76,4 @@ "test": "xo && ava && npm run optimization-test" }, "version": "3.0.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress/node_modules/make-dir/package.json b/node_modules/decompress/node_modules/make-dir/package.json index bee867e..670d775 100644 --- a/node_modules/decompress/node_modules/make-dir/package.json +++ b/node_modules/decompress/node_modules/make-dir/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "make-dir@1.3.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "make-dir@1.3.0", "_id": "make-dir@1.3.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", "_spec": "1.3.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -86,4 +79,4 @@ "test": "xo && nyc ava" }, "version": "1.3.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress/node_modules/pify/package.json b/node_modules/decompress/node_modules/pify/package.json index fcd614f..c898026 100644 --- a/node_modules/decompress/node_modules/pify/package.json +++ b/node_modules/decompress/node_modules/pify/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pify@2.3.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pify@2.3.0", "_id": "pify@2.3.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_spec": "2.3.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -80,4 +73,4 @@ "test": "xo && ava && npm run optimization-test" }, "version": "2.3.0" -} +} \ No newline at end of file diff --git a/node_modules/decompress/package.json b/node_modules/decompress/package.json index a6abf07..fc86f63 100644 --- a/node_modules/decompress/package.json +++ b/node_modules/decompress/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "decompress@4.2.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "decompress@4.2.1", "_id": "decompress@4.2.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz", "_spec": "4.2.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -93,4 +86,4 @@ "promise/prefer-await-to-then": "off" } } -} +} \ No newline at end of file diff --git a/node_modules/download/package.json b/node_modules/download/package.json index e3a2c3d..5bdc955 100644 --- a/node_modules/download/package.json +++ b/node_modules/download/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "download@8.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "download@8.0.0", "_id": "download@8.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/download/-/download-8.0.0.tgz", "_spec": "8.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -82,4 +75,4 @@ "test": "xo && ava" }, "version": "8.0.0" -} +} \ No newline at end of file diff --git a/node_modules/duplexer3/package.json b/node_modules/duplexer3/package.json index 23aae7e..b432c65 100644 --- a/node_modules/duplexer3/package.json +++ b/node_modules/duplexer3/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "duplexer3@0.1.4", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "duplexer3@0.1.4", "_id": "duplexer3@0.1.4", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "_spec": "0.1.4", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Conrad Pankoff", "email": "deoxxa@fknsrs.biz", @@ -64,4 +57,4 @@ "test": "mocha -R tap" }, "version": "0.1.4" -} +} \ No newline at end of file diff --git a/node_modules/end-of-stream/package.json b/node_modules/end-of-stream/package.json index 8bc67cd..f151968 100644 --- a/node_modules/end-of-stream/package.json +++ b/node_modules/end-of-stream/package.json @@ -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", "_id": "end-of-stream@1.4.1", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", "_spec": "1.4.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Mathias Buus", "email": "mathiasbuus@gmail.com" @@ -63,4 +56,4 @@ "test": "node test.js" }, "version": "1.4.1" -} +} \ No newline at end of file diff --git a/node_modules/escape-string-regexp/package.json b/node_modules/escape-string-regexp/package.json index b061b44..30c8afc 100644 --- a/node_modules/escape-string-regexp/package.json +++ b/node_modules/escape-string-regexp/package.json @@ -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", "_id": "escape-string-regexp@1.0.5", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "_spec": "1.0.5", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -83,4 +76,4 @@ "test": "xo && ava" }, "version": "1.0.5" -} +} \ No newline at end of file diff --git a/node_modules/ext-list/package.json b/node_modules/ext-list/package.json index 67ba7a8..9058dc5 100644 --- a/node_modules/ext-list/package.json +++ b/node_modules/ext-list/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "ext-list@2.2.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "ext-list@2.2.2", "_id": "ext-list@2.2.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz", "_spec": "2.2.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -64,4 +57,4 @@ "test": "xo && ava" }, "version": "2.2.2" -} +} \ No newline at end of file diff --git a/node_modules/ext-name/package.json b/node_modules/ext-name/package.json index ac8589a..38d34e5 100644 --- a/node_modules/ext-name/package.json +++ b/node_modules/ext-name/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "ext-name@5.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "ext-name@5.0.0", "_id": "ext-name@5.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz", "_spec": "5.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -66,4 +59,4 @@ "test": "xo && ava" }, "version": "5.0.0" -} +} \ No newline at end of file diff --git a/node_modules/fd-slicer/package.json b/node_modules/fd-slicer/package.json index edab99c..fe9f18e 100644 --- a/node_modules/fd-slicer/package.json +++ b/node_modules/fd-slicer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "fd-slicer@1.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "fd-slicer@1.1.0", "_id": "fd-slicer@1.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Andrew Kelley", "email": "superjoe30@gmail.com" @@ -65,4 +58,4 @@ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js" }, "version": "1.1.0" -} +} \ No newline at end of file diff --git a/node_modules/file-type/package.json b/node_modules/file-type/package.json index ab4d8db..c3895a9 100644 --- a/node_modules/file-type/package.json +++ b/node_modules/file-type/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "file-type@11.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "file-type@11.1.0", "_id": "file-type@11.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/file-type/-/file-type-11.1.0.tgz", "_spec": "11.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -181,4 +174,4 @@ "test": "xo && ava && tsd" }, "version": "11.1.0" -} +} \ No newline at end of file diff --git a/node_modules/filename-reserved-regex/package.json b/node_modules/filename-reserved-regex/package.json index e8847b6..e4708f2 100644 --- a/node_modules/filename-reserved-regex/package.json +++ b/node_modules/filename-reserved-regex/package.json @@ -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", "_id": "filename-reserved-regex@2.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", "_spec": "2.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -68,4 +61,4 @@ "xo": { "esnext": true } -} +} \ No newline at end of file diff --git a/node_modules/filenamify/package.json b/node_modules/filenamify/package.json index c2fbc91..3a8fff5 100644 --- a/node_modules/filenamify/package.json +++ b/node_modules/filenamify/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "filenamify@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "filenamify@3.0.0", "_id": "filenamify@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -77,4 +70,4 @@ "test": "xo && ava && tsd-check" }, "version": "3.0.0" -} +} \ No newline at end of file diff --git a/node_modules/from2/package.json b/node_modules/from2/package.json index 445c2f0..3ea0598 100644 --- a/node_modules/from2/package.json +++ b/node_modules/from2/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "from2@2.3.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "from2@2.3.0", "_id": "from2@2.3.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", "_spec": "2.3.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Hugh Kennedy", "email": "hughskennedy@gmail.com", @@ -69,4 +62,4 @@ "test": "node test" }, "version": "2.3.0" -} +} \ No newline at end of file diff --git a/node_modules/fs-constants/package.json b/node_modules/fs-constants/package.json index 744d331..4872768 100644 --- a/node_modules/fs-constants/package.json +++ b/node_modules/fs-constants/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "fs-constants@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "fs-constants@1.0.0", "_id": "fs-constants@1.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Mathias Buus", "url": "@mafintosh" @@ -47,4 +40,4 @@ "url": "git+https://github.com/mafintosh/fs-constants.git" }, "version": "1.0.0" -} +} \ No newline at end of file diff --git a/node_modules/get-stream/package.json b/node_modules/get-stream/package.json index f6ffa75..c7b42a7 100644 --- a/node_modules/get-stream/package.json +++ b/node_modules/get-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "get-stream@4.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "get-stream@4.1.0", "_id": "get-stream@4.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "_spec": "4.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -78,4 +71,4 @@ "test": "xo && ava" }, "version": "4.1.0" -} +} \ No newline at end of file diff --git a/node_modules/got/node_modules/get-stream/package.json b/node_modules/got/node_modules/get-stream/package.json index d3af236..702d389 100644 --- a/node_modules/got/node_modules/get-stream/package.json +++ b/node_modules/got/node_modules/get-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "get-stream@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "get-stream@3.0.0", "_id": "get-stream@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -80,4 +73,4 @@ "xo": { "esnext": true } -} +} \ No newline at end of file diff --git a/node_modules/got/node_modules/pify/package.json b/node_modules/got/node_modules/pify/package.json index 748dcb7..bf03fdf 100644 --- a/node_modules/got/node_modules/pify/package.json +++ b/node_modules/got/node_modules/pify/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pify@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pify@3.0.0", "_id": "pify@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -83,4 +76,4 @@ "test": "xo && ava && npm run optimization-test" }, "version": "3.0.0" -} +} \ No newline at end of file diff --git a/node_modules/got/package.json b/node_modules/got/package.json index 71ddb61..0a64059 100644 --- a/node_modules/got/package.json +++ b/node_modules/got/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "got@8.3.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "got@8.3.2", "_id": "got@8.3.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz", "_spec": "8.3.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "ava": { "concurrency": 4 }, @@ -127,4 +120,4 @@ "test": "xo && nyc ava" }, "version": "8.3.2" -} +} \ No newline at end of file diff --git a/node_modules/graceful-fs/package.json b/node_modules/graceful-fs/package.json index f4055d8..0088eed 100644 --- a/node_modules/graceful-fs/package.json +++ b/node_modules/graceful-fs/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "graceful-fs@4.2.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "graceful-fs@4.2.3", "_id": "graceful-fs@4.2.3", "_inBundle": false, @@ -35,7 +29,6 @@ ], "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", "_spec": "4.2.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/isaacs/node-graceful-fs/issues" }, @@ -88,4 +81,4 @@ "test": "node test.js | tap -" }, "version": "4.2.3" -} +} \ No newline at end of file diff --git a/node_modules/graceful-readlink/package.json b/node_modules/graceful-readlink/package.json index 52708d9..bc20eb0 100644 --- a/node_modules/graceful-readlink/package.json +++ b/node_modules/graceful-readlink/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "graceful-readlink@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "graceful-readlink@1.0.1", "_id": "graceful-readlink@1.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "zhiyelee" }, @@ -50,4 +43,4 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/has-symbol-support-x/package.json b/node_modules/has-symbol-support-x/package.json index a494eaa..4e0bae9 100644 --- a/node_modules/has-symbol-support-x/package.json +++ b/node_modules/has-symbol-support-x/package.json @@ -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", "_id": "has-symbol-support-x@1.4.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz", "_spec": "1.4.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Graham Fairweather", "email": "xotic750@gmail.com" @@ -111,4 +104,4 @@ "uglify": "uglifyjs lib/has-symbol-support-x.js -o lib/has-symbol-support-x.min.js --config-file .uglifyjsrc.json" }, "version": "1.4.2" -} +} \ No newline at end of file diff --git a/node_modules/has-to-string-tag-x/package.json b/node_modules/has-to-string-tag-x/package.json index c7f09dd..43dc179 100644 --- a/node_modules/has-to-string-tag-x/package.json +++ b/node_modules/has-to-string-tag-x/package.json @@ -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", "_id": "has-to-string-tag-x@1.4.1", "_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", "_spec": "1.4.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Graham Fairweather", "email": "xotic750@gmail.com" @@ -112,4 +105,4 @@ "uglify": "uglifyjs lib/has-to-string-tag-x.js -o lib/has-to-string-tag-x.min.js --config-file .uglifyjsrc.json" }, "version": "1.4.1" -} +} \ No newline at end of file diff --git a/node_modules/http-cache-semantics/package.json b/node_modules/http-cache-semantics/package.json index a1c1ee8..ae74cc8 100644 --- a/node_modules/http-cache-semantics/package.json +++ b/node_modules/http-cache-semantics/package.json @@ -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", "_id": "http-cache-semantics@3.8.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", "_spec": "3.8.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kornel Lesiński", "email": "kornel@geekhood.net", @@ -58,4 +51,4 @@ "test": "npm run compile; mocha node4/test" }, "version": "3.8.1" -} +} \ No newline at end of file diff --git a/node_modules/ieee754/package.json b/node_modules/ieee754/package.json index ebe1920..a1e7fdf 100644 --- a/node_modules/ieee754/package.json +++ b/node_modules/ieee754/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "ieee754@1.1.13", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "ieee754@1.1.13", "_id": "ieee754@1.1.13", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", "_spec": "1.1.13", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -69,4 +62,4 @@ "test-node": "tape test/*.js" }, "version": "1.1.13" -} +} \ No newline at end of file diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json index 490fceb..3868ee7 100644 --- a/node_modules/inherits/package.json +++ b/node_modules/inherits/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "inherits@2.0.4", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "inherits@2.0.4", "_id": "inherits@2.0.4", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "_spec": "2.0.4", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "browser": "./inherits_browser.js", "bugs": { "url": "https://github.com/isaacs/inherits/issues" @@ -63,4 +56,4 @@ "test": "tap" }, "version": "2.0.4" -} +} \ No newline at end of file diff --git a/node_modules/into-stream/package.json b/node_modules/into-stream/package.json index 3b26c84..1ef2fd9 100644 --- a/node_modules/into-stream/package.json +++ b/node_modules/into-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "into-stream@3.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "into-stream@3.1.0", "_id": "into-stream@3.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", "_spec": "3.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -82,4 +75,4 @@ "test": "xo && ava" }, "version": "3.1.0" -} +} \ No newline at end of file diff --git a/node_modules/is-natural-number/package.json b/node_modules/is-natural-number/package.json index 589d1b0..f32c1dc 100644 --- a/node_modules/is-natural-number/package.json +++ b/node_modules/is-natural-number/package.json @@ -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", "_id": "is-natural-number@4.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz", "_spec": "4.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" @@ -74,4 +67,4 @@ "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot" }, "version": "4.0.1" -} +} \ No newline at end of file diff --git a/node_modules/is-object/package.json b/node_modules/is-object/package.json index 0802ba7..1e20dda 100644 --- a/node_modules/is-object/package.json +++ b/node_modules/is-object/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "is-object@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "is-object@1.0.1", "_id": "is-object@1.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Raynos", "email": "raynos2@gmail.com" @@ -90,4 +83,4 @@ ] }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/is-plain-obj/package.json b/node_modules/is-plain-obj/package.json index 0c40636..4360c76 100644 --- a/node_modules/is-plain-obj/package.json +++ b/node_modules/is-plain-obj/package.json @@ -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", "_id": "is-plain-obj@1.1.0", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -69,4 +62,4 @@ "test": "node test.js" }, "version": "1.1.0" -} +} \ No newline at end of file diff --git a/node_modules/is-retry-allowed/package.json b/node_modules/is-retry-allowed/package.json index c384e60..4d57c7d 100644 --- a/node_modules/is-retry-allowed/package.json +++ b/node_modules/is-retry-allowed/package.json @@ -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", "_id": "is-retry-allowed@1.2.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", "_spec": "1.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", @@ -59,4 +52,4 @@ "test": "xo && ava" }, "version": "1.2.0" -} +} \ No newline at end of file diff --git a/node_modules/is-stream/package.json b/node_modules/is-stream/package.json index 9566a69..8b4d752 100644 --- a/node_modules/is-stream/package.json +++ b/node_modules/is-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "is-stream@1.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "is-stream@1.1.0", "_id": "is-stream@1.1.0", "_inBundle": false, @@ -29,7 +23,6 @@ ], "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -73,4 +66,4 @@ "test": "xo && ava" }, "version": "1.1.0" -} +} \ No newline at end of file diff --git a/node_modules/isarray/package.json b/node_modules/isarray/package.json index b81878c..be36b48 100644 --- a/node_modules/isarray/package.json +++ b/node_modules/isarray/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "isarray@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "isarray@1.0.0", "_id": "isarray@1.0.0", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", @@ -74,4 +67,4 @@ ] }, "version": "1.0.0" -} +} \ No newline at end of file diff --git a/node_modules/isurl/package.json b/node_modules/isurl/package.json index 6a0e29b..7f7036e 100644 --- a/node_modules/isurl/package.json +++ b/node_modules/isurl/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "isurl@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "isurl@1.0.0", "_id": "isurl@1.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Steven Vachon", "email": "contact@svachon.com", @@ -68,4 +61,4 @@ "test": "mocha test --check-leaks --bail" }, "version": "1.0.0" -} +} \ No newline at end of file diff --git a/node_modules/json-buffer/package.json b/node_modules/json-buffer/package.json index ad3c180..bacdc35 100644 --- a/node_modules/json-buffer/package.json +++ b/node_modules/json-buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "json-buffer@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "json-buffer@3.0.0", "_id": "json-buffer@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Dominic Tarr", "email": "dominic.tarr@gmail.com", @@ -66,4 +59,4 @@ ] }, "version": "3.0.0" -} +} \ No newline at end of file diff --git a/node_modules/keyv/package.json b/node_modules/keyv/package.json index a5af9c4..8ab0c58 100644 --- a/node_modules/keyv/package.json +++ b/node_modules/keyv/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "keyv@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "keyv@3.0.0", "_id": "keyv@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Luke Childs", "email": "lukechilds123@gmail.com", @@ -78,4 +71,4 @@ "xo": { "extends": "xo-lukechilds" } -} +} \ No newline at end of file diff --git a/node_modules/lowercase-keys/package.json b/node_modules/lowercase-keys/package.json index b61bd78..372f9f5 100644 --- a/node_modules/lowercase-keys/package.json +++ b/node_modules/lowercase-keys/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "lowercase-keys@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "lowercase-keys@1.0.1", "_id": "lowercase-keys@1.0.1", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -68,4 +61,4 @@ "test": "ava" }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/make-dir/node_modules/semver/package.json b/node_modules/make-dir/node_modules/semver/package.json index 89df38c..db56d0d 100644 --- a/node_modules/make-dir/node_modules/semver/package.json +++ b/node_modules/make-dir/node_modules/semver/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "semver@5.7.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "semver@5.7.1", "_id": "semver@5.7.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "_spec": "5.7.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bin": { "semver": "bin/semver" }, @@ -60,4 +53,4 @@ "check-coverage": true }, "version": "5.7.1" -} +} \ No newline at end of file diff --git a/node_modules/make-dir/package.json b/node_modules/make-dir/package.json index b62d460..f2edff6 100644 --- a/node_modules/make-dir/package.json +++ b/node_modules/make-dir/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "make-dir@2.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "make-dir@2.1.0", "_id": "make-dir@2.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "_spec": "2.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -91,4 +84,4 @@ "test": "xo && nyc ava && tsd-check" }, "version": "2.1.0" -} +} \ No newline at end of file diff --git a/node_modules/mime-db/package.json b/node_modules/mime-db/package.json index 2474d4e..e0cf8ae 100644 --- a/node_modules/mime-db/package.json +++ b/node_modules/mime-db/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "mime-db@1.43.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "mime-db@1.43.0", "_id": "mime-db@1.43.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", "_spec": "1.43.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/jshttp/mime-db/issues" }, @@ -101,4 +94,4 @@ "version": "node scripts/version-history.js && git add HISTORY.md" }, "version": "1.43.0" -} +} \ No newline at end of file diff --git a/node_modules/mimic-response/package.json b/node_modules/mimic-response/package.json index 837ffa2..f4ea1e7 100644 --- a/node_modules/mimic-response/package.json +++ b/node_modules/mimic-response/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "mimic-response@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "mimic-response@1.0.1", "_id": "mimic-response@1.0.1", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -71,4 +64,4 @@ "test": "xo && ava" }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/normalize-url/node_modules/sort-keys/package.json b/node_modules/normalize-url/node_modules/sort-keys/package.json index 9574df8..d486eb6 100644 --- a/node_modules/normalize-url/node_modules/sort-keys/package.json +++ b/node_modules/normalize-url/node_modules/sort-keys/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "sort-keys@2.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "sort-keys@2.0.0", "_id": "sort-keys@2.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz", "_spec": "2.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -72,4 +65,4 @@ "test": "xo && ava" }, "version": "2.0.0" -} +} \ No newline at end of file diff --git a/node_modules/normalize-url/package.json b/node_modules/normalize-url/package.json index cb9cea8..afb5610 100644 --- a/node_modules/normalize-url/package.json +++ b/node_modules/normalize-url/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "normalize-url@2.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "normalize-url@2.0.1", "_id": "normalize-url@2.0.1", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz", "_spec": "2.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -80,4 +73,4 @@ "test": "xo && ava" }, "version": "2.0.1" -} +} \ No newline at end of file diff --git a/node_modules/object-assign/package.json b/node_modules/object-assign/package.json index 06ed270..13254f1 100644 --- a/node_modules/object-assign/package.json +++ b/node_modules/object-assign/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "object-assign@4.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "object-assign@4.1.1", "_id": "object-assign@4.1.1", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "_spec": "4.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -75,4 +68,4 @@ "test": "xo && ava" }, "version": "4.1.1" -} +} \ No newline at end of file diff --git a/node_modules/once/package.json b/node_modules/once/package.json index ec17be4..8039b68 100644 --- a/node_modules/once/package.json +++ b/node_modules/once/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "once@1.4.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "once@1.4.0", "_id": "once@1.4.0", "_inBundle": false, @@ -29,7 +23,6 @@ ], "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "_spec": "1.4.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", @@ -69,4 +62,4 @@ "test": "tap test/*.js" }, "version": "1.4.0" -} +} \ No newline at end of file diff --git a/node_modules/p-cancelable/package.json b/node_modules/p-cancelable/package.json index 3aa046e..4774405 100644 --- a/node_modules/p-cancelable/package.json +++ b/node_modules/p-cancelable/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "p-cancelable@0.4.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "p-cancelable@0.4.1", "_id": "p-cancelable@0.4.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz", "_spec": "0.4.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -79,4 +72,4 @@ "test": "xo && ava" }, "version": "0.4.1" -} +} \ No newline at end of file diff --git a/node_modules/p-event/package.json b/node_modules/p-event/package.json index 88e1993..fe12799 100644 --- a/node_modules/p-event/package.json +++ b/node_modules/p-event/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "p-event@2.3.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "p-event@2.3.1", "_id": "p-event@2.3.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/p-event/-/p-event-2.3.1.tgz", "_spec": "2.3.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -84,4 +77,4 @@ "test": "xo && ava" }, "version": "2.3.1" -} +} \ No newline at end of file diff --git a/node_modules/p-finally/package.json b/node_modules/p-finally/package.json index 510068f..f519218 100644 --- a/node_modules/p-finally/package.json +++ b/node_modules/p-finally/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "p-finally@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "p-finally@1.0.0", "_id": "p-finally@1.0.0", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -75,4 +68,4 @@ "xo": { "esnext": true } -} +} \ No newline at end of file diff --git a/node_modules/p-is-promise/package.json b/node_modules/p-is-promise/package.json index bbf3f03..590fbcc 100644 --- a/node_modules/p-is-promise/package.json +++ b/node_modules/p-is-promise/package.json @@ -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", "_id": "p-is-promise@1.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -75,4 +68,4 @@ "xo": { "esnext": true } -} +} \ No newline at end of file diff --git a/node_modules/p-timeout/package.json b/node_modules/p-timeout/package.json index a47161f..abcc6eb 100644 --- a/node_modules/p-timeout/package.json +++ b/node_modules/p-timeout/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "p-timeout@2.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "p-timeout@2.0.1", "_id": "p-timeout@2.0.1", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz", "_spec": "2.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -76,4 +69,4 @@ "test": "xo && ava" }, "version": "2.0.1" -} +} \ No newline at end of file diff --git a/node_modules/pend/package.json b/node_modules/pend/package.json index 809e44e..5d4694a 100644 --- a/node_modules/pend/package.json +++ b/node_modules/pend/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pend@1.2.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pend@1.2.0", "_id": "pend@1.2.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "_spec": "1.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Andrew Kelley", "email": "superjoe30@gmail.com" @@ -47,4 +40,4 @@ "test": "node test.js" }, "version": "1.2.0" -} +} \ No newline at end of file diff --git a/node_modules/pify/package.json b/node_modules/pify/package.json index c06ad70..1446d77 100644 --- a/node_modules/pify/package.json +++ b/node_modules/pify/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pify@4.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pify@4.0.1", "_id": "pify@4.0.1", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "_spec": "4.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -84,4 +77,4 @@ "test": "xo && ava" }, "version": "4.0.1" -} +} \ No newline at end of file diff --git a/node_modules/pinkie-promise/package.json b/node_modules/pinkie-promise/package.json index 5f8735f..41ccdbf 100644 --- a/node_modules/pinkie-promise/package.json +++ b/node_modules/pinkie-promise/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pinkie-promise@2.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pinkie-promise@2.0.1", "_id": "pinkie-promise@2.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", "_spec": "2.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", @@ -67,4 +60,4 @@ "test": "mocha" }, "version": "2.0.1" -} +} \ No newline at end of file diff --git a/node_modules/pinkie/package.json b/node_modules/pinkie/package.json index b6521db..acf6b21 100644 --- a/node_modules/pinkie/package.json +++ b/node_modules/pinkie/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pinkie@2.0.4", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pinkie@2.0.4", "_id": "pinkie@2.0.4", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", "_spec": "2.0.4", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", @@ -68,4 +61,4 @@ "test": "xo && nyc mocha" }, "version": "2.0.4" -} +} \ No newline at end of file diff --git a/node_modules/prepend-http/package.json b/node_modules/prepend-http/package.json index 18dcb6a..1b4c5e8 100644 --- a/node_modules/prepend-http/package.json +++ b/node_modules/prepend-http/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "prepend-http@2.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "prepend-http@2.0.0", "_id": "prepend-http@2.0.0", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", "_spec": "2.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -68,4 +61,4 @@ "test": "xo && ava" }, "version": "2.0.0" -} +} \ No newline at end of file diff --git a/node_modules/process-nextick-args/package.json b/node_modules/process-nextick-args/package.json index fb5812a..dd6dccc 100644 --- a/node_modules/process-nextick-args/package.json +++ b/node_modules/process-nextick-args/package.json @@ -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", "_id": "process-nextick-args@2.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "_spec": "2.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": "", "bugs": { "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" @@ -50,4 +43,4 @@ "test": "node test.js" }, "version": "2.0.1" -} +} \ No newline at end of file diff --git a/node_modules/pump/package.json b/node_modules/pump/package.json index 51a596b..9bce498 100644 --- a/node_modules/pump/package.json +++ b/node_modules/pump/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "pump@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "pump@3.0.0", "_id": "pump@3.0.0", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Mathias Buus Madsen", "email": "mathiasbuus@gmail.com" @@ -61,4 +54,4 @@ "test": "node test-browser.js && node test-node.js" }, "version": "3.0.0" -} +} \ No newline at end of file diff --git a/node_modules/qs/package.json b/node_modules/qs/package.json index f172f68..9debce5 100644 --- a/node_modules/qs/package.json +++ b/node_modules/qs/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "qs@6.9.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "qs@6.9.3", "_id": "qs@6.9.3", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz", "_spec": "6.9.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/ljharb/qs/issues" }, @@ -97,4 +90,4 @@ "tests-only": "node test" }, "version": "6.9.3" -} +} \ No newline at end of file diff --git a/node_modules/query-string/package.json b/node_modules/query-string/package.json index 128a47d..b506b71 100644 --- a/node_modules/query-string/package.json +++ b/node_modules/query-string/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "query-string@5.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "query-string@5.1.1", "_id": "query-string@5.1.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", "_spec": "5.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -77,4 +70,4 @@ "test": "xo && ava" }, "version": "5.1.1" -} +} \ No newline at end of file diff --git a/node_modules/readable-stream/node_modules/safe-buffer/package.json b/node_modules/readable-stream/node_modules/safe-buffer/package.json index 43ad475..c290bc0 100644 --- a/node_modules/readable-stream/node_modules/safe-buffer/package.json +++ b/node_modules/readable-stream/node_modules/safe-buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "safe-buffer@5.1.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "safe-buffer@5.1.2", "_id": "safe-buffer@5.1.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "_spec": "5.1.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -62,4 +55,4 @@ }, "types": "index.d.ts", "version": "5.1.2" -} +} \ No newline at end of file diff --git a/node_modules/readable-stream/package.json b/node_modules/readable-stream/package.json index fdbfa51..8a1aa53 100644 --- a/node_modules/readable-stream/package.json +++ b/node_modules/readable-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "readable-stream@2.3.7", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "readable-stream@2.3.7", "_id": "readable-stream@2.3.7", "_inBundle": false, @@ -28,7 +22,6 @@ ], "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "_spec": "2.3.7", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "browser": { "util": false, "./readable.js": "./readable-browser.js", @@ -83,4 +76,4 @@ "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js" }, "version": "2.3.7" -} +} \ No newline at end of file diff --git a/node_modules/responselike/package.json b/node_modules/responselike/package.json index c82b9ad..aadcebf 100644 --- a/node_modules/responselike/package.json +++ b/node_modules/responselike/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "responselike@1.0.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "responselike@1.0.2", "_id": "responselike@1.0.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", "_spec": "1.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "lukechilds" }, @@ -69,4 +62,4 @@ "xo": { "extends": "xo-lukechilds" } -} +} \ No newline at end of file diff --git a/node_modules/safe-buffer/package.json b/node_modules/safe-buffer/package.json index c43df16..80f76de 100644 --- a/node_modules/safe-buffer/package.json +++ b/node_modules/safe-buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "safe-buffer@5.2.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "safe-buffer@5.2.0", "_id": "safe-buffer@5.2.0", "_inBundle": false, @@ -29,7 +23,6 @@ ], "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", "_spec": "5.2.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -65,4 +58,4 @@ }, "types": "index.d.ts", "version": "5.2.0" -} +} \ No newline at end of file diff --git a/node_modules/seek-bzip/package.json b/node_modules/seek-bzip/package.json index cf2ad08..fec7fc4 100644 --- a/node_modules/seek-bzip/package.json +++ b/node_modules/seek-bzip/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "seek-bzip@1.0.5", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "seek-bzip@1.0.5", "_id": "seek-bzip@1.0.5", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.5.tgz", "_spec": "1.0.5", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bin": { "seek-bunzip": "bin/seek-bunzip", "seek-table": "bin/seek-bzip-table" @@ -73,4 +66,4 @@ "test": "mocha" }, "version": "1.0.5" -} +} \ No newline at end of file diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json index 010897a..9e16f5a 100644 --- a/node_modules/semver/package.json +++ b/node_modules/semver/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "semver@6.3.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "semver@6.3.0", "_id": "semver@6.3.0", "_inBundle": false, @@ -47,7 +41,6 @@ ], "_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "_spec": "6.3.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bin": { "semver": "bin/semver.js" }, @@ -81,4 +74,4 @@ "check-coverage": true }, "version": "6.3.0" -} +} \ No newline at end of file diff --git a/node_modules/sort-keys-length/package.json b/node_modules/sort-keys-length/package.json index fc77ad6..94552e9 100644 --- a/node_modules/sort-keys-length/package.json +++ b/node_modules/sort-keys-length/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "sort-keys-length@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "sort-keys-length@1.0.1", "_id": "sort-keys-length@1.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -64,4 +57,4 @@ "test": "node test.js" }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/sort-keys/package.json b/node_modules/sort-keys/package.json index 5a95d9f..a6a1e45 100644 --- a/node_modules/sort-keys/package.json +++ b/node_modules/sort-keys/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "sort-keys@1.1.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "sort-keys@1.1.2", "_id": "sort-keys@1.1.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", "_spec": "1.1.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -72,4 +65,4 @@ "test": "xo && mocha" }, "version": "1.1.2" -} +} \ No newline at end of file diff --git a/node_modules/strict-uri-encode/package.json b/node_modules/strict-uri-encode/package.json index 3bf408a..e618c41 100644 --- a/node_modules/strict-uri-encode/package.json +++ b/node_modules/strict-uri-encode/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "strict-uri-encode@1.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "strict-uri-encode@1.1.0", "_id": "strict-uri-encode@1.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", "_spec": "1.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", @@ -62,4 +55,4 @@ "test": "node test.js" }, "version": "1.1.0" -} +} \ No newline at end of file diff --git a/node_modules/string_decoder/node_modules/safe-buffer/package.json b/node_modules/string_decoder/node_modules/safe-buffer/package.json index 01bdd09..a6f85a6 100644 --- a/node_modules/string_decoder/node_modules/safe-buffer/package.json +++ b/node_modules/string_decoder/node_modules/safe-buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "safe-buffer@5.1.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "safe-buffer@5.1.2", "_id": "safe-buffer@5.1.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "_spec": "5.1.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", @@ -62,4 +55,4 @@ }, "types": "index.d.ts", "version": "5.1.2" -} +} \ No newline at end of file diff --git a/node_modules/string_decoder/package.json b/node_modules/string_decoder/package.json index 39ceec0..3095515 100644 --- a/node_modules/string_decoder/package.json +++ b/node_modules/string_decoder/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "string_decoder@1.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "string_decoder@1.1.1", "_id": "string_decoder@1.1.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "_spec": "1.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bugs": { "url": "https://github.com/nodejs/string_decoder/issues" }, @@ -59,4 +52,4 @@ "test": "tap test/parallel/*.js && node test/verify-dependencies" }, "version": "1.1.1" -} +} \ No newline at end of file diff --git a/node_modules/strip-dirs/package.json b/node_modules/strip-dirs/package.json index 19cf758..fe14214 100644 --- a/node_modules/strip-dirs/package.json +++ b/node_modules/strip-dirs/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "strip-dirs@2.1.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "strip-dirs@2.1.0", "_id": "strip-dirs@2.1.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz", "_spec": "2.1.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" @@ -74,4 +67,4 @@ "test": "node --throw-deprecation --track-heap-objects test.js | tap-spec" }, "version": "2.1.0" -} +} \ No newline at end of file diff --git a/node_modules/strip-outer/package.json b/node_modules/strip-outer/package.json index 529a5d0..762607f 100644 --- a/node_modules/strip-outer/package.json +++ b/node_modules/strip-outer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "strip-outer@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "strip-outer@1.0.1", "_id": "strip-outer@1.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -76,4 +69,4 @@ "test": "xo && ava" }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/tar-stream/package.json b/node_modules/tar-stream/package.json index 1d7bc45..ab963ae 100644 --- a/node_modules/tar-stream/package.json +++ b/node_modules/tar-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "tar-stream@1.6.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "tar-stream@1.6.2", "_id": "tar-stream@1.6.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", "_spec": "1.6.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Mathias Buus", "email": "mathiasbuus@gmail.com" @@ -88,4 +81,4 @@ "test-all": "standard && tape test/*.js" }, "version": "1.6.2" -} +} \ No newline at end of file diff --git a/node_modules/through/package.json b/node_modules/through/package.json index 2a7fa45..9f1a996 100644 --- a/node_modules/through/package.json +++ b/node_modules/through/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "through@2.3.8", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "through@2.3.8", "_id": "through@2.3.8", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "_spec": "2.3.8", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Dominic Tarr", "email": "dominic.tarr@gmail.com", @@ -68,4 +61,4 @@ "files": "test/*.js" }, "version": "2.3.8" -} +} \ No newline at end of file diff --git a/node_modules/timed-out/package.json b/node_modules/timed-out/package.json index 6a02710..301b033 100644 --- a/node_modules/timed-out/package.json +++ b/node_modules/timed-out/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "timed-out@4.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "timed-out@4.0.1", "_id": "timed-out@4.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", "_spec": "4.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com" @@ -68,4 +61,4 @@ "test": "xo && mocha" }, "version": "4.0.1" -} +} \ No newline at end of file diff --git a/node_modules/to-buffer/package.json b/node_modules/to-buffer/package.json index 8b4b203..61e00ff 100644 --- a/node_modules/to-buffer/package.json +++ b/node_modules/to-buffer/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "to-buffer@1.1.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "to-buffer@1.1.1", "_id": "to-buffer@1.1.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", "_spec": "1.1.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Mathias Buus", "url": "@mafintosh" @@ -52,4 +45,4 @@ "test": "standard && tape test.js" }, "version": "1.1.1" -} +} \ No newline at end of file diff --git a/node_modules/trim-repeated/package.json b/node_modules/trim-repeated/package.json index c1a0a35..b3fe10d 100644 --- a/node_modules/trim-repeated/package.json +++ b/node_modules/trim-repeated/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "trim-repeated@1.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "trim-repeated@1.0.0", "_id": "trim-repeated@1.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", "_spec": "1.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -73,4 +66,4 @@ "test": "node test.js" }, "version": "1.0.0" -} +} \ No newline at end of file diff --git a/node_modules/tunnel/package.json b/node_modules/tunnel/package.json index 9f3b394..2df07e6 100644 --- a/node_modules/tunnel/package.json +++ b/node_modules/tunnel/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "tunnel@0.0.6", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "tunnel@0.0.6", "_id": "tunnel@0.0.6", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", "_spec": "0.0.6", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Koichi Kobayashi", "email": "koichik@improvement.jp" @@ -65,4 +58,4 @@ "test": "mocha" }, "version": "0.0.6" -} +} \ No newline at end of file diff --git a/node_modules/typed-rest-client/package.json b/node_modules/typed-rest-client/package.json index 0ea3300..db3e829 100644 --- a/node_modules/typed-rest-client/package.json +++ b/node_modules/typed-rest-client/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "typed-rest-client@1.7.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "typed-rest-client@1.7.3", "_id": "typed-rest-client@1.7.3", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.3.tgz", "_spec": "1.7.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Microsoft Corporation" }, @@ -74,4 +67,4 @@ "validate": "node make.js validate" }, "version": "1.7.3" -} +} \ No newline at end of file diff --git a/node_modules/unbzip2-stream/package.json b/node_modules/unbzip2-stream/package.json index 186d5b3..e8e20a1 100644 --- a/node_modules/unbzip2-stream/package.json +++ b/node_modules/unbzip2-stream/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "unbzip2-stream@1.4.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "unbzip2-stream@1.4.0", "_id": "unbzip2-stream@1.4.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.0.tgz", "_spec": "1.4.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Jan Bölsche", "email": "jan@lagomorph.de" @@ -80,4 +73,4 @@ "test": "tape test/*.js" }, "version": "1.4.0" -} +} \ No newline at end of file diff --git a/node_modules/underscore/package.json b/node_modules/underscore/package.json index 200ee87..9fb8520 100644 --- a/node_modules/underscore/package.json +++ b/node_modules/underscore/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "underscore@1.8.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "underscore@1.8.3", "_id": "underscore@1.8.3", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", "_spec": "1.8.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Jeremy Ashkenas", "email": "jeremy@documentcloud.org" @@ -73,4 +66,4 @@ "test-node": "qunit-cli test/*.js" }, "version": "1.8.3" -} +} \ No newline at end of file diff --git a/node_modules/url-parse-lax/package.json b/node_modules/url-parse-lax/package.json index 41bfa2d..9b21ecf 100644 --- a/node_modules/url-parse-lax/package.json +++ b/node_modules/url-parse-lax/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "url-parse-lax@3.0.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "url-parse-lax@3.0.0", "_id": "url-parse-lax@3.0.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", "_spec": "3.0.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", @@ -74,4 +67,4 @@ "test": "xo && ava" }, "version": "3.0.0" -} +} \ No newline at end of file diff --git a/node_modules/url-to-options/package.json b/node_modules/url-to-options/package.json index bd7a3a0..7166184 100644 --- a/node_modules/url-to-options/package.json +++ b/node_modules/url-to-options/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "url-to-options@1.0.1", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "url-to-options@1.0.1", "_id": "url-to-options@1.0.1", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz", "_spec": "1.0.1", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Steven Vachon", "email": "contact@svachon.com", @@ -62,4 +55,4 @@ "test": "node test.js" }, "version": "1.0.1" -} +} \ No newline at end of file diff --git a/node_modules/util-deprecate/package.json b/node_modules/util-deprecate/package.json index 1e87cb5..5694a3c 100644 --- a/node_modules/util-deprecate/package.json +++ b/node_modules/util-deprecate/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "util-deprecate@1.0.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "util-deprecate@1.0.2", "_id": "util-deprecate@1.0.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "_spec": "1.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", @@ -56,4 +49,4 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "version": "1.0.2" -} +} \ No newline at end of file diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json index 8d0751c..b214872 100644 --- a/node_modules/uuid/package.json +++ b/node_modules/uuid/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "uuid@3.3.3", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "uuid@3.3.3", "_id": "uuid@3.3.3", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", "_spec": "3.3.3", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "bin": { "uuid": "bin/uuid" }, @@ -96,4 +89,4 @@ "test": "mocha test/test.js" }, "version": "3.3.3" -} +} \ No newline at end of file diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json index 320987e..a6df87d 100644 --- a/node_modules/wrappy/package.json +++ b/node_modules/wrappy/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "wrappy@1.0.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "wrappy@1.0.2", "_id": "wrappy@1.0.2", "_inBundle": false, @@ -27,7 +21,6 @@ ], "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "_spec": "1.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", @@ -59,4 +52,4 @@ "test": "tap --coverage test/*.js" }, "version": "1.0.2" -} +} \ No newline at end of file diff --git a/node_modules/xtend/package.json b/node_modules/xtend/package.json index b1ea4f3..8dc448c 100644 --- a/node_modules/xtend/package.json +++ b/node_modules/xtend/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "xtend@4.0.2", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "xtend@4.0.2", "_id": "xtend@4.0.2", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "_spec": "4.0.2", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Raynos", "email": "raynos2@gmail.com" @@ -86,4 +79,4 @@ ] }, "version": "4.0.2" -} +} \ No newline at end of file diff --git a/node_modules/yauzl/package.json b/node_modules/yauzl/package.json index 59e9a12..e2af8e0 100644 --- a/node_modules/yauzl/package.json +++ b/node_modules/yauzl/package.json @@ -1,10 +1,4 @@ { - "_args": [ - [ - "yauzl@2.10.0", - "/home/runner/work/ghaction-upx/ghaction-upx" - ] - ], "_from": "yauzl@2.10.0", "_id": "yauzl@2.10.0", "_inBundle": false, @@ -26,7 +20,6 @@ ], "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", "_spec": "2.10.0", - "_where": "/home/runner/work/ghaction-upx/ghaction-upx", "author": { "name": "Josh Wolfe", "email": "thejoshwolfe@gmail.com" @@ -68,4 +61,4 @@ "test-travis": "istanbul cover --report lcovonly test/test.js" }, "version": "2.10.0" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 44c7b44..281531e 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,6 @@ "directories": { "lib": "lib" }, - "scripts": { - "build": "tsc", - "test": "jest", - "format": "prettier --write **/*.ts", - "prune": "npm prune --production" - }, "repository": { "type": "git", "url": "git+https://github.com/crazy-max/ghaction-upx.git" @@ -39,5 +33,13 @@ "ts-jest": "^25.3.1", "typescript": "^3.8.3", "typescript-formatter": "^7.2.2" + }, + "scripts": { + "build-dep": "npm install -g removeNPMAbsolutePaths", + "build": "tsc", + "test": "jest", + "format": "prettier --write **/*.ts", + "format-check": "prettier --check **/*.ts", + "prune": "npm prune --production && removeNPMAbsolutePaths \"./\" --force --fields _where _args" } -} +} \ No newline at end of file