{"library":"node-fs","type":"library","category":null,"description":"node-fs is an extension library for Node.js's native `fs` module, originally designed for very early Node.js versions (specifically, requiring Node.js >=0.1.97). It aimed to provide functionalities that were not natively available in the `fs` module at the time, such as recursive directory creation (`fs.createDirectory`, `fs.mkdirSyncRecursive`) and recursive directory removal (`fs.remove`, `fs.rmdirSyncRecursive`), as well as recursive directory watching (`fs.watchTree`). The package's last update was in 2011, and it reached version 0.1.7. Given the significant advancements in Node.js's native `fs` module (e.g., recursive options for `fs.mkdir` and `fs.rm` are standard since Node.js v10.12.0 and v12.10.0 respectively), `node-fs` is now obsolete. Modern Node.js versions provide these features natively, making this package unnecessary and incompatible with current development practices. It has no ongoing maintenance or active development.","language":"javascript","status":"abandoned","version":"0.1.7","tags":["javascript"],"install":[{"cmd":"npm install node-fs","imports":["const fs = require('node-fs');","const fs = require('node-fs');\nfs.createDirectory('./path/to/dir', 0o777, (err) => { /* ... */ });","const fs = require('node-fs');\nfs.remove('./path/to/remove', (err) => { /* ... */ });"]},{"cmd":"yarn add node-fs","imports":[]},{"cmd":"pnpm add node-fs","imports":[]}],"homepage":null,"github":"https://github.com/bpedro/node-fs","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-fs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-fs/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}