96 lines
2.2 KiB
JSON
96 lines
2.2 KiB
JSON
|
{
|
||
|
"_from": "decompress@4.2.1",
|
||
|
"_id": "decompress@4.2.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
|
||
|
"_location": "/decompress",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "decompress@4.2.1",
|
||
|
"name": "decompress",
|
||
|
"escapedName": "decompress",
|
||
|
"rawSpec": "4.2.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4.2.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/bin-build",
|
||
|
"/bin-wrapper/download",
|
||
|
"/download"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
|
||
|
"_shasum": "007f55cc6a62c055afa37c07eb6a4ee1b773f118",
|
||
|
"_spec": "decompress@4.2.1",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/bin-build",
|
||
|
"author": {
|
||
|
"name": "Kevin Mårtensson",
|
||
|
"email": "kevinmartensson@gmail.com",
|
||
|
"url": "github.com/kevva"
|
||
|
},
|
||
|
"ava": {
|
||
|
"require": [
|
||
|
"esm"
|
||
|
]
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/kevva/decompress/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"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"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Extracting archives made easy",
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"esm": "^3.2.25",
|
||
|
"is-jpg": "^1.0.0",
|
||
|
"path-exists": "^3.0.0",
|
||
|
"pify": "^2.3.0",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"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.1",
|
||
|
"xo": {
|
||
|
"rules": {
|
||
|
"promise/prefer-await-to-then": "off"
|
||
|
}
|
||
|
}
|
||
|
}
|