Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "boost2fs", | ||
"description": "Conversion Boostnote to normal files.", | ||
"version": "0.1.1", | ||
"description": "Convert Boostnote to normal files.", | ||
"version": "0.2.0", | ||
"repository": "viko16/boost2fs", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"bin": { | ||
"b2f": "bin/boost2fs.js" | ||
"b2f": "cli.js" | ||
}, | ||
@@ -16,4 +16,5 @@ "files": [ | ||
"keywords": [ | ||
"conversion", | ||
"Boostnote" | ||
"convert", | ||
"Boostnote", | ||
"markdown" | ||
], | ||
@@ -25,15 +26,18 @@ "author": "viko16 <16viko@gmail.com>", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "mocha --require async-to-gen/register", | ||
"lint": "standard" | ||
}, | ||
"devDependencies": { | ||
"standard": "^9.0.0" | ||
"coffee": "^4.1.0", | ||
"mocha": "^3.5.0", | ||
"standard": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"async-to-gen": "^1.3.3", | ||
"colors": "^1.1.2", | ||
"cson": "^4.1.0", | ||
"fs-extra": "^4.0.1", | ||
"meow": "^3.7.0", | ||
"mkdirp": "^0.5.1", | ||
"mz": "^2.6.0" | ||
"ora": "^1.3.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # boost2fs | ||
🚀 Conversion Boostnote to normal files. | ||
🚀 Convert Boostnote to normal files. | ||
@@ -20,12 +20,12 @@ | ||
```bash | ||
Conversion Boostnote to normal files. | ||
Convert Boostnote to normal files. | ||
Usage: | ||
b2f [dir] [options] | ||
b2f [baseDir] [options] | ||
Commands: | ||
dir Specify the input path, which includes 'boostnote.json' ( default: ./ ) | ||
baseDir Specify the input path, which includes 'boostnote.json' ( default: `process.cwd()` ) | ||
Options: | ||
--output Specify the output path ( default: ./out ) | ||
-o, --output Specify the output path ( default: ./out ) | ||
-v, --version Output version number | ||
@@ -32,0 +32,0 @@ -h, --help Output usage information |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2
6107
6
3
4
94
2
1
+ Addedcolors@^1.1.2
+ Addedfs-extra@^4.0.1
+ Addedora@^1.3.0
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcli-cursor@2.1.0(transitive)
+ Addedcli-spinners@1.3.1(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcolors@1.4.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfs-extra@4.0.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedlog-symbols@2.2.0(transitive)
+ Addedmimic-fn@1.2.0(transitive)
+ Addedonetime@2.0.1(transitive)
+ Addedora@1.4.0(transitive)
+ Addedrestore-cursor@2.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addeduniversalify@0.1.2(transitive)
- Removedmkdirp@^0.5.1
- Removedmz@^2.6.0
- Removedany-promise@1.3.0(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedmz@2.7.0(transitive)
- Removedthenify@3.3.1(transitive)
- Removedthenify-all@1.6.0(transitive)