{"_id":"beare","_rev":"70573","name":"beare","description":"Cross-platform helper for node.js projects.","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"paulmillr","email":"paul@paulmillr.com"}],"time":{"modified":"2021-06-03T10:23:18.000Z","created":"2012-04-26T00:42:44.808Z","0.1.1":"2012-04-26T01:22:41.788Z","0.1.0":"2012-04-26T00:42:44.808Z"},"users":{},"author":{"name":"Paul Miller","url":"http://paulmillr.com/"},"repository":{"type":"git","url":"git://github.com/paulmillr/beare.git"},"versions":{"0.1.1":{"author":{"name":"Paul Miller","url":"http://paulmillr.com/"},"name":"beare","description":"Cross-platform helper for node.js projects.","version":"0.1.1","homepage":"https://github.com/paulmillr/beare","repository":{"type":"git","url":"git://github.com/paulmillr/beare.git"},"main":"./lib/index.js","dependencies":{"coffee-script":"1.3.1","glob":"3.1.9","mkdirp":"0.3.1"},"devDependencies":{},"optionalDependencies":{},"bundleDependencies":["coffee-script","glob","mkdirp"],"engines":{"node":"0.6 || 0.7 || 0.8"},"_npmUser":{"name":"paulmillr","email":"paul@paulmillr.com"},"_id":"beare@0.1.1","_engineSupported":true,"_npmVersion":"1.1.18","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"7dca730bc44883ab8f80205317119fc1fc7646a8","size":105278,"noattachment":false,"key":"/beare/-/beare-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/beare/download/beare-0.1.1.tgz"},"maintainers":[{"name":"paulmillr","email":"paul@paulmillr.com"}],"directories":{},"publish_time":1335403361788,"_cnpm_publish_time":1335403361788,"_hasShrinkwrap":false},"0.1.0":{"author":{"name":"Paul Miller","url":"http://paulmillr.com/"},"name":"beare","description":"Cross-platform helper for node.js projects.","version":"0.1.0","homepage":"https://github.com/paulmillr/beare","repository":{"type":"git","url":"git://github.com/paulmillr/beare.git"},"main":"./lib/index.js","dependencies":{"coffee-script":"1.3.1","glob":"3.1.9","mkdirp":"0.3.1"},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"0.6 || 0.7 || 0.8"},"_npmUser":{"name":"paulmillr","email":"paul@paulmillr.com"},"_id":"beare@0.1.0","_engineSupported":true,"_npmVersion":"1.1.18","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"6b1c0e96a687b8764b9bce59edb85ce2fbe90c83","size":2328,"noattachment":false,"key":"/beare/-/beare-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/beare/download/beare-0.1.0.tgz"},"maintainers":[{"name":"paulmillr","email":"paul@paulmillr.com"}],"directories":{},"publish_time":1335400964808,"_cnpm_publish_time":1335400964808,"_hasShrinkwrap":false}},"readme":"# Beare\nBeare is a cross-platform helper for node.js projects.\n\nBeare is useful if you write projects in CoffeeScript and don't want do store compiled files in repo, because it greatly pollutes it. Beare will compile your `src` coffeescript files to `lib` even on windows which is impossible with plain `package.json`.\n\n## Getting started\nInstall chokidar via node.js package manager / add it to `package.json`:\n\n    npm install beare\n\n* Create `beare.js` file in project root with content\n`require('beare').parseArgs();`.\n* Add code to your package.json.\n\n```json\n  \"scripts\": {\n    \"postinstall\": \"node beare.js compileCoffeeScripts\"\n    \"test\": \"node beare.js testWithMocha\"\n  }\n```\n\n## API\n* `compileCoffeeScripts([source = 'src', destination = 'lib'])`\n* `testWithMocha()`\n* `parseArgs()`\n\n## License\nThe MIT license.\n\nCopyright (c) Paul Miller (http://paulmillr.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","_attachments":{},"homepage":"https://github.com/paulmillr/beare"}