biofriction-wp-theme/node_modules/decompress-tar/package.json

78 lines
1.9 KiB
JSON

{
"_args": [
[
"decompress-tar@4.1.1",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "decompress-tar@4.1.1",
"_id": "decompress-tar@4.1.1",
"_inBundle": false,
"_integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
"_location": "/decompress-tar",
"_optional": true,
"_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/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"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"
}