{"_id":"@amphibian/delete-cookie","_rev":"8-ca709a1e409662f43721925f8dcbe24c","name":"@amphibian/delete-cookie","description":"delete browser cookie","dist-tags":{"latest":"1.0.3"},"versions":{"1.0.1":{"name":"@amphibian/delete-cookie","version":"1.0.1","description":"delete browser cookie","main":"index.js","scripts":{"test":"mocha"},"author":{"name":"Thomas Lindstrom","email":"t@hom.as"},"license":"ISC","dependencies":{"@amphibian/write-cookie":"^1.0.2","empty-string":"^1.1.1"},"_id":"@amphibian/delete-cookie@1.0.1","_shasum":"fd78166ab50192fe1383b2b34a545a7433de39e4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"amphibian","email":"t@hom.as"},"dist":{"shasum":"fd78166ab50192fe1383b2b34a545a7433de39e4","tarball":"https://registry.npmjs.org/@amphibian/delete-cookie/-/delete-cookie-1.0.1.tgz","integrity":"sha512-MlflvBTxKbylwo24UV+qW/BO0hwzolkTe8tUNqfj5zZjXoeqR22AGkDZdnCZHnRHPnYcCFOVoX4cMoYFjDaXeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcbcPT9FcEsYlGhEBXHFLMW3WhonIi4ZASi56WAuWreAIgMyqBOCwe8SnrIG4ZXvbgcgc+JhyWK7EB9QqR13GoY/k="}]},"maintainers":[{"name":"amphibian","email":"t@hom.as"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/delete-cookie-1.0.1.tgz_1481725906342_0.17380674672313035"},"directories":{}},"1.0.2":{"name":"@amphibian/delete-cookie","version":"1.0.2","description":"delete browser cookie","main":"index.js","scripts":{"test":"mocha"},"author":{"name":"Thomas Lindstrom","email":"t@hom.as"},"license":"ISC","dependencies":{"@amphibian/write-cookie":"^1.0.1","empty-string":"^1.1.1"},"_id":"@amphibian/delete-cookie@1.0.2","_shasum":"7c7633692bd5b605480e8e5f01fc9278a18d829e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"amphibian","email":"t@hom.as"},"dist":{"shasum":"7c7633692bd5b605480e8e5f01fc9278a18d829e","tarball":"https://registry.npmjs.org/@amphibian/delete-cookie/-/delete-cookie-1.0.2.tgz","integrity":"sha512-O3ymR5b8Wpocj1R6Y4sElNZ6FfbgTS17bJ35PDPxhIIdAJY0SqD1fk9zA2WI6l7VNPp1idDtJLWkWTEOGV8DOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICc25w5K7OjmBNTdFaG1uhCDNndj6uTPHX7pFSKSHdw1AiEA8t2BaABbUbBZqs45daR3ZjF3rQNB9pbAe6jf+eLgFRY="}]},"maintainers":[{"name":"amphibian","email":"t@hom.as"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/delete-cookie-1.0.2.tgz_1481729159303_0.9724047861527652"},"directories":{}},"1.0.3":{"name":"@amphibian/delete-cookie","version":"1.0.3","description":"delete browser cookie","main":"index.js","scripts":{"test":"mocha"},"author":{"name":"Thomas Lindstrom","email":"t@hom.as"},"license":"ISC","dependencies":{"@amphibian/write-cookie":"^1.0.1","empty-string":"^1.1.1"},"_id":"@amphibian/delete-cookie@1.0.3","_shasum":"c69de8549c9527526a1b8af917c3b4ada0300df7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.2.1","_npmUser":{"name":"amphibian","email":"t@hom.as"},"dist":{"shasum":"c69de8549c9527526a1b8af917c3b4ada0300df7","tarball":"https://registry.npmjs.org/@amphibian/delete-cookie/-/delete-cookie-1.0.3.tgz","integrity":"sha512-mDNoDgwRBMFbdsT2vZB5UeT0KqJ/SbW9EqoXFMTyAv/zbrhOPXTJzlB2S5IBH2tnjJswe32vmtdiTNfVBlY3MQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIPiltA2QaYSJFbzhpGqK+QkH4emu4CKTSFZpBw9EKdAIgFiB6Rry242gRgASX8EBo/Ps3ABXmrWJR3zoM3KLBPeU="}]},"maintainers":[{"name":"amphibian","email":"t@hom.as"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/delete-cookie-1.0.3.tgz_1482237185906_0.32516179350204766"},"directories":{}}},"readme":"# delete-cookie\n\n[![build status](https://gitlab.com/thomaslindstr_m/delete-cookie/badges/master/build.svg)](https://gitlab.com/thomaslindstr_m/delete-cookie/commits/master)\n\ndelete browser cookie\n\n```\nnpm install @amphibian/delete-cookie\n```\n\n## Arguments\n\n### `name` **String**\n\nCookie name.\n\n### `options` **Object**\n\nOptions for setting the cookie.\n\n- `domain` **String**: Cookie domain. Current hostname without subdomains is the default, eg. `npmjs.org`.\n- `path` **String**: Cookie path. `/` is the default.\n\n\n## Example\n\n```javascript\nvar deleteCookie = require('@amphibian/delete-cookie');\n\ndeleteCookie('test_cookie');\n\n// By default, the cookie domain is set to the current hostname without\n// subdomains included. Override this using the `domains` option\ndeleteCookie('test_cookie2', {\n    domains: 'my-domain.com'\n});\n```\n","maintainers":[{"email":"t@hom.as","name":"thomaslindstr_m"}],"time":{"modified":"2022-06-12T14:39:47.411Z","created":"2016-12-14T14:31:46.904Z","1.0.1":"2016-12-14T14:31:46.904Z","1.0.2":"2016-12-14T15:26:01.333Z","1.0.3":"2016-12-20T12:33:06.529Z"},"author":{"name":"Thomas Lindstrom","email":"t@hom.as"},"license":"ISC","readmeFilename":"README.md"}