{"_id":"shellwords","maintainers":[{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"}],"keywords":["shellwords","shell","unix","bourne","bash","command line","ruby","stdlib"],"dist-tags":{"latest":"1.1.1"},"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","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](https://docs.ruby-lang.org/en/3.1/Shellwords.html).\n\n## Installation\n\nWith npm:\n\n```\nnpm install shellwords\n```\n\nWith pnpm:\n\n```\npnpm add shellwords\n```\n\nWith Yarn:\n\n```\nyarn add shellwords\n```\n\n## API\n\nShellwords exports the following functions, shown here in the TypeScript declaration file format.\n\n``` typescript\n/**\n * Splits a string into an array of tokens in the same way the UNIX Bourne shell does.\n *\n * @param line A string to split.\n * @returns An array of the split tokens.\n */\nexport declare const split: (line?: string) => string[];\n\n/**\n * Escapes a string so that it can be safely used in a Bourne shell command line.\n *\n * @param str A string to escape.\n * @returns The escaped string.\n */\nexport declare const escape: (str?: string) => string;\n\n/**\n * Builds a command line string from an argument list.\n *\n * @param array An array of string arguments.\n * @returns The command line string.\n */\nexport const join = (array: string[]) => string;\n```\n\n## Example\n\n``` typescript\nimport { escape, split, join } from \"shellwords\";\n\nsplit(\"foo 'bar baz'\");\n// [\"foo\", \"bar baz\"]\n\nescape(\"What's up, yo?\");\n// 'What\\\\\\'s\\\\ up,\\\\ yo\\\\?'\n\njoin([\"What's\", \"up,\", \"gang?\");\n// 'What\\\\\\'s up, gang\\\\?'\n```\n\n## Legal\n\nshellwords is released under the MIT license. See `LICENSE`.\n","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"users":{"zrrtcs":true,"flumpus-dev":true,"j.su":true,"sidwood":true},"bugs":{"url":"https://github.com/jimmycuadra/shellwords/issues"},"license":"MIT","versions":{"0.0.2":{"name":"shellwords","version":"0.0.2","author":{"url":"http://jimmycuadra.com/","name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"_id":"shellwords@0.0.2","maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","dist":{"shasum":"7ad9353bcdd8fb830dbb4810f4319a5ec14fdbee","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-0.0.2.tgz","integrity":"sha512-EFvtTXUz7g66HPMhlLSGg1OHL5/PnHuf7Da+llA6h0WbLfqUZ7tLDOWguTE7PdFeyGhYIOsfliOKiHauSLiYxA==","signatures":[{"sig":"MEQCIAXplxhxiQfoN8/jYcgEFoMkpLzVZPiK710yHVewJo0rAiBYwAKxUTEW8XGFKD7mz7bL9sz9bySeL19GEY2zxaLCJQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/shellwords","scripts":{"test":"cake spec"},"repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"dependencies":{},"devDependencies":{"nodewatch":"~0.1.0","jasmine-node":"~1.0.26"}},"0.1.1":{"name":"shellwords","version":"0.1.1","author":{"url":"http://jimmycuadra.com/","name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"license":"MIT","_id":"shellwords@0.1.1","maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","bugs":{"url":"https://github.com/jimmycuadra/shellwords/issues"},"dist":{"shasum":"d6b9181c1a48d397324c84871efbcfc73fc0654b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-0.1.1.tgz","integrity":"sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==","signatures":[{"sig":"MEUCIAG7F9Qv4hUvj9yDKnPXe2tRamCTqfDLw1qw/RIJt2G1AiEAwZJxtdMKfH5jTlGLj6TEY2/6IuZcz0Szi4jiLQlcu1g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/shellwords","files":["lib"],"gitHead":"099c489b22f7d6d2c0d20446c38d2b20ef491010","scripts":{"test":"cake spec"},"_npmUser":{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"},"repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"_npmVersion":"5.3.0","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"_nodeVersion":"8.3.0","dependencies":{},"devDependencies":{"nodewatch":"~0.1.0","jasmine-node":"~1.0.26"},"_npmOperationalInternal":{"tmp":"tmp/shellwords-0.1.1.tgz_1502958896180_0.5970984394662082","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"shellwords","version":"1.0.0","author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"license":"MIT","_id":"shellwords@1.0.0","maintainers":[{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","dist":{"shasum":"91bf05513a7fde831aba26f6570366d41eca61bb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-1.0.0.tgz","fileCount":18,"integrity":"sha512-hoP42o1MjpXONxKcd1nHAA4LrSJGXu323FHIvQTTmAmEfbyW6pxlaYD2pHlrgFrlqV2/WUlLgyax13KryJCbWg==","signatures":[{"sig":"MEUCIQCLnfPeWGAMeW97inVAAttcqiSYgZmaXtynRmFm6lmhkwIgF9r0E6IziWo1lFHk3mU/wQ4xq6lSdOnKQTqJ92JKPHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IJ6CRA9TVsSAnZWagAAmKcP/AucCm0bCvECDN743a9t\nGB4OnFRmB/jFeRB0EuyjXunPlbxfSgscSFozNlj3RN70qiGWNxz8w6WTyvE7\nwLMFBY9rsw+D2EcdrXipdSlyQ/KcfSryab2oLnUevhlocKK0D730K4CG5YGt\nQBySYjikEYVASfU1RtjTcXh24WRWrXvRxrwlKZAF2xKhToOtdmsgJyTYO/gD\nqOKbZ5StOc5jtexRWwOvHNNTZMjLgduQ0SfxlIUxqEIkjFgQ8PcrnzpwWxsm\nkV6owrtNlJxkZnnx1HgnprMThFGuSevvVueYIHdEAjuduCE41Z5tBIR2E+HU\nuPUAvRpVxHlvL2PcBfQAiWZlw5wngXxFXIF/XSjytbJ4TNz5GtvV8xNqhFyV\nXCH1YWihrK4JjqMUx+xLBuFEhPtNsPhcOXauZyp4igWm1EPaOJ6xDxgNAvgO\n3eyJEPD1JjgfqHhlMQvBX6Yf9FmMZgZCDuRWB7XMjR+GrJw5F1ZBU4RYfjze\npmh2orDd4BLztB6F5eqiJyd26BwIHj8nsganVpUJYJxjOEabQhpHLz3YiRPY\nj9zeZmxrqNLDSYMroH4HzOQGoE7A+VjzgtnyxwuQTWi/biO1NkuNww55jHSg\nnnMBXJMAiIrQST7o00oswZsbedSkoZHXP5lF8XXdO2u155TkcakoUrovU2Ks\nRlpn\r\n=q5/a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","types":"dist/shellwords.d.ts","module":"dist/esm/index.js","browser":"dist/browser/index.js","scripts":{"test":"jest","build":"rm -rf dist && yarn run build:browser && yarn run build:cjs && yarn run build:esm && yarn run tsc:build","browser":"serve -l 3000","prepack":"yarn run build","build:cjs":"esbuild --bundle src/shellwords.ts --outfile=dist/cjs/index.js --sourcemap --sources-content=false --format=cjs","build:esm":"esbuild --bundle src/shellwords.ts --outfile=dist/esm/index.js --sourcemap --sources-content=false --format=esm","tsc:build":"tsc -p tsconfig.build.json","prebrowser":"yarn run build","prepublish":"yarn run build","build:browser":"esbuild --bundle src/shellwords.ts --outfile=dist/browser/index.js --sourcemap --sources-content=false --format=iife --global-name=shellwords"},"_npmUser":{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"},"repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"licenseText":"Copyright (C) 2011-2022 by Jimmy Cuadra\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","serve":"^13.0.2","esbuild":"^0.14.14","babel-jest":"^27.4.6","typescript":"^4.5.5","@babel/core":"^7.16.12","@types/jest":"^27.4.0","@babel/preset-env":"^7.16.11","@babel/preset-typescript":"^7.16.7"},"_npmOperationalInternal":{"tmp":"tmp/shellwords_1.0.0_1643676282377_0.19030843161663058","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"shellwords","version":"1.0.1","keywords":["shellwords","shell","unix","bourne","bash","command line","ruby","stdlib"],"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"license":"MIT","_id":"shellwords@1.0.1","maintainers":[{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","dist":{"shasum":"c00c509665368b249382121d9eb257cbe3af123e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-1.0.1.tgz","fileCount":18,"integrity":"sha512-Fd5KAbmR0kf6GL4bYJTeHdSKW1mCu6rMxdZcZ4l/hD9wRpBB6RxA01TdmegXWzIhJARyYDFs8EAdnpAsRaDGWw==","signatures":[{"sig":"MEUCIDNm6rLIw7XI0JjdiUxrP3+Xxc3F25iAHUUvvaROVmXaAiEAq9q3aYTrOYBQeuqm6PDArJP64hnwm4kganbVikSzn8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+R7mCRA9TVsSAnZWagAA06MP/2pDy+MAipkkbYVAqkru\n0hBWds4ynKFdxSqPiRR+j64mWucXIHC7P9rpAQilpxx5gOJiZBuD98Npgo6x\nJZDYD/I0/McAqY73D9sUN5OSRa9tfuqJZpjcczchmxNewbqWm64XHJiVTBXd\nOlr/4jJmNf6vEyAc+BeEHLCSEeYdEtew6F2OzisqTXZQfvYDg+OHAN0yhAdO\ntg4FJtEKFFkoWGH3v8eTsi/OEOIgRSQr8XDtDnVKepGDfA0Ze1EJOeUuSerq\neP0bZETca5tpYvHjJ8878rdCMhIF9ZI70mVhS6mKOk4VPNoV4r1khfxiT5HE\nnCs5zLsgS8swB/vsRHugDtyOCc9MPkZzvg3FF4naGIo6hZFhiAXjExPgPdxd\nYSIKcPtoUUsjg+4HMyzYu7N/JnxURWBUZeP31tcw6HmkGvwOekrM1ZrQU38r\n9KHbFXA5nT0dd+v7ZTUcMw8ojSRSupCZZs9NI/S+Rj+Vn1aPUlfRrt8HcpIs\nmANQr0XwbykwfTHtOfhX8yi2mTlyzdka+ipcZCzZQpDY1Pn8uio+apSKrYbh\nyyZCLLCFNHakKvreL+n80pM09Fziy0PclUewgpvheaHR/ASb+lOvlk/rktp1\n1R8+/4WMNFht/ClUE26mBokY+80l2yU1AiDjuzzBYbcBUreWuIqoi8T5hCeT\nw/Gg\r\n=ANj7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/cjs/index.js","types":"dist/shellwords.d.ts","module":"dist/esm/index.js","browser":"dist/browser/index.js","scripts":{"test":"jest","build":"rm -rf dist && yarn run build:browser && yarn run build:cjs && yarn run build:esm && yarn run tsc:build","browser":"serve -l 3000","prepack":"yarn run build","build:cjs":"esbuild --bundle src/shellwords.ts --outfile=dist/cjs/index.js --sourcemap --sources-content=false --format=cjs","build:esm":"esbuild --bundle src/shellwords.ts --outfile=dist/esm/index.js --sourcemap --sources-content=false --format=esm","tsc:build":"tsc -p tsconfig.build.json","prebrowser":"yarn run build","prepublish":"yarn run build","build:browser":"esbuild --bundle src/shellwords.ts --outfile=dist/browser/index.js --sourcemap --sources-content=false --format=iife --global-name=shellwords"},"_npmUser":{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"},"repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"licenseText":"Copyright (C) 2011-2022 by Jimmy Cuadra\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.4.7","serve":"^13.0.2","esbuild":"^0.14.14","babel-jest":"^27.4.6","typescript":"^4.5.5","@babel/core":"^7.16.12","@types/jest":"^27.4.0","@babel/preset-env":"^7.16.11","@babel/preset-typescript":"^7.16.7"},"_npmOperationalInternal":{"tmp":"tmp/shellwords_1.0.1_1643716326212_0.2260902464640424","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"shellwords","version":"1.1.0","keywords":["shellwords","shell","unix","bourne","bash","command line","ruby","stdlib"],"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"license":"MIT","_id":"shellwords@1.1.0","maintainers":[{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","bugs":{"url":"https://github.com/jimmycuadra/shellwords/issues"},"dist":{"shasum":"02e2b77b61e87e4b03349a838be48c0070e8a909","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-1.1.0.tgz","fileCount":12,"integrity":"sha512-JqZFa/6vPA5MQcbriAaKbbt/fViT23luQ8H+m+ZLuhJB/If94biv6SBwc4MJ1qe6gWku1ts/9MX+829JrYVVkA==","signatures":[{"sig":"MEUCIDz0sd6jdCw+qou9+rwQbjZxIZswrYGuUElp0F7w7SQZAiEAliVUy6lG2kARgaUypWgQeIgInODPfyPTSCWBGo3Argw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18110},"main":"dist/cjs/index.js","_from":"file:shellwords-1.1.0.tgz","types":"dist/shellwords.d.ts","module":"dist/esm/index.js","browser":"dist/browser/index.js","gitHead":"932855c3a54ffed8379d35684ac3fd2b6a19f781","scripts":{"test":"jest","build":"rm -rf dist && pnpm run build:browser && pnpm run build:cjs && pnpm run build:esm && pnpm run tsc:build","eslint":"eslint --max-warnings 0 src","browser":"serve -l 3000","prettier":"prettier --write src","build:cjs":"esbuild --bundle src/shellwords.ts --outfile=dist/cjs/index.js --sourcemap --sources-content=false --format=cjs","build:esm":"esbuild --bundle src/shellwords.ts --outfile=dist/esm/index.js --sourcemap --sources-content=false --format=esm","tsc:build":"tsc -p tsconfig.build.json","prebrowser":"pnpm run build","prepublish":"pnpm run build","build:browser":"esbuild --bundle src/shellwords.ts --outfile=dist/browser/index.js --sourcemap --sources-content=false --format=iife --global-name=shellwords"},"_npmUser":{"name":"jimmycuadra","actor":{"name":"jimmycuadra","type":"user","email":"jimmy@jimmycuadra.com"},"email":"jimmy@jimmycuadra.com"},"_resolved":"/private/var/folders/72/v_6r7k0d2x120hr5s01c5tz40000gn/T/62afc83e02050a0c6a9630a953c1916e/shellwords-1.1.0.tgz","_integrity":"sha512-JqZFa/6vPA5MQcbriAaKbbt/fViT23luQ8H+m+ZLuhJB/If94biv6SBwc4MJ1qe6gWku1ts/9MX+829JrYVVkA==","repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"_npmVersion":"10.9.2","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"_nodeVersion":"23.11.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^30.0.3","husky":"^9.1.7","serve":"^14.2.4","eslint":"^9.30.0","esbuild":"^0.25.5","prettier":"^3.6.2","@eslint/js":"^9.30.0","babel-jest":"^30.0.2","typescript":"^5.8.3","@babel/core":"^7.27.7","@types/jest":"^30.0.0","lint-staged":"^16.1.2","@eslint/eslintrc":"^3.3.1","@babel/preset-env":"^7.27.2","eslint-config-prettier":"^10.1.5","@babel/preset-typescript":"^7.27.1","@typescript-eslint/parser":"^8.35.0","@typescript-eslint/eslint-plugin":"^8.35.0"},"_npmOperationalInternal":{"tmp":"tmp/shellwords_1.1.0_1751088063562_0.9764832376671881","host":"s3://npm-registry-packages-npm-production"}},"0.0.1":{"name":"shellwords","version":"0.0.1","author":{"url":"http://jimmycuadra.com/","name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"_id":"shellwords@0.0.1","maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","dist":{"shasum":"a0ee3baca5a9e345b7748018e16728c3f7621b8b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-0.0.1.tgz","integrity":"sha512-AzQ7OE6+JERNl5CUlYIjhZYihV6FUfICijUNszq8Tay+NzTy5RVK/drPC1u3gBemu9g8OUWtl0gH9Ot5d5Hwzw==","signatures":[{"sig":"MEYCIQDJugaZzkquVygZWGEALFmDpnwIjXVOPzu9EikedlpmOwIhAOp2XP4nK65QPycfr9e6F0qI/dVDsXWuYF+7un4vTYlD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/shellwords","engines":{"node":">= 0.4"},"scripts":{"test":"cake spec"},"_npmUser":{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"},"repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"_npmVersion":"1.0.105","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"_nodeVersion":"v0.4.12","dependencies":{},"_defaultsLoaded":true,"devDependencies":{"nodewatch":"~0.0.4","jasmine-node":"~1.0.12"},"_engineSupported":true},"0.1.0":{"name":"shellwords","version":"0.1.0","author":{"url":"http://jimmycuadra.com/","name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"_id":"shellwords@0.1.0","maintainers":[{"name":"jimmycuadra","email":"jimmycuadra@gmail.com"}],"homepage":"https://github.com/jimmycuadra/shellwords","dist":{"shasum":"66afd47b6a12932d9071cbfd98a52e785cd0ba14","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-0.1.0.tgz","integrity":"sha512-JO2IKIpmKEcgFszLUMhF7FPUDD2eDNU3WRCyCYps51puhJ3YR5lHXe3E16I2xLf8tjcOz9vaKivjGN0oiw9aZQ==","signatures":[{"sig":"MEUCIHTneOC+l3QSMDRZu31+CKBJpRY34EE+NsBTNoqXNZenAiEA2zCRhw4jjW1z8mTqaeS+bOPrDAFfAcySM9LOhKpq2sU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/shellwords","scripts":{"test":"cake spec"},"repository":{"url":"git://github.com/jimmycuadra/shellwords.git","type":"git"},"description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","directories":{},"dependencies":{},"devDependencies":{"nodewatch":"~0.1.0","jasmine-node":"~1.0.26"}},"1.1.1":{"author":{"name":"Jimmy Cuadra","email":"jimmy@jimmycuadra.com"},"name":"shellwords","description":"Manipulate strings according to the word parsing rules of the UNIX Bourne shell.","version":"1.1.1","homepage":"https://github.com/jimmycuadra/shellwords","repository":{"type":"git","url":"git://github.com/jimmycuadra/shellwords.git"},"main":"dist/cjs/index.js","module":"dist/esm/index.js","browser":"dist/browser/index.js","types":"dist/shellwords.d.ts","exports":{".":{"types":"./dist/shellwords.d.ts","require":"./dist/cjs/index.js","import":"./dist/esm/index.js","browser":"./dist/browser/index.js"},"./package.json":"./package.json"},"keywords":["shellwords","shell","unix","bourne","bash","command line","ruby","stdlib"],"license":"MIT","devDependencies":{"@babel/core":"^7.27.7","@babel/preset-env":"^7.27.2","@babel/preset-typescript":"^7.27.1","@eslint/eslintrc":"^3.3.1","@eslint/js":"^9.30.0","@types/jest":"^30.0.0","@typescript-eslint/eslint-plugin":"^8.35.0","@typescript-eslint/parser":"^8.35.0","babel-jest":"^30.0.2","esbuild":"^0.25.5","eslint":"^9.30.0","eslint-config-prettier":"^10.1.5","husky":"^9.1.7","jest":"^30.0.3","lint-staged":"^16.1.2","prettier":"^3.6.2","serve":"^14.2.4","typescript":"^5.8.3"},"scripts":{"browser":"serve -l 3000","build":"rm -rf dist && pnpm run build:browser && pnpm run build:cjs && pnpm run build:esm && pnpm run tsc:build","build:browser":"esbuild --bundle src/shellwords.ts --outfile=dist/browser/index.js --sourcemap --sources-content=false --format=iife --global-name=shellwords","build:cjs":"esbuild --bundle src/shellwords.ts --outfile=dist/cjs/index.js --sourcemap --sources-content=false --format=cjs","build:esm":"esbuild --bundle src/shellwords.ts --outfile=dist/esm/index.js --sourcemap --sources-content=false --format=esm","eslint":"eslint --max-warnings 0 src","prebrowser":"pnpm run build","prepublish":"pnpm run build","prettier":"prettier --write src","test":"jest","tsc:build":"tsc -p tsconfig.build.json"},"_id":"shellwords@1.1.1","gitHead":"eb962eca680edf8a76a5f1beeb54c4d7a85ab078","bugs":{"url":"https://github.com/jimmycuadra/shellwords/issues"},"_integrity":"sha512-LzESUkEHUuFbjaE7j8uyIjKvySfSFvCF6G4WOygjwSwQj3VuX8hr+v4M252B3twEct6XTWrrNSFu74mTlx4uAQ==","_resolved":"/private/var/folders/72/v_6r7k0d2x120hr5s01c5tz40000gn/T/0d0850d98aa2ce9270af9e7b8e2af413/shellwords-1.1.1.tgz","_from":"file:shellwords-1.1.1.tgz","_nodeVersion":"24.3.0","_npmVersion":"11.4.2","dist":{"integrity":"sha512-LzESUkEHUuFbjaE7j8uyIjKvySfSFvCF6G4WOygjwSwQj3VuX8hr+v4M252B3twEct6XTWrrNSFu74mTlx4uAQ==","shasum":"43861515b85e154803ebe1208981d4c406d9996a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/shellwords/-/shellwords-1.1.1.tgz","fileCount":12,"unpackedSize":18350,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD+vvfOlZunhRzQuy6FihGrnFKWvp7/6h5F7tf/HzpljAIgIuWtlSD22d02sjw2AuwLlty1XTThIPMKU806GDOmDx8="}]},"_npmUser":{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"},"directories":{},"maintainers":[{"name":"jimmycuadra","email":"jimmy@jimmycuadra.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/shellwords_1.1.1_1752239326567_0.0618870968990024"},"_hasShrinkwrap":false}},"name":"shellwords","time":{"created":"2011-11-13T13:39:36.405Z","modified":"2025-07-31T22:13:55.830Z","0.0.2":"2012-06-28T05:37:27.630Z","0.1.1":"2017-08-17T08:34:56.316Z","1.0.0":"2022-02-01T00:44:42.503Z","1.0.1":"2022-02-01T11:52:06.366Z","1.1.0":"2025-06-28T05:21:03.754Z","0.0.1":"2011-11-13T13:39:37.483Z","0.1.0":"2012-07-21T07:33:17.618Z","1.1.1":"2025-07-11T13:08:46.752Z"},"readmeFilename":"README.md","homepage":"https://github.com/jimmycuadra/shellwords"}