vscode-fsevents
Version:
Native Access to Mac OS-X FSEvents
39 lines (38 loc) • 912 B
JSON
{
"name": "vscode-fsevents",
"version": "1.2.12",
"description": "Native Access to Mac OS-X FSEvents",
"main": "fsevents.js",
"os": [
"darwin"
],
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"clean": "node-gyp clean",
"install": "[ -f fsevents.node ] || npm run prepare",
"prepare": "node-gyp clean && node-gyp configure && node-gyp build",
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/fsevents.git"
},
"keywords": [
"fsevents",
"mac"
],
"author": "Philipp Dunkel <pip@pipobscure.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/fsevents/issues"
},
"homepage": "https://github.com/strongloop/fsevents",
"devDependencies": {
"node-gyp": "^5.0.1"
},
"dependencies": {
"nan": "^2.14.0"
}
}