tar-compress-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"env": { | ||
"es6": true, | ||
"node": true | ||
}, | ||
"extends": "airbnb-base", | ||
"parserOptions": { | ||
"ecmaVersion": 2018 | ||
}, | ||
"rules": { | ||
"indent": [ | ||
"error", | ||
"tab" | ||
], | ||
"no-console": [ | ||
"error", | ||
{ | ||
"allow": [ | ||
"warn", | ||
"error" | ||
] | ||
} | ||
], | ||
"no-tabs": "off" | ||
} | ||
"extends": "eslint-config-wzx" | ||
} |
{ | ||
"endOfLine": "lf", | ||
"singleQuote": true, | ||
"trailingComma": "all" | ||
} |
{ | ||
"name": "tar-compress-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Use tar to pack and unpack file", | ||
@@ -28,16 +28,15 @@ "bin": { | ||
"dependencies": { | ||
"fs-extra": "^7.0.1", | ||
"tar": "^4.4.8", | ||
"yargs": "^13.2.2" | ||
"fs-extra": "^8.1.0", | ||
"tar": "^6.0.1", | ||
"yargs": "^15.1.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.5.2", | ||
"@commitlint/config-conventional": "^7.5.0", | ||
"eslint": "^5.15.2", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"husky": "^1.3.1", | ||
"lint-staged": "^8.1.5", | ||
"prettier": "^1.16.4" | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"eslint": "^6.8.0", | ||
"eslint-config-wzx": "^0.0.2", | ||
"husky": "^4.2.1", | ||
"lint-staged": "^10.0.7", | ||
"prettier": "^1.19.1" | ||
} | ||
} |
# tar-compress-cli | ||
[![npm version](https://badge.fury.io/js/tar-compress-cli.svg)](https://badge.fury.io/js/tar-compress-cli) | ||
Use tar to pack and unpack file | ||
# Installation | ||
npm install -g tar-compress-cli | ||
# Usage | ||
tar-compress-cli <pack|unpack> [options] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
14
5183
0
146
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchownr@2.0.0(transitive)
+ Addedcliui@6.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedfs-minipass@2.1.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedminipass@3.3.65.0.0(transitive)
+ Addedminizlib@2.1.2(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedtar@6.2.1(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
+ Addedyallist@4.0.0(transitive)
+ Addedyargs@15.4.1(transitive)
+ Addedyargs-parser@18.1.3(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchownr@1.1.4(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedfs-extra@7.0.1(transitive)
- Removedfs-minipass@1.2.7(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedminipass@2.9.0(transitive)
- Removedminizlib@1.3.3(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring-width@3.1.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedtar@4.4.19(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedyallist@3.1.1(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
Updatedfs-extra@^8.1.0
Updatedtar@^6.0.1
Updatedyargs@^15.1.0