1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/decompress-tar/package.json
MatteZ02 5eb0264906 fix
2019-05-30 12:06:47 +03:00

74 lines
1.8 KiB
JSON

{
"_from": "decompress-tar@^4.0.0",
"_id": "decompress-tar@4.1.1",
"_inBundle": false,
"_integrity": "sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==",
"_location": "/decompress-tar",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "decompress-tar@^4.0.0",
"name": "decompress-tar",
"escapedName": "decompress-tar",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/decompress",
"/decompress-tarbz2",
"/decompress-targz",
"/decompress-tarxz"
],
"_resolved": "https://registry.npmjs.org/decompress-tar/-/decompress-tar-4.1.1.tgz",
"_shasum": "718cbd3fcb16209716e70a26b84e7ba4592e5af1",
"_spec": "decompress-tar@^4.0.0",
"_where": "C:\\Users\\matia\\Musix\\node_modules\\decompress",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/decompress-tar/issues"
},
"bundleDependencies": false,
"dependencies": {
"file-type": "^5.2.0",
"is-stream": "^1.1.0",
"tar-stream": "^1.5.2"
},
"deprecated": false,
"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"
}