broccoli-output-wrapper
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "broccoli-output-wrapper", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Output wrapper is a library to write output file to outputpath.", | ||
@@ -25,3 +25,6 @@ "main": "dist/index.js", | ||
"typescript": "^3.6.4" | ||
}, | ||
"engines": { | ||
"node": "10.* || >= 12.*" | ||
} | ||
} |
@@ -5,1 +5,15 @@ # broccoli-output-wrapper | ||
This libary is not intended to use independently outside broccoli or broccoli-plugin as of now. | ||
## APIs | ||
* readFileSync | ||
* existsSync | ||
* lstatSync | ||
* readdirSync | ||
* statSync | ||
* writeFileSync | ||
* appendFileSync | ||
* rmdirSync | ||
* mkdirSync | ||
All these operations above are same as File Operations documented in node API [guide](https://nodejs.org/api/fs.html). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9576
19