{ "_args": [ [ { "raw": "shellwords@^0.1.1", "scope": null, "escapedName": "shellwords", "name": "shellwords", "rawSpec": "^0.1.1", "spec": ">=0.1.1 <0.2.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/node-notifier" ] ], "_from": "shellwords@>=0.1.1 <0.2.0", "_id": "shellwords@0.1.1", "_inCache": true, "_location": "/shellwords", "_nodeVersion": "8.3.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/shellwords-0.1.1.tgz_1502958896180_0.5970984394662082" }, "_npmUser": { "name": "jimmycuadra", "email": "jimmycuadra@gmail.com" }, "_npmVersion": "5.3.0", "_phantomChildren": {}, "_requested": { "raw": "shellwords@^0.1.1", "scope": null, "escapedName": "shellwords", "name": "shellwords", "rawSpec": "^0.1.1", "spec": ">=0.1.1 <0.2.0", "type": "range" }, "_requiredBy": [ "/node-notifier" ], "_resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", "_shasum": "d6b9181c1a48d397324c84871efbcfc73fc0654b", "_shrinkwrap": null, "_spec": "shellwords@^0.1.1", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/node-notifier", "author": { "name": "Jimmy Cuadra", "email": "jimmy@jimmycuadra.com", "url": "http://jimmycuadra.com/" }, "bugs": { "url": "https://github.com/jimmycuadra/shellwords/issues" }, "dependencies": {}, "description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.", "devDependencies": { "jasmine-node": "~1.0.26", "nodewatch": "~0.1.0" }, "directories": {}, "dist": { "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", "shasum": "d6b9181c1a48d397324c84871efbcfc73fc0654b", "tarball": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz" }, "files": [ "lib" ], "gitHead": "099c489b22f7d6d2c0d20446c38d2b20ef491010", "homepage": "https://github.com/jimmycuadra/shellwords", "license": "MIT", "main": "./lib/shellwords", "maintainers": [ { "name": "jimmycuadra", "email": "jimmycuadra@gmail.com" } ], "name": "shellwords", "optionalDependencies": {}, "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", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/jimmycuadra/shellwords.git" }, "scripts": { "test": "cake spec" }, "version": "0.1.1" }