{"_id":"connect-header","_rev":"13-a03ae2861405af57354956c1d81a7954","name":"connect-header","description":"General header middleware for Connect.","dist-tags":{"latest":"0.0.5"},"versions":{"0.0.1":{"name":"connect-header","version":"0.0.1","description":"General header middleware for Connect.","author":{"name":"Luics","email":"luics.king@gmail.com","url":"http://github.com/luics"},"repository":{"type":"git","url":"git://github.com/luics/connect-header.git"},"bugs":{"url":"http://github.com/luics/connect-header/issues"},"main":"./lib","dependencies":{},"devDependencies":{},"scripts":{},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"keywords":["connect","express","header","general"],"_npmUser":{"name":"luics","email":"luics.king@gmail.com"},"_id":"connect-header@0.0.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.17","_defaultsLoaded":true,"dist":{"shasum":"43519a0cf166a1207a70b7ad05bec47101808950","tarball":"https://registry.npmjs.org/connect-header/-/connect-header-0.0.1.tgz","integrity":"sha512-VJ7A0aJOBG9nbpqujv69t6XGWyUgAjPOdKNvjsyX+GiR2wqSGwN9sbMXFFn+zPrpLCAVk4NApXqVnmkrtmdX3A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC60bk3zj2n4qrUSJEenwkgbul51pC4rRpbYr7sqs2ZggIgZW4bkyEzoqKcqaG3UQRyy1tRC22DgYVCKBYlux47K/I="}]},"readme":"","maintainers":[{"name":"luics","email":"luics.king@gmail.com"}]},"0.0.2":{"name":"connect-header","version":"0.0.2","description":"General header middleware for Connect.","author":{"name":"Luics","email":"luics.king@gmail.com","url":"http://github.com/luics"},"repository":{"type":"git","url":"git://github.com/luics/connect-header.git"},"bugs":{"url":"http://github.com/luics/connect-header/issues"},"main":"./lib","dependencies":{},"devDependencies":{"qunit":"*","github-flavored-markdown":"*"},"scripts":{},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"keywords":["connect","express","header","general"],"readme":"# connect-header\r\n\r\nThis middleware sets or removes header on HTTP responses.\r\n\r\n## Installation\r\n\r\n    $ npm install connect-header\r\n\r\n## Usage\r\n\r\nTo set header on responses, simply use `header` middleware like.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Name':'luics',\r\n      'X-Age':'25'\r\n    }));\r\n\r\nTo remove header, use `header` middleware and specify `null`.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Age':null\r\n    }));\r\n\r\n\r\n## Credits\r\n\r\n  - [luics](http://github.com/luics)\r\n\r\n\r\n## Test\r\n\r\n  node test\r\n\r\n\r\n## License\r\n\r\n(The MIT License)\r\n\r\nCopyright (c) 2012 Luics\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of\r\nthis software and associated documentation files (the \"Software\"), to deal in\r\nthe Software without restriction, including without limitation the rights to\r\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r\nthe Software, and to permit persons to whom the Software is furnished to do so,\r\nsubject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","_id":"connect-header@0.0.2","dist":{"shasum":"c855fc65cd8fc59fedf0dfd8029272c9c378650e","tarball":"https://registry.npmjs.org/connect-header/-/connect-header-0.0.2.tgz","integrity":"sha512-UP5KEhEVyjeZ0TsmJ3FvOKWpW7c94ywkkbu605Z2LaxwDiudXgZFMrt2qsKmkF9LS9S4gaF0EPDRc6YpjajMog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDvNnfFV9vGOfGMQDUSftQ19c0N6kfbhyEw8D76avjlKAIhAKi4a8PDYgHyCjX8xk8ANcWRYJowpEpBinJkOQABBmKT"}]},"_npmVersion":"1.1.62","_npmUser":{"name":"luics","email":"luics.king@gmail.com"},"maintainers":[{"name":"luics","email":"luics.king@gmail.com"}]},"0.0.3":{"name":"connect-header","version":"0.0.3","description":"General header middleware for Connect.","author":{"name":"Luics","email":"luics.king@gmail.com","url":"http://github.com/luics"},"repository":{"type":"git","url":"git://github.com/luics/connect-header.git"},"bugs":{"url":"http://github.com/luics/connect-header/issues"},"main":"./lib","dependencies":{},"devDependencies":{"qunit":"*","github-flavored-markdown":"*"},"scripts":{},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"keywords":["connect","express","header","general"],"readme":"# connect-header\r\n\r\nThis middleware sets or removes header on HTTP responses.\r\n\r\n## Installation\r\n\r\n    $ npm install connect-header\r\n\r\n## Usage\r\n\r\nTo set header on responses, simply use `header` middleware like.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Name':'luics',\r\n      'X-Age':'25'\r\n    }));\r\n\r\nTo remove header, use `header` middleware and specify `null`.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Age':null\r\n    }));\r\n\r\n\r\n## Credits\r\n\r\n  - [luics](http://github.com/luics)\r\n\r\n\r\n## Test\r\n\r\n  node test\r\n\r\n\r\n## License\r\n\r\n(The MIT License)\r\n\r\nCopyright (c) 2012 Luics\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of\r\nthis software and associated documentation files (the \"Software\"), to deal in\r\nthe Software without restriction, including without limitation the rights to\r\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r\nthe Software, and to permit persons to whom the Software is furnished to do so,\r\nsubject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","_id":"connect-header@0.0.3","dist":{"shasum":"786eda2a97ad08f0a53faf95313501b43e3578de","tarball":"https://registry.npmjs.org/connect-header/-/connect-header-0.0.3.tgz","integrity":"sha512-3qq0Ftn4b4mcNXBY5ZCauosafajz6AAE2RSg/wec+lzFpgLsYjeHDOZ/4rvlbDWC0aQKFLA+Dw2+D/CzQGYjtg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDenP8+1jZ67k6JLI9Mld7T+ctSTp/eOa8cBmzIbnVD8AiEAu0JeBni3A1UnZgAJvMpZXXGzwj63srZqjz2YAXvRxsM="}]},"_npmVersion":"1.1.62","_npmUser":{"name":"luics","email":"luics.king@gmail.com"},"maintainers":[{"name":"luics","email":"luics.king@gmail.com"}]},"0.0.4":{"name":"connect-header","version":"0.0.4","description":"General header middleware for Connect.","author":{"name":"Luics","email":"luics.king@gmail.com","url":"http://github.com/luics"},"repository":{"type":"git","url":"https://github.com/luics/connect-header.git"},"bugs":{"url":"http://github.com/luics/connect-header/issues"},"main":"./lib","dependencies":{},"devDependencies":{"qunit":"*"},"scripts":{},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"keywords":["connect","express","header","general"],"readme":"# connect-header\r\n\r\nThis middleware sets or removes header on HTTP responses.\r\n\r\n## Installation\r\n\r\n    $ npm install connect-header\r\n\r\n## Usage\r\n\r\nTo set header on responses, simply use `header` middleware like.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Name':'luics',\r\n      'X-Age':'25'\r\n    }));\r\n\r\nTo remove header, use `header` middleware and specify `null`.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Age':null\r\n    }));\r\n\r\n\r\n## Credits\r\n\r\n  - [luics](http://github.com/luics)\r\n\r\n\r\n## Test\r\n\r\n    $ npm install\r\n    $ node test\r\n\r\n\r\n## License\r\n\r\n(The MIT License)\r\n\r\nCopyright (c) 2012 Luics\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of\r\nthis software and associated documentation files (the \"Software\"), to deal in\r\nthe Software without restriction, including without limitation the rights to\r\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r\nthe Software, and to permit persons to whom the Software is furnished to do so,\r\nsubject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","_id":"connect-header@0.0.4","dist":{"shasum":"c57fbaa88c2ebfef11e734dd621b1425fd770968","tarball":"https://registry.npmjs.org/connect-header/-/connect-header-0.0.4.tgz","integrity":"sha512-9b0iDMWktz6tZy0GUOX3XGUYlCf+8kfnKyIqqCYv2D4HhBEt80GRXz+BpID9WiVBhxEQR9w0rz3QLGGfStBWwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXNfg7UH6Vz2x7z4jkP0Sc3i8hJ7KgdLsZAecv7yn0IgIhAPPtfipXjy3TgAPq9VtTZoSVmkW04UV1GRra/oDv8NRS"}]},"_npmVersion":"1.1.62","_npmUser":{"name":"luics","email":"luics.king@gmail.com"},"maintainers":[{"name":"luics","email":"luics.king@gmail.com"}]},"0.0.5":{"name":"connect-header","version":"0.0.5","description":"General header middleware for Connect.","author":{"name":"Luics","email":"luics.king@gmail.com","url":"http://github.com/luics"},"repository":{"type":"git","url":"https://github.com/luics/connect-header.git"},"bugs":{"url":"http://github.com/luics/connect-header/issues"},"main":"./lib","dependencies":{},"devDependencies":{"qunit":"*"},"scripts":{"test":"node test"},"engines":{"node":">= 0.4.0"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"keywords":["connect","express","header","general"],"readme":"# connect-header\r\n\r\nThis middleware sets or removes header on HTTP responses.\r\n\r\n## Installation\r\n\r\n    $ npm install connect-header\r\n\r\n## Usage\r\n\r\nTo set header on responses, simply use `header` middleware like.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Name':'luics',\r\n      'X-Age':'25'\r\n    }));\r\n\r\nTo remove header, use `header` middleware and specify `null`.\r\n\r\n    var header = require('connect-header');\r\n\r\n    app.use(header({\r\n      'X-Age':null\r\n    }));\r\n\r\n\r\n## Credits\r\n\r\n  - [luics](http://github.com/luics)\r\n\r\n\r\n## Test\r\n\r\n    $ npm install\r\n    $ npm test\r\n\r\n\r\n## License\r\n\r\n(The MIT License)\r\n\r\nCopyright (c) 2012 Luics\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of\r\nthis software and associated documentation files (the \"Software\"), to deal in\r\nthe Software without restriction, including without limitation the rights to\r\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r\nthe Software, and to permit persons to whom the Software is furnished to do so,\r\nsubject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","_id":"connect-header@0.0.5","dist":{"shasum":"168b70a1770d6625ceaf35549f02fd0d7f14535b","tarball":"https://registry.npmjs.org/connect-header/-/connect-header-0.0.5.tgz","integrity":"sha512-mRRG/M1N0v0KNx8E7sxfoV6cxMi+MFKCeto5NQpZSCOBjYmDzp0mCXEWXglq1lP5A4Hx4BeMTktnGQAL1Jv2QQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC35Rlqd8xR5+wfLWdrUN68L3b8fveJRtYpmwOQq31suwIgeOoCn6QVrNyn1wsPAd9gr3g3kybKsWjWv3WwSjGWouk="}]},"_npmVersion":"1.1.62","_npmUser":{"name":"luics","email":"luics.king@gmail.com"},"maintainers":[{"name":"luics","email":"luics.king@gmail.com"}]}},"readme":"","maintainers":[{"name":"luics","email":"luics.king@gmail.com"}],"time":{"modified":"2022-06-13T21:31:48.669Z","created":"2012-10-05T06:17:53.807Z","0.0.1":"2012-10-05T06:17:59.181Z","0.0.2":"2012-10-05T18:56:49.921Z","0.0.3":"2012-10-05T19:04:01.630Z","0.0.4":"2012-10-06T19:49:03.149Z","0.0.5":"2012-11-25T11:22:42.727Z"},"author":{"name":"Luics","email":"luics.king@gmail.com","url":"http://github.com/luics"},"repository":{"type":"git","url":"https://github.com/luics/connect-header.git"}}