mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"_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,
|
|
"_integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
|
|
"_location": "/decompress-tar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "decompress-tar@4.1.1",
|
|
"name": "decompress-tar",
|
|
"escapedName": "decompress-tar",
|
|
"rawSpec": "4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/decompress",
|
|
"/decompress-tarbz2",
|
|
"/decompress-targz"
|
|
],
|
|
"_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",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/decompress-tar/issues"
|
|
},
|
|
"dependencies": {
|
|
"file-type": "^5.2.0",
|
|
"is-stream": "^1.1.0",
|
|
"tar-stream": "^1.5.2"
|
|
},
|
|
"description": "decompress tar plugin",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"is-jpg": "^1.0.0",
|
|
"pify": "^3.0.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/decompress-tar#readme",
|
|
"keywords": [
|
|
"decompress",
|
|
"decompressplugin",
|
|
"extract",
|
|
"tar"
|
|
],
|
|
"license": "MIT",
|
|
"name": "decompress-tar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/decompress-tar.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "4.1.1"
|
|
}
|