mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"download@8.0.0",
|
|
"/home/runner/work/ghaction-upx/ghaction-upx"
|
|
]
|
|
],
|
|
"_from": "download@8.0.0",
|
|
"_id": "download@8.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ASRY5QhDk7FK+XrQtQyvhpDKanLluEEQtWl/J7Lxuf/b+i8RYh997QeXvL85xitrmRKVlx9c7eTrcRdq2GS4eA==",
|
|
"_location": "/download",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "download@8.0.0",
|
|
"name": "download",
|
|
"escapedName": "download",
|
|
"rawSpec": "8.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_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",
|
|
"url": "github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/download/issues"
|
|
},
|
|
"dependencies": {
|
|
"archive-type": "^4.0.0",
|
|
"content-disposition": "^0.5.2",
|
|
"decompress": "^4.2.1",
|
|
"ext-name": "^5.0.0",
|
|
"file-type": "^11.1.0",
|
|
"filenamify": "^3.0.0",
|
|
"get-stream": "^4.1.0",
|
|
"got": "^8.3.1",
|
|
"make-dir": "^2.1.0",
|
|
"p-event": "^2.1.0",
|
|
"pify": "^4.0.1"
|
|
},
|
|
"description": "Download and extract files",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"is-zip": "^1.0.0",
|
|
"nock": "^10.0.6",
|
|
"path-exists": "^3.0.0",
|
|
"random-buffer": "^0.1.0",
|
|
"rimraf": "^3.0.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/download#readme",
|
|
"keywords": [
|
|
"download",
|
|
"extract",
|
|
"http",
|
|
"request",
|
|
"url"
|
|
],
|
|
"license": "MIT",
|
|
"name": "download",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/download.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "8.0.0"
|
|
}
|