Version 1
[yaffs-website] / node_modules / grunt-legacy-util / README.md
1 # grunt-legacy-util
2 > deprecated utilities from grunt
3
4 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-legacy-util.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-legacy-util)
5 [![Build status: Windows](https://ci.appveyor.com/api/projects/status/63a5pjh5hy0wgtx0/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-legacy-util/branch/master)
6 [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)
7
8 With the next major release of Grunt, we will no longer support these APIs.  Where possible, please use the recommended modules in their place.  If you would like to support or improve any of these APIs, please notify us when you have published a backwards compatible npm module—we will then recommend its usage here.
9
10 `grunt.util.namespace` use [getobject]  
11 `grunt.util.hooker` use [hooker]  
12 `grunt.util.async` use [async]  
13 `grunt.util._` use [lodash]  
14 `grunt.util.exit` use [exit]  
15 `grunt.util.callbackify`  
16 `grunt.util.error`  
17 `grunt.util.linefeed`  
18 `grunt.util.normalizelf`  
19 `grunt.util.kindOf` use [lodash]  
20 `grunt.util.toArray`
21 `grunt.util.repeat`  
22 `grunt.util.pluralize`  
23 `grunt.util.recurse` use [traverse]  
24 `grunt.util.spawn` use [require('child_process').spawn]  
25
26 [getobject]: https://www.npmjs.org/package/getobject
27 [hooker]: https://www.npmjs.org/package/hooker
28 [async]: https://www.npmjs.org/package/async
29 [lodash]: https://www.npmjs.org/package/lodash
30 [exit]: https://www.npmjs.org/package/exit
31 [traverse]: https://www.npmjs.org/package/traverse
32 [require('child_process').spawn]: https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options