{"maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"dist-tags":{"latest":"0.1.0"},"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com","url":"http://jimmycuadra.com/"},"description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","readme":"# Shellwords\n\nShellwords provides a function to manipulate strings according to the word parsing rules of the UNIX Bourne shell.\n\n## Installation\n\nAdd \"shellwords\" to your `package.json` file and run `npm install`.\n\n## Example\n\n``` javascript\nvar split = require(\"shellwords\").split;\n\nconsole.log(split(\"foo 'bar baz'\"));\n// [\"foo\", \"bar baz\"]\n```\n","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"users":{"sidwood":true,"j.su":true,"zrrtcs":true},"versions":{"0.0.1":{"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com","url":"http://jimmycuadra.com/"},"name":"shellwords","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","version":"0.0.1","homepage":"https://github.com/jimmycuadra/shellwords","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"main":"./lib/shellwords","scripts":{"test":"cake spec"},"engines":{"node":">= 0.4"},"dependencies":{},"devDependencies":{"jasmine-node":"~1.0.12","nodewatch":"~0.0.4"},"_npmUser":{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"},"_id":"shellwords@0.0.1","_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"a0ee3baca5a9e345b7748018e16728c3f7621b8b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/shellwords/-/shellwords-0.0.1.tgz"},"maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"directories":{}},"0.0.2":{"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com","url":"http://jimmycuadra.com/"},"name":"shellwords","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","version":"0.0.2","homepage":"https://github.com/jimmycuadra/shellwords","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"main":"./lib/shellwords","scripts":{"test":"cake spec"},"dependencies":{},"devDependencies":{"jasmine-node":"~1.0.26","nodewatch":"~0.1.0"},"readme":"# Shellwords\n\nShellwords provides a function to manipulate strings according to the word parsing rules of the UNIX Bourne shell.\n\n## Installation\n\nAdd \"shellwords\" to your `package.json` file and run `npm install`.\n\n## Example\n\n``` javascript\nvar split = require(\"shellwords\").split;\n\nconsole.log(split(\"foo 'bar baz'\"));\n// [\"foo\", \"bar baz\"]\n```\n","_id":"shellwords@0.0.2","dist":{"shasum":"7ad9353bcdd8fb830dbb4810f4319a5ec14fdbee","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/shellwords/-/shellwords-0.0.2.tgz"},"maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"directories":{}},"0.1.0":{"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com","url":"http://jimmycuadra.com/"},"name":"shellwords","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","version":"0.1.0","homepage":"https://github.com/jimmycuadra/shellwords","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"main":"./lib/shellwords","scripts":{"test":"cake spec"},"dependencies":{},"devDependencies":{"jasmine-node":"~1.0.26","nodewatch":"~0.1.0"},"readme":"# Shellwords\n\nShellwords provides functions to manipulate strings according to the word parsing rules of the UNIX Bourne shell. It is based on [the Ruby module of the same name](http://www.ruby-doc.org/stdlib-1.9.3/libdoc/shellwords/rdoc/Shellwords.html).\n\n## Installation\n\nAdd \"shellwords\" to your `package.json` file and run `npm install`.\n\n## Example\n\n``` javascript\nvar shellwords = require(\"shellwords\");\n\nshellwords.split(\"foo 'bar baz'\");\n// [\"foo\", \"bar baz\"]\n\nshellwords.escape(\"What's up, yo?\");\n// 'What\\\\\\'s\\\\ up,\\\\ yo\\\\?'\n```\n","_id":"shellwords@0.1.0","dist":{"shasum":"66afd47b6a12932d9071cbfd98a52e785cd0ba14","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/shellwords/-/shellwords-0.1.0.tgz"},"maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"directories":{}}},"name":"shellwords","time":{"modified":"2017-03-03T13:34:48.773Z","created":"2011-11-13T13:39:36.405Z","0.0.1":"2011-11-13T13:39:37.483Z","0.0.2":"2012-06-28T05:37:27.630Z","0.1.0":"2012-07-21T07:33:17.618Z"}}