Comparing version 0.2.11 to 0.3.0
@@ -0,1 +1,8 @@ | ||
0.3.0 / 2016-09-29 | ||
------------------ | ||
- Added notice that project is not maintained as not actual. | ||
- Removed testing in node 0.8, added testing in node 0.12, 4, 6. | ||
0.2.11 / 2014-01-08 | ||
@@ -85,2 +92,1 @@ ------------------- | ||
- First public release | ||
{ | ||
"name" : "fs-tools", | ||
"version" : "0.2.11", | ||
"version" : "0.3.0", | ||
"description" : "fs helper utilities (walk, copy, mkdir -p)", | ||
@@ -11,8 +11,5 @@ "keywords" : ["fs", "file", "utils"], | ||
"bugs" : { "url": "https://github.com/nodeca/fs-tools/issues" }, | ||
"license" : { "type": "MIT", "url": "https://github.com/nodeca/fs-tools/blob/master/LICENSE" }, | ||
"repository" : { "type": "git", "url": "git://github.com/nodeca/fs-tools.git" }, | ||
"license" : "MIT", | ||
"repository" : "nodeca/fs-tools", | ||
"main" : "./index.js", | ||
"scripts" : { | ||
@@ -19,0 +16,0 @@ "test" : "make test" |
fs-tools | ||
======== | ||
[![Build Status](https://secure.travis-ci.org/nodeca/fs-tools.png)](http://travis-ci.org/nodeca/fs-tools) | ||
Useful file utitiles. See [API Documentation](http://nodeca.github.com/fs-tools/#FsTools) for detailed info. | ||
> Some file utitiles. See [API Documentation](http://nodeca.github.com/fs-tools/#FsTools) for detailed info. | ||
--- | ||
___This project is not maintained anymore, because not actual and better alternatives available___. | ||
Consider use another packages: | ||
- [shelljs](https://www.npmjs.com/package/shelljs) | ||
- [glob](https://www.npmjs.com/package/glob) | ||
- [mkdirp](https://www.npmjs.com/package/mkdirp) | ||
- [rimraf](https://www.npmjs.com/package/rimraf) | ||
-------------------------------------------------------------------------------- | ||
### walk(path, [pattern,] iterator[, callback]) | ||
@@ -55,3 +65,3 @@ | ||
Returns unique directory (at the moment of request) pathbname. | ||
Returns unique directory (at the moment of request) pathname. | ||
@@ -61,2 +71,2 @@ | ||
View the [LICENSE](https://github.com/nodeca/fs-tools/blob/master/LICENSE) file (MIT). | ||
[MIT](https://github.com/nodeca/fs-tools/blob/master/LICENSE) |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
51898
71
2
8