budibase/packages/common/node_modules/fsevents/package.json

37 lines
766 B
JSON
Raw Normal View History

2020-04-07 16:12:08 +02:00
{
"name": "fsevents",
"version": "1.2.12",
"description": "Native Access to Mac OS-X FSEvents",
2020-04-07 16:12:08 +02:00
"main": "fsevents.js",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
},
2020-04-07 16:12:08 +02:00
"os": [
"darwin"
],
"engines": {
"node": ">= 4.0"
2020-04-07 16:12:08 +02:00
},
"scripts": {
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
2020-04-07 16:12:08 +02:00
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/fsevents.git"
2020-04-07 16:12:08 +02:00
},
"keywords": [
"fsevents",
"mac"
],
"author": "Philipp Dunkel <pip@pipobscure.com>",
2020-04-07 16:12:08 +02:00
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/fsevents/issues"
2020-04-07 16:12:08 +02:00
},
"bundledDependencies": [
"node-pre-gyp"
],
"homepage": "https://github.com/strongloop/fsevents"
2020-04-07 16:12:08 +02:00
}