{"_id":"unquote","_rev":"159754","name":"unquote","description":"Remove wrapping quotes from a string.","dist-tags":{"latest":"1.1.1"},"maintainers":[{"name":"lakenen","email":"cameron.lakenen@gmail.com"}],"time":{"modified":"2021-06-03T11:39:11.000Z","created":"2014-07-22T17:58:24.073Z","1.1.1":"2017-12-18T03:54:33.432Z","1.1.0":"2015-03-18T20:12:41.709Z","1.0.0":"2014-07-22T17:58:24.073Z"},"users":{},"author":{"name":"Cameron Lakenen","email":"cameron@lakenen.com"},"repository":{"type":"git","url":"git+https://github.com/lakenen/node-unquote.git"},"versions":{"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","size":1473,"noattachment":false,"key":"/unquote/-/unquote-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/unquote/download/unquote-1.1.1.tgz"},"maintainers":[{"name":"lakenen","email":"cameron.lakenen@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unquote-1.1.1.tgz_1513569273182_0.8732044610660523"},"publish_time":1513569273432,"_hasShrinkwrap":false,"_cnpm_publish_time":1513569273432},"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","size":2347,"noattachment":false,"key":"/unquote/-/unquote-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unquote/download/unquote-1.1.0.tgz"},"publish_time":1426709561709,"_cnpm_publish_time":1426709561709,"_hasShrinkwrap":false},"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","size":2236,"noattachment":false,"key":"/unquote/-/unquote-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/unquote/download/unquote-1.0.0.tgz"},"publish_time":1406051904073,"_cnpm_publish_time":1406051904073,"_hasShrinkwrap":false}},"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","_attachments":{},"homepage":"https://github.com/lakenen/node-unquote","bugs":{"url":"https://github.com/lakenen/node-unquote/issues"},"license":"MIT"}