{"maintainers":[{"email":"elan.shanker+npm@gmail.com","name":"es128"},{"email":"info@bnoordhuis.nl","name":"bnoordhuis"},{"email":"pip@pipobscure.com","name":"pipobscure"},{"email":"strngops@us.ibm.com","name":"strongloop"},{"email":"mbajtoss@gmail.com","name":"bajtos"}],"keywords":["fsevents","mac"],"dist-tags":{"latest":"1.1.2"},"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"description":"Native Access to Mac OS-X FSEvents","readme":"# fsevents [![NPM](https://nodei.co/npm/fsevents.png)](https://nodei.co/npm/fsevents/)\n\nNative access to OS X FSEvents in [Node.js](http://nodejs.org/)\n\nThe FSEvents API in OS X allows applications to register for notifications of\nchanges to a given directory tree. It is a very fast and lightweight alternative\nto kqueue.\n\nThis is a low-level library. For a cross-compatible file watching module that\nuses fsevents, check out [Chokidar](https://www.npmjs.com/package/chokidar).\n\n* [Module Site & GitHub](https://github.com/strongloop/fsevents)\n* [NPM Page](https://npmjs.org/package/fsevents)\n\n## Installation\n\n\t$ npm install fsevents\n\n## Usage\n\n```js\nvar fsevents = require('fsevents');\nvar watcher = fsevents(__dirname);\nwatcher.on('fsevent', function(path, flags, id) { }); // RAW Event as emitted by OS-X\nwatcher.on('change', function(path, info) { }); // Common Event for all changes\nwatcher.start() // To start observation\nwatcher.stop()  // To end observation\n```\n\n### Events\n\n * *fsevent* - RAW Event as emitted by OS-X\n * *change* - Common Event for all changes\n * *created* - A File-System-Item has been created\n * *deleted* - A File-System-Item has been deleted\n * *modified* - A File-System-Item has been modified\n * *moved-out* - A File-System-Item has been moved away from this location\n * *moved-in* - A File-System-Item has been moved into this location\n\nAll events except *fsevent* take an *info* object as the second parameter of the callback. The structure of this object is:\n\n```js\n{\n  \"event\": \"<event-type>\",\n  \"id\": <eventi-id>,\n  \"path\": \"<path-that-this-is-about>\",\n  \"type\": \"<file|directory|symlink>\",\n  \"changes\": {\n    \"inode\": true, // Has the iNode Meta-Information changed\n    \"finder\": false, // Has the Finder Meta-Data changed\n    \"access\": false, // Have the access permissions changed\n    \"xattrs\": false // Have the xAttributes changed\n  },\n  \"flags\": <raw-flags>\n}\n```\n\n## MIT License\n\nCopyright (C) 2010-2014 Philipp Dunkel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies 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\nTHE SOFTWARE.\n","repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"users":{"iwill":true,"detj":true,"cycomachead":true,"nukisman":true,"wenbing":true,"janbiasi":true,"ajsb85":true,"ivan.marquez":true,"wangnan0610":true,"hafizshehbazali":true,"shaomingquan":true,"iori20091101":true,"morogasper":true,"xfloops":true,"alexxnica":true,"oboochin":true},"bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"license":"MIT","versions":{"0.1.1":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.1","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/NodeJS-FSEvents"},"licenses":[{"type":"MIT"}],"repositories":[{"type":"git","url":"https://github.com/phidelta/NodeJS-FSEvents.git"}],"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"repository":"[Circular]","_id":"fsevents@0.1.1","dist":{"shasum":"89032d234a07a6f8b280bf825409c400d6b73858","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.1.1.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.3":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.3","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/NodeJS-FSEvents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/NodeJS-FSEvents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.3","dist":{"shasum":"1def205d663e595764d38a879040e01edef1084d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.1.3.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.4":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.4","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/NodeJS-FSEvents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/NodeJS-FSEvents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.4","dist":{"shasum":"22b9b084d51962414f4d1cc473217f6d3943989d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.1.4.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.5":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.5","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/fsevents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/fsevents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.5","dist":{"shasum":"78d27ffb17ef96dcc66e8c2151e91416c31f7eff","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.1.5.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.6":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.6","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/fsevents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/fsevents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.6","dist":{"shasum":"98bd0b0876548f80da4cb1069fb6c23f97a7d9a9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.1.6.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"directories":{}},"0.2.0":{"name":"fsevents","version":"0.2.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~0.8.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"_id":"fsevents@0.2.0","dist":{"shasum":"1de161da042818f45bfbe11a853da8e5c6ca5d83","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"pipobscure","email":"pip@pipobscure.com"}],"directories":{}},"0.3.0":{"name":"fsevents","version":"0.3.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.2.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"_id":"fsevents@0.3.0","_shasum":"90723a3d0bbab877b62d0a78db633ef2688d8a81","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"90723a3d0bbab877b62d0a78db633ef2688d8a81","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"fsevents","version":"0.3.1","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.3.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"0db2eec01b94f3d900552893a59d6346ed2e37e1","_id":"fsevents@0.3.1","_shasum":"47d60e5c28887055d7388833ea5d54d4882c8f6f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"47d60e5c28887055d7388833ea5d54d4882c8f6f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.1.tgz"},"directories":{}},"0.3.2":{"name":"fsevents","version":"0.3.2","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"ffdaf362036b9e15bfc7924df3f5dfde5ef28d8c","_id":"fsevents@0.3.2","_shasum":"83b83d81b167c6e745a2f1e6d82302eedc8011ec","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.32","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"83b83d81b167c6e745a2f1e6d82302eedc8011ec","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.2.tgz"},"directories":{}},"0.3.3":{"name":"fsevents","version":"0.3.3","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"d9aa70a9dda199b33ed6419557cadffeabead321","_id":"fsevents@0.3.3","_shasum":"db62f97d9bfb8defd4ae7718912d29fe4e766acf","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.32","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"db62f97d9bfb8defd4ae7718912d29fe4e766acf","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.3.tgz"},"directories":{}},"0.3.4":{"name":"fsevents","version":"0.3.4","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"d37c595996bd5ca5a6ce55d0cb32b96319f9b317","_id":"fsevents@0.3.4","_shasum":"cd9769e92f803578f2ccc4a3a4da2b8556823d02","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.32","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"cd9769e92f803578f2ccc4a3a4da2b8556823d02","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.4.tgz"},"directories":{}},"0.3.5":{"name":"fsevents","version":"0.3.5","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"588407e8db0e9924776d73d03c9d4acc6e1c24d0","_id":"fsevents@0.3.5","_shasum":"d0938147614066c0e1297647b3b8ab5a4baf4688","_from":".","_npmVersion":"2.2.0","_nodeVersion":"1.0.3","_npmUser":{"name":"bajtos","email":"miro.bajtos@gmail.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"}],"dist":{"shasum":"d0938147614066c0e1297647b3b8ab5a4baf4688","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.5.tgz"},"directories":{}},"0.3.6":{"name":"fsevents","version":"0.3.6","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^1.8.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"c0e61c630ce3352d3c0a0c9b83e4f1481d047d3b","_id":"fsevents@0.3.6","_shasum":"03f029087b5388c756ef0d6707cf3656dba95c84","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.7.1","_npmUser":{"name":"bajtos","email":"miro.bajtos@gmail.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"}],"dist":{"shasum":"03f029087b5388c756ef0d6707cf3656dba95c84","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.6.tgz"},"directories":{}},"0.3.7":{"name":"fsevents","version":"0.3.7","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^1.8.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"test":"tap ./test","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gypfile":true,"gitHead":"375f602e236c6f64e5ebdeb6bc39a0437a0ffef3","_id":"fsevents@0.3.7","_shasum":"7760c08570126c3d17a10489c0ad5ac515fbaa6e","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.2","_npmUser":{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},"maintainers":[{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"}],"dist":{"shasum":"7760c08570126c3d17a10489c0ad5ac515fbaa6e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.7.tgz"},"directories":{}},"0.3.8":{"name":"fsevents","version":"0.3.8","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"test":"tap ./test","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gypfile":true,"gitHead":"f24d1478198676908c646b5b2b4975786dd2954b","_id":"fsevents@0.3.8","_shasum":"9992f1032c925c829554d0d59801dca0313a5356","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.2","_npmUser":{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},"maintainers":[{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"}],"dist":{"shasum":"9992f1032c925c829554d0d59801dca0313a5356","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-0.3.8.tgz"},"directories":{}},"1.0.0":{"name":"fsevents","version":"1.0.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.8"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"ca7dc3eb29b151815d243328675d1e26f059fbc9","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.0","_shasum":"9353c291338e0d064939b479f71e027e8a6be834","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"9353c291338e0d064939b479f71e027e8a6be834","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.0.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.1":{"name":"fsevents","version":"1.0.1","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.11"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"b41db15e4f2dd1448c456e97bbb411c8f58087ca","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.1","_shasum":"0325728eb0df20934f26573596af4036124768cf","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"0325728eb0df20934f26573596af4036124768cf","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.1.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.2":{"name":"fsevents","version":"1.0.2","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.12"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"e86efc1bfedcc420e18cc72139d846a30cf4d90f","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.2","_shasum":"c846a4020ae6da07970581cd734d221345710e89","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"c846a4020ae6da07970581cd734d221345710e89","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.2.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.3":{"name":"fsevents","version":"1.0.3","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.14"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"c809f6eb07c58363bd1e99f1eee9e6f384036f2b","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.3","_shasum":"ae9e5c44c2c56cbbe8726c6b0c55f032bdb2fe04","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.2.1","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"ae9e5c44c2c56cbbe8726c6b0c55f032bdb2fe04","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.3.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.4":{"name":"fsevents","version":"1.0.4","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.14"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"66d1c7b2ed820e163a12c5d5982f041146d481f1","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.4","_shasum":"02987a93c84d5ef7137f0a1735475ab4362ecd7a","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.2.1","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"02987a93c84d5ef7137f0a1735475ab4362ecd7a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.4.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.5":{"name":"fsevents","version":"1.0.5","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.15"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"3738e4e30177dcf9a5ad7bd215a42cd1b6935e1f","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.5","_shasum":"91228f83f8fe7aff52ce1099c31b862a23c64805","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.2.1","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"91228f83f8fe7aff52ce1099c31b862a23c64805","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.5.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.6":{"name":"fsevents","version":"1.0.6","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.17"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"736aa30ff1a195348966feda2b23041f60e2698f","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.6","_shasum":"9e85fc94ae838e702c5eb032fd99c7ad634f41ce","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"9e85fc94ae838e702c5eb032fd99c7ad634f41ce","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.6.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.7":{"name":"fsevents","version":"1.0.7","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.19"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"012302f8468f59e78b49bd7009bc539a9955fa3b","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.7","_shasum":"2d90585bbcac9ff535ff1a1a94b04ebb5080858f","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"2d90585bbcac9ff535ff1a1a94b04ebb5080858f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.7.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.7.tgz_1454512352801_0.3029270030092448"},"directories":{}},"1.0.8":{"name":"fsevents","version":"1.0.8","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.21"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"e9b646db412e505944f39b2dc1342cbf6af4f6ba","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.8","_shasum":"4fc72faaa31a307b8f140160000940e420c27bc5","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"4fc72faaa31a307b8f140160000940e420c27bc5","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.8.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.8.tgz_1456223070873_0.28708522394299507"},"directories":{}},"1.0.9":{"name":"fsevents","version":"1.0.9","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.24"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"0954e5613fe21f8e0cfd6f938f7f81124ce19055","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.9","_shasum":"02492faccd77061790748103ea5e4e419bbb79fa","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"02492faccd77061790748103ea5e4e419bbb79fa","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.9.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.9.tgz_1458765044989_0.04664572770707309"},"directories":{}},"1.0.10":{"name":"fsevents","version":"1.0.10","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.24"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"a27bff26a70201e007456111a4d0b03a774177ca","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.10","_shasum":"cc663f84eeddce06c3dfdaccf800544c6468cd6d","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"cc663f84eeddce06c3dfdaccf800544c6468cd6d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.10.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.10.tgz_1459448180982_0.760890387929976"},"directories":{}},"1.0.11":{"name":"fsevents","version":"1.0.11","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.25"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"5f2622051aba3232a7a9ec09575ffcf9ea71ef06","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.11","_shasum":"303d4051e411a95a7ad187e6f8ccffe936ca78ac","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"303d4051e411a95a7ad187e6f8ccffe936ca78ac","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.11.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.11.tgz_1459451879246_0.5843068221583962"},"directories":{}},"1.0.12":{"name":"fsevents","version":"1.0.12","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.25"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"ab9b76f8b919e7c1c136b9bba19de6be9e120e24","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.12","_shasum":"7929e211c0b31f37f2f0fc346f315e403d7ed33b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"7929e211c0b31f37f2f0fc346f315e403d7ed33b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.12.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.12.tgz_1461940443205_0.08423079713247716"},"directories":{}},"1.0.14":{"name":"fsevents","version":"1.0.14","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"fe059ea77fae15ed289271eecc881a2b7fb54edd","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.14","_shasum":"558e8cc38643d8ef40fe45158486d0d25758eee4","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"558e8cc38643d8ef40fe45158486d0d25758eee4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.14.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fsevents-1.0.14.tgz_1468846610948_0.4684492303058505"},"directories":{}},"1.0.15":{"name":"fsevents","version":"1.0.15","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"8e004e96f1edb76fc9f867fe027365d94c0611ad","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.15","_shasum":"fa63f590f3c2ad91275e4972a6cea545fb0aae44","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"fa63f590f3c2ad91275e4972a6cea545fb0aae44","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.15.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.15.tgz_1478129886155_0.4174991014879197"},"directories":{}},"1.0.17":{"name":"fsevents","version":"1.0.17","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"bfe53551466fc21ec4281168f229e1e9da8bc2fd","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.17","_shasum":"8537f3f12272678765b4fd6528c0f1f66f8f4558","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"8537f3f12272678765b4fd6528c0f1f66f8f4558","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.17.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.17.tgz_1483568750527_0.6194838422816247"},"directories":{}},"1.0.18-0":{"name":"fsevents","version":"1.0.18-0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"960998f9296871d243d7509b219852e393a2d247","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.18-0","_shasum":"76b622b6aa11ad4aa645b556ad0826d8751e43ce","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"76b622b6aa11ad4aa645b556ad0826d8751e43ce","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.0.18-0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.18-0.tgz_1487523345336_0.20078036282211542"},"directories":{}},"1.1.0":{"name":"fsevents","version":"1.1.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"4e66109eb0c49dd9df74d52ca6cf2fdaaee2c771","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.1.0","_shasum":"85195de56ccbc4778da3b3d83d8d1d186eba24ce","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"85195de56ccbc4778da3b3d83d8d1d186eba24ce","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.1.0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.1.0.tgz_1487526454229_0.8294799609575421"},"directories":{}},"1.1.1":{"name":"fsevents","version":"1.1.1","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"907595cbd109bda2447bb52965836ff1296e94eb","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.1.1","_shasum":"f19fd28f43eeaf761680e519a203c4d0b3d31aff","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"f19fd28f43eeaf761680e519a203c4d0b3d31aff","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.1.1.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fsevents-1.1.1.tgz_1487567885240_0.4353332635946572"},"directories":{}},"1.1.2":{"name":"fsevents","version":"1.1.2","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.36"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test","node-pre-gyp":"node-pre-gyp"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"8eef8715dd4ee62dcf082b1151ed10a00bf5cc0c","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.1.2","_npmVersion":"5.0.1","_nodeVersion":"6.10.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"integrity":"sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==","shasum":"3282b713fb3ad80ede0e9fcf4611b5aa6fc033f4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/fsevents/-/fsevents-1.1.2.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fsevents-1.1.2.tgz_1497328838670_0.9853602922521532"},"directories":{}}},"name":"fsevents","time":{"modified":"2017-07-21T14:55:35.746Z","created":"2013-07-06T22:03:58.681Z","0.1.1":"2013-07-06T22:04:02.366Z","0.1.3":"2013-07-06T22:26:35.459Z","0.1.4":"2013-07-06T22:47:07.832Z","0.1.5":"2013-07-08T12:58:59.106Z","0.1.6":"2013-11-28T11:01:53.138Z","0.2.0":"2014-01-31T22:45:31.014Z","0.3.0":"2014-08-19T22:00:57.872Z","0.3.1":"2014-11-04T23:57:07.078Z","0.3.2":"2015-01-15T18:16:40.178Z","0.3.3":"2015-01-15T18:25:40.249Z","0.3.4":"2015-01-15T18:47:56.914Z","0.3.5":"2015-01-27T17:33:56.632Z","0.3.6":"2015-05-05T11:40:56.957Z","0.3.7":"2015-07-30T21:22:55.082Z","0.3.8":"2015-08-06T20:53:40.505Z","1.0.0":"2015-09-09T16:28:53.632Z","1.0.1":"2015-09-29T13:33:22.418Z","1.0.2":"2015-10-06T16:54:19.342Z","1.0.3":"2015-11-03T17:42:34.374Z","1.0.4":"2015-11-04T17:44:36.966Z","1.0.5":"2015-11-05T00:03:45.065Z","1.0.6":"2015-12-10T14:02:06.618Z","1.0.7":"2016-02-03T15:12:36.865Z","1.0.8":"2016-02-23T10:24:36.327Z","1.0.9":"2016-03-23T20:30:48.264Z","1.0.10":"2016-03-31T18:16:24.110Z","1.0.11":"2016-03-31T19:18:02.557Z","1.0.12":"2016-04-29T14:34:06.131Z","1.0.13":"2016-07-13T23:39:07.203Z","1.0.14":"2016-07-18T12:56:52.080Z","1.0.15":"2016-11-02T23:38:09.421Z","1.0.16":"2017-01-04T20:34:46.603Z","1.0.17":"2017-01-04T22:25:53.376Z","1.0.18-0":"2017-02-19T16:55:47.760Z","1.1.0":"2017-02-19T17:47:36.660Z","1.1.1":"2017-02-20T05:18:05.877Z","1.1.2":"2017-06-13T04:40:40.543Z"},"readmeFilename":"Readme.md","homepage":"https://github.com/strongloop/fsevents"}