{"_id":"unquote","_rev":"7-ee0864a9149ff57eaa8109e3a56c208a","name":"unquote","description":"Remove wrapping quotes from a string.","dist-tags":{"latest":"1.1.1"},"versions":{"1.0.0":{"name":"unquote","version":"1.0.0","description":"Remove wrapping quotes from a string.","main":"index.js","scripts":{"test":"node test/*"},"author":{"name":"Cameron Lakenen","email":"cameron@lakenen.com"},"license":"MIT","devDependencies":{"tape":"^2.13.4"},"directories":{"test":"test"},"repository":{"type":"git","url":"https://github.com/lakenen/node-unquote.git"},"bugs":{"url":"https://github.com/lakenen/node-unquote/issues"},"homepage":"https://github.com/lakenen/node-unquote","gitHead":"31d735df0abd1a95bd2f0d557ffe2c090f352a2f","_id":"unquote@1.0.0","_shasum":"d587a9883a7d0c7fb2989d05f44f38d72c32ad06","_from":".","_npmVersion":"1.4.20","_npmUser":{"name":"lakenen","email":"cameron.lakenen@gmail.com"},"maintainers":[{"name":"lakenen","email":"cameron.lakenen@gmail.com"}],"dist":{"shasum":"d587a9883a7d0c7fb2989d05f44f38d72c32ad06","tarball":"https://registry.npmjs.org/unquote/-/unquote-1.0.0.tgz","integrity":"sha512-PLNzQ/+5KgN2dON9W2BvVyHMmHbdAeN+KJvfuIAJNHhZVugR2ouiMoEB88WrDXaW89PRMhi7T2er9Saj++Xj0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlqQ1s81uuWu38JZ7yMWo7JhiE0S5z5daHxy1O1GF4VAIhAIJMpXi/xaveOKAnUVMwz159i1sHFfTjmzdB/IcPguXr"}]}},"1.1.0":{"name":"unquote","version":"1.1.0","description":"Remove wrapping quotes from a string.","main":"index.js","scripts":{"test":"node test/*"},"author":{"name":"Cameron Lakenen","email":"cameron@lakenen.com"},"license":"MIT","devDependencies":{"tape":"^2.13.4"},"directories":{"test":"test"},"repository":{"type":"git","url":"https://github.com/lakenen/node-unquote.git"},"bugs":{"url":"https://github.com/lakenen/node-unquote/issues"},"homepage":"https://github.com/lakenen/node-unquote","keywords":["string","unquote","quotes"],"gitHead":"7c90cf13f49156634ddd610ff6d9f7428bddf045","_id":"unquote@1.1.0","_shasum":"98e1fc608b6b854c75afb1b95afc099ba69d942f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"lakenen","email":"cameron.lakenen@gmail.com"},"maintainers":[{"name":"lakenen","email":"cameron.lakenen@gmail.com"}],"dist":{"shasum":"98e1fc608b6b854c75afb1b95afc099ba69d942f","tarball":"https://registry.npmjs.org/unquote/-/unquote-1.1.0.tgz","integrity":"sha512-fkqpykkFyYqYV5yu3HGF80/anZFpMTBuhJkDWl9WycEomlDrgFQoStUpkAkbRofLT3r77anShops1DfxzxBliA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID9EUFD2917pKTEeMJdWjl3G103nTff+omejAhiBWc1AAiEA1YjvycOBTMb+qxY9aE7sAhQRj3sZB4D5u0y0puEizfc="}]}},"1.1.1":{"name":"unquote","version":"1.1.1","description":"Remove wrapping quotes from a string.","main":"index.js","scripts":{"test":"node test/*"},"author":{"name":"Cameron Lakenen","email":"cameron@lakenen.com"},"license":"MIT","devDependencies":{"tape":"^2.13.4"},"directories":{"test":"test"},"repository":{"type":"git","url":"git+https://github.com/lakenen/node-unquote.git"},"bugs":{"url":"https://github.com/lakenen/node-unquote/issues"},"homepage":"https://github.com/lakenen/node-unquote","keywords":["string","unquote","quotes"],"gitHead":"1fd68c5a789afa2fac29965c408fcbd045c39392","_id":"unquote@1.1.1","_shasum":"8fded7324ec6e88a0ff8b905e7c098cdc086d544","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"lakenen","email":"cameron@lakenen.com"},"dist":{"shasum":"8fded7324ec6e88a0ff8b905e7c098cdc086d544","tarball":"https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz","integrity":"sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEMTOh82fq8301EuSh4BuUSJTqkV5TDemEhHmf2/PedKAiB5E2GZzb8iPcXIopKtmakzBikj9i9CZcYnbgVf7uHjnA=="}]},"maintainers":[{"name":"lakenen","email":"cameron.lakenen@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unquote-1.1.1.tgz_1513569273182_0.8732044610660523"}}},"readme":"# unquote\n\nRemove wrapping quotes from a string. Returns an empty string if the first arg is falsey.\n\n## Installation\n\n```\nnpm install unquote\n```\n\n\n## Usage\n\nExample\n```js\nvar unquote = require('unquote')\n\nunquote('\"hello, world\"') // 'hello, world'\nunquote('\\'hello, world\\'') // 'hello, world'\n```\n\n\n## Running Tests\n\n```\nnpm test\n```\n\n## License\n\n([The MIT License](LICENSE))\n\nCopyright 2017 Cameron Lakenen\n","maintainers":[{"name":"lakenen","email":"cameron.lakenen@gmail.com"}],"time":{"modified":"2022-06-28T05:16:15.013Z","created":"2014-07-22T17:58:24.073Z","1.0.0":"2014-07-22T17:58:24.073Z","1.1.0":"2015-03-18T20:12:41.709Z","1.1.1":"2017-12-18T03:54:33.432Z"},"homepage":"https://github.com/lakenen/node-unquote","repository":{"type":"git","url":"git+https://github.com/lakenen/node-unquote.git"},"author":{"name":"Cameron Lakenen","email":"cameron@lakenen.com"},"bugs":{"url":"https://github.com/lakenen/node-unquote/issues"},"license":"MIT","readmeFilename":"README.md","keywords":["string","unquote","quotes"]}