| { |
| "bugs": { |
| "url": "https://github.com/fsevents/fsevents/issues" |
| }, |
| "contributors": [ |
| { |
| "email": "pip@pipobscure.com", |
| "name": "Philipp Dunkel" |
| }, |
| { |
| "email": "info@bnoordhuis.nl", |
| "name": "Ben Noordhuis" |
| }, |
| { |
| "email": "elan.shanker@gmail.com", |
| "name": "Elan Shankar" |
| }, |
| { |
| "email": "mbajtoss@gmail.com", |
| "name": "Miroslav Bajto\u0161" |
| }, |
| { |
| "name": "Paul Miller", |
| "url": "https://paulmillr.com" |
| } |
| ], |
| "description": "Native Access to MacOS FSEvents", |
| "engines": { |
| "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
| }, |
| "files": [ |
| "fsevents.js", |
| "fsevents.node" |
| ], |
| "homepage": "https://github.com/fsevents/fsevents", |
| "keywords": [ |
| "fsevents", |
| "mac" |
| ], |
| "license": "MIT", |
| "main": "fsevents.js", |
| "name": "fsevents", |
| "os": [ |
| "darwin" |
| ], |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/fsevents/fsevents.git" |
| }, |
| "scripts": { |
| "build": "node-gyp clean && rm -f fsevents.node && node-gyp rebuild && node-gyp clean", |
| "clean": "node-gyp clean && rm -f fsevents.node", |
| "prepublishOnly": "npm run build", |
| "test": "/bin/bash ./test.sh 2>/dev/null" |
| }, |
| "version": "2.1.1" |
| } |