Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)

This commit is contained in:
anaarmas 2020-04-28 16:46:47 +02:00
commit 28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions

59
node_modules/fsevents/package.json generated vendored Normal file
View file

@ -0,0 +1,59 @@
{
"bugs": {
"url": "https://github.com/fsevents/fsevents/issues"
},
"contributors": [
{
"name": "Philipp Dunkel",
"email": "pip@pipobscure.com"
},
{
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl"
},
{
"name": "Elan Shankar",
"email": "elan.shanker@gmail.com"
},
{
"name": "Miroslav Bajtoš",
"email": "mbajtoss@gmail.com"
},
{
"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.d.ts",
"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": "git+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"
},
"types": "fsevents.d.ts",
"version": "2.1.2"
}