{"_id":"is-whitespace","_rev":"88028","name":"is-whitespace","description":"Returns true if the value passed is all whitespace.","dist-tags":{"latest":"0.3.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:28:37.000Z","created":"2014-06-15T07:20:25.219Z","0.3.0":"2015-03-31T17:42:55.881Z","0.2.0":"2014-09-02T09:32:20.429Z","0.1.0":"2014-06-15T07:20:25.219Z"},"users":{"tunnckocore":true},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/is-whitespace.git"},"versions":{"0.3.0":{"name":"is-whitespace","description":"Returns true if the value passed is all whitespace.","version":"0.3.0","homepage":"https://github.com/jonschlinkert/is-whitespace","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/is-whitespace.git"},"bugs":{"url":"https://github.com/jonschlinkert/is-whitespace/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"^2.2.1"},"keywords":["character","characters","check","is","match","regex","space","string","test","white","whitespace"],"gitHead":"fd009cc73e8054b15a109bf1347dd76936e88df2","_id":"is-whitespace@0.3.0","_shasum":"1639ecb1be036aec69a54cbb401cfbed7114ab7f","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"1639ecb1be036aec69a54cbb401cfbed7114ab7f","size":2023,"noattachment":false,"key":"/is-whitespace/-/is-whitespace-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-whitespace/download/is-whitespace-0.3.0.tgz"},"directories":{},"publish_time":1427823775881,"_cnpm_publish_time":1427823775881,"_hasShrinkwrap":false},"0.2.0":{"name":"is-whitespace","description":"Returns true if the value passed is all whitespace","version":"0.2.0","homepage":"https://github.com/jonschlinkert/is-whitespace","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/is-whitespace.git"},"bugs":{"url":"https://github.com/jonschlinkert/is-whitespace/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE-MIT"}],"keywords":["whitespace","white space","white-space","check","tabs","spaces","nl","newline","newlines"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"verb":"~0.2.6","chai":"~1.9.1","mocha":"*"},"_id":"is-whitespace@0.2.0","_shasum":"4e0691c6adc8b46ff296c103ce9ea59d2b4b4a73","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4e0691c6adc8b46ff296c103ce9ea59d2b4b4a73","size":3091,"noattachment":false,"key":"/is-whitespace/-/is-whitespace-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-whitespace/download/is-whitespace-0.2.0.tgz"},"directories":{},"publish_time":1409650340429,"_cnpm_publish_time":1409650340429,"_hasShrinkwrap":false},"0.1.0":{"name":"is-whitespace","description":"Returns true if the value passed is all whitespace","version":"0.1.0","homepage":"https://github.com/jonschlinkert/is-whitespace","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/is-whitespace.git"},"bugs":{"url":"https://github.com/jonschlinkert/is-whitespace/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE-MIT"}],"keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"verb":"~0.2.6","chai":"~1.9.1","mocha":"*"},"_id":"is-whitespace@0.1.0","_shasum":"fd9ff46b606c64bd36e643958c16618fe06033f5","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"fd9ff46b606c64bd36e643958c16618fe06033f5","size":2918,"noattachment":false,"key":"/is-whitespace/-/is-whitespace-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-whitespace/download/is-whitespace-0.1.0.tgz"},"directories":{},"publish_time":1402816825219,"_cnpm_publish_time":1402816825219,"_hasShrinkwrap":false}},"readme":"# is-whitespace [![NPM version](https://badge.fury.io/js/is-whitespace.svg)](http://badge.fury.io/js/is-whitespace)  [![Build Status](https://travis-ci.org/jonschlinkert/is-whitespace.svg)](https://travis-ci.org/jonschlinkert/is-whitespace) \n\n> Returns true if the value passed is all whitespace.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i is-whitespace --save\n```\n\n## Usage\n\n```js\nvar isWhitespace = require('is-whitespace');\nconsole.log(isWhitespace('              '));\n//=> true\n```\n\n## Related projects\n * [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern.\n * [is-absolute](https://github.com/jonschlinkert/is-absolute): Return true if a file path is absolute.\n * [is-relative](https://github.com/jonschlinkert/is-relative): Returns `true` if the path appears to be relative.  \n\n## Running tests\nInstall dev dependencies:\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-whitespace/issues)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2014-2015 Jon Schlinkert  \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 31, 2015._\n","_attachments":{},"homepage":"https://github.com/jonschlinkert/is-whitespace","bugs":{"url":"https://github.com/jonschlinkert/is-whitespace/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE"}}