{"_id":"legacy","_rev":"15-35a3066887fa913b16d1e83af6b90bcd","name":"legacy","description":"Legacy browser style sheet generator","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.1":{"name":"legacy","version":"0.0.1","keywords":["legacy","css"],"author":{"name":"Simen Brekken","email":"simen@unfold.no"},"license":"MIT","_id":"legacy@0.0.1","maintainers":[{"name":"unfold","email":"github@unfold.no"}],"bugs":{"url":"https://github.com/unfold/legacy/issues"},"bin":{"legacy":"./bin/legacy"},"dist":{"shasum":"7843e4ce5ff31557292de26cd2e03b1c33bf6db8","tarball":"https://registry.npmjs.org/legacy/-/legacy-0.0.1.tgz","integrity":"sha512-OizVYcvOa2+XoPr95EPj+LFAhoZe2A843Fd1RiM2Oh/+LCyLxk5RZZNFRJbcsV1Gs1jyKgeCtgERZSuw993MNA==","signatures":[{"sig":"MEUCIFmQosDgiQTwzUPDCJpDUmFlwhCLz216+3cajcXTGODDAiEApBDpsbhodakHpy6AIt0pTLkHdzUkfilO+BFNQv9Nwo4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/legacy","_from":".","readme":"### Dignified Styles For The Elderly.\n\nLegacy generates a stylesheet for older browsers by extracting\nmedia queries that match a specified \"desktop\" size.\n\n#### No strings attached\n\nInstead of relying on a specific [framework](http://compass-style.org)\nor [build system](http://gruntjs.com) Legacy will work with anything that outputs\nor processes a CSS file.\n\n### Installation\n\n    $ npm install legacy\n\n### Usage\n\n    $ legacy [options] [file] [min-width]\n\n### Options\n    -h, --help               output usage information\n    -V, --version            output the version number\n\n### Examples\n\n#### Generating a legacy style sheet from an existing CSS file:\n\n    $ legacy main.css > main.legacy.css\n\n### API\n\n    var legacy = require('legacy')\n\n    legacy(string, minWidth)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Simen Brekken &lt;simen@unfold.no&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","engines":{"node":">= 0.8"},"scripts":{"test":"make test"},"_npmUser":{"name":"unfold","email":"github@unfold.no"},"repository":{"url":"https://github.com/unfold/legacy","type":"git"},"_npmVersion":"1.3.5","description":"Legacy browser style sheet generator","directories":{},"dependencies":{"css":"~1.4.1","commander":"~2.0.0"},"readmeFilename":"Readme.md","devDependencies":{"mocha":"*","should":"*"}},"0.0.2":{"name":"legacy","version":"0.0.2","keywords":["legacy","css"],"author":{"name":"Simen Brekken","email":"simen@unfold.no"},"license":"MIT","_id":"legacy@0.0.2","maintainers":[{"name":"unfold","email":"github@unfold.no"}],"bugs":{"url":"https://github.com/unfold/legacy/issues"},"bin":{"legacy":"./bin/legacy"},"dist":{"shasum":"b36372da9a5d025da2e1994d0ca064f279f4c065","tarball":"https://registry.npmjs.org/legacy/-/legacy-0.0.2.tgz","integrity":"sha512-5HjQpRt1dvZhGGlKCe85Dd+0M9lospfm6lDHMRxJmXSEItfv+J8vAdU7x+5gV9yJwyZDHmulvFhS95YH6bLapw==","signatures":[{"sig":"MEUCID6xYKpiDgmj4f+erx9tZp2lEC0aWGbRFBUuMIaeBm1GAiEAtv1iRjXGFBqgx6k/snx9Qh20Rm7NK9sohxxMBK8PpgI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/legacy","_from":".","readme":"### Dignified Styles For The Elderly.\n\nLegacy generates a stylesheet for older browsers by extracting\nmedia queries that match a specified \"desktop\" size.\n\n#### No strings attached\n\nInstead of relying on a specific [framework](http://compass-style.org)\nor [build system](http://gruntjs.com) Legacy will work with anything that outputs\nor processes a CSS file.\n\n### Installation\n\n    $ npm install legacy\n\n### Usage\n\n    $ legacy [options] [file] [min-width]\n\n### Options\n    -h, --help               output usage information\n    -V, --version            output the version number\n\n### Examples\n\n#### Generating a legacy style sheet from an existing CSS file:\n\n    $ legacy main.css 75em > main.legacy.css\n\nThe resulting style sheet includes all media queries that match `min-width <= 75em`\n\n### API\n\n    var legacy = require('legacy')\n\n    legacy(string, minWidth)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Simen Brekken &lt;simen@unfold.no&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","engines":{"node":">= 0.8"},"scripts":{"test":"make test"},"_npmUser":{"name":"unfold","email":"github@unfold.no"},"repository":{"url":"https://github.com/unfold/legacy","type":"git"},"_npmVersion":"1.3.5","description":"Legacy browser style sheet generator","directories":{},"dependencies":{"css":"~1.4.1","commander":"~2.0.0"},"readmeFilename":"Readme.md","devDependencies":{"mocha":"*","should":"*"}},"0.0.3":{"name":"legacy","version":"0.0.3","keywords":["legacy","css"],"author":{"name":"Simen Brekken","email":"simen@unfold.no"},"license":"MIT","_id":"legacy@0.0.3","maintainers":[{"name":"unfold","email":"github@unfold.no"}],"bugs":{"url":"https://github.com/unfold/legacy/issues"},"bin":{"legacy":"./bin/legacy"},"dist":{"shasum":"47ea0841995b97f5e8c582be97329eb01e096072","tarball":"https://registry.npmjs.org/legacy/-/legacy-0.0.3.tgz","integrity":"sha512-lDPSnT8JWd8grUigFmMXk4VclTt06JfqHw2k1zwh2wE9xuP2/+5JS1tSTUBpKekXZgGlMGxlHI1rgV/4cv4vPw==","signatures":[{"sig":"MEUCIQCybU8W3qeZcwDkCAbqFJ6+oNdlMCtZOInYuZ7KvitoYwIgXqNgCzibZlb3pVpYKTMV9RO38s8QH6ypbvRlrjDMPBw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/legacy","_from":".","readme":"### Dignified Styles For The Elderly.\n\nLegacy generates a stylesheet for older browsers by extracting\nmedia queries that match a specified \"desktop\" size.\n\n#### No strings attached\n\nInstead of relying on a specific [framework](http://compass-style.org)\nor [build system](http://gruntjs.com) Legacy will work with anything that outputs\nor processes a CSS file.\n\n### Installation\n\n    $ npm install legacy\n\n### Usage\n\n    $ legacy [options] [file] [min-width]\n\n### Options\n    -h, --help               output usage information\n    -V, --version            output the version number\n\n### Examples\n\n#### Generating a legacy style sheet from an existing CSS file:\n\n    $ legacy main.css 75em > main.legacy.css\n\nThe resulting style sheet includes all media queries that match `min-width <= 75em`\n\n### API\n\n    var legacy = require('legacy')\n\n    legacy(string, minWidth)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Simen Brekken &lt;simen@unfold.no&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","engines":{"node":">= 0.8"},"scripts":{"test":"make test"},"_npmUser":{"name":"unfold","email":"github@unfold.no"},"repository":{"url":"https://github.com/unfold/legacy","type":"git"},"_npmVersion":"1.3.8","description":"Legacy browser style sheet generator","directories":{},"dependencies":{"css":"~1.4.1","commander":"~2.0.0"},"readmeFilename":"Readme.md","devDependencies":{"mocha":"*","should":"*"}}},"time":{"created":"2013-08-10T14:28:46.690Z","modified":"2024-06-27T16:12:49.079Z","0.0.1":"2013-08-10T14:28:50.301Z","0.0.2":"2013-08-11T17:27:49.193Z","0.0.3":"2013-09-03T07:08:16.313Z"},"maintainers":[{"name":"cheerypick","email":"katrineorlova@gmail.com"},{"name":"einarlove","email":"post@einarlove.com"},{"name":"pawelkocot","email":"kocot.pawel@gmail.com"},{"name":"hjnilsson","email":"mail@hjnilsson.com"},{"name":"unfold-oslo","email":"github@unfold.no"}],"author":{"name":"Simen Brekken","email":"simen@unfold.no"},"repository":{"url":"https://github.com/unfold/legacy","type":"git"},"readme":"### Dignified Styles For The Elderly.\n\nLegacy generates a stylesheet for older browsers by extracting\nmedia queries that match a specified \"desktop\" size.\n\n#### No strings attached\n\nInstead of relying on a specific [framework](http://compass-style.org)\nor [build system](http://gruntjs.com) Legacy will work with anything that outputs\nor processes a CSS file.\n\n### Installation\n\n    $ npm install legacy\n\n### Usage\n\n    $ legacy [options] [file] [min-width]\n\n### Options\n    -h, --help               output usage information\n    -V, --version            output the version number\n\n### Examples\n\n#### Generating a legacy style sheet from an existing CSS file:\n\n    $ legacy main.css > main.legacy.css\n\n### API\n\n    var legacy = require('legacy')\n\n    legacy(string, minWidth)\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Simen Brekken &lt;simen@unfold.no&gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","users":{"josevsp":true}}