MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.npm/registry.npmjs.org/shellwords/.cache.json
{"_id":"shellwords","_rev":"13-10a70b4aebf802355f34667c246a03f3","name":"shellwords","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","dist-tags":{"latest":"0.1.1"},"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":"https://registry.npmjs.org/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"},"_id":"shellwords@0.0.2","dist":{"shasum":"7ad9353bcdd8fb830dbb4810f4319a5ec14fdbee","tarball":"https://registry.npmjs.org/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"},"_id":"shellwords@0.1.0","dist":{"shasum":"66afd47b6a12932d9071cbfd98a52e785cd0ba14","tarball":"https://registry.npmjs.org/shellwords/-/shellwords-0.1.0.tgz"},"maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"directories":{}},"0.1.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.1.1","homepage":"https://github.com/jimmycuadra/shellwords","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"main":"./lib/shellwords","files":["lib"],"scripts":{"test":"cake spec"},"license":"MIT","dependencies":{},"devDependencies":{"jasmine-node":"~1.0.26","nodewatch":"~0.1.0"},"gitHead":"099c489b22f7d6d2c0d20446c38d2b20ef491010","bugs":{"url":"https://github.com/jimmycuadra/shellwords/issues"},"_id":"shellwords@0.1.1","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"},"dist":{"integrity":"sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==","shasum":"d6b9181c1a48d397324c84871efbcfc73fc0654b","tarball":"https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz"},"maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shellwords-0.1.1.tgz_1502958896180_0.5970984394662082"},"directories":{}}},"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","maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"time":{"modified":"2017-08-17T08:34:56.316Z","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","0.1.1":"2017-08-17T08:34:56.316Z"},"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com","url":"http://jimmycuadra.com/"},"repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"users":{"sidwood":true,"j.su":true,"zrrtcs":true},"homepage":"https://github.com/jimmycuadra/shellwords","bugs":{"url":"https://github.com/jimmycuadra/shellwords/issues"},"license":"MIT","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"12a3a6649e5281921f856aa1ec29b4d8\"","_lastModified":"Sun, 27 May 2018 17:10:36 GMT"}