ghaction-upx/node_modules/decompress/package.json

97 lines
2.0 KiB
JSON
Raw Normal View History

2020-01-17 01:36:42 -07:00
{
"_args": [
[
2020-04-03 02:12:31 -06:00
"decompress@4.2.1",
2020-01-17 01:36:42 -07:00
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
2020-04-03 02:12:31 -06:00
"_from": "decompress@4.2.1",
"_id": "decompress@4.2.1",
2020-01-17 01:36:42 -07:00
"_inBundle": false,
2020-04-03 02:12:31 -06:00
"_integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
2020-01-17 01:36:42 -07:00
"_location": "/decompress",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-04-03 02:12:31 -06:00
"raw": "decompress@4.2.1",
2020-01-17 01:36:42 -07:00
"name": "decompress",
"escapedName": "decompress",
2020-04-03 02:12:31 -06:00
"rawSpec": "4.2.1",
2020-01-17 01:36:42 -07:00
"saveSpec": null,
2020-04-03 02:12:31 -06:00
"fetchSpec": "4.2.1"
2020-01-17 01:36:42 -07:00
},
"_requiredBy": [
"/download"
],
2020-04-03 02:12:31 -06:00
"_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
"_spec": "4.2.1",
2020-01-17 01:36:42 -07:00
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
2020-04-03 02:12:31 -06:00
"ava": {
"require": [
"esm"
]
},
2020-01-17 01:36:42 -07:00
"bugs": {
"url": "https://github.com/kevva/decompress/issues"
},
"dependencies": {
"decompress-tar": "^4.0.0",
"decompress-tarbz2": "^4.0.0",
"decompress-targz": "^4.0.0",
"decompress-unzip": "^4.0.1",
"graceful-fs": "^4.1.10",
"make-dir": "^1.0.0",
"pify": "^2.3.0",
"strip-dirs": "^2.0.0"
},
"description": "Extracting archives made easy",
"devDependencies": {
"ava": "*",
2020-04-03 02:12:31 -06:00
"esm": "^3.2.25",
2020-01-17 01:36:42 -07:00
"is-jpg": "^1.0.0",
"path-exists": "^3.0.0",
"pify": "^2.3.0",
2020-04-03 02:12:31 -06:00
"rimraf": "^3.0.2",
2020-01-17 01:36:42 -07:00
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/decompress#readme",
"keywords": [
"bz2",
"bzip2",
"decompress",
"extract",
"tar",
"tar.bz",
"tar.gz",
"zip",
"unzip"
],
"license": "MIT",
"name": "decompress",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/decompress.git"
},
"scripts": {
"test": "xo && ava"
},
2020-04-03 02:12:31 -06:00
"version": "4.2.1",
"xo": {
"rules": {
"promise/prefer-await-to-then": "off"
}
}
2020-01-17 01:36:42 -07:00
}