goreleaser-action/node_modules/decompress/package.json

85 lines
1.8 KiB
JSON
Raw Normal View History

2019-09-20 20:23:45 +00:00
{
"_args": [
[
"decompress@4.2.0",
"X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser"
]
],
"_from": "decompress@4.2.0",
"_id": "decompress@4.2.0",
"_inBundle": false,
"_integrity": "sha1-eu3YVCflqS2s/lVnSnxQXpbQH50=",
"_location": "/decompress",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "decompress@4.2.0",
"name": "decompress",
"escapedName": "decompress",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/download"
],
"_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "X:\\dev\\neard\\www\\github\\ghaction\\ghaction-goreleaser",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"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": "*",
"is-jpg": "^1.0.0",
"path-exists": "^3.0.0",
"pify": "^2.3.0",
"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"
},
"version": "4.2.0"
}