biofriction-wp-theme/node_modules/fsevents/package.json

93 lines
2.2 KiB
JSON

{
"_args": [
[
"fsevents@2.3.2",
"/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme"
]
],
"_development": true,
"_from": "fsevents@2.3.2",
"_id": "fsevents@2.3.2",
"_inBundle": false,
"_integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"_location": "/fsevents",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fsevents@2.3.2",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "2.3.2",
"saveSpec": null,
"fetchSpec": "2.3.2"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"_spec": "2.3.2",
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme",
"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",
"devDependencies": {
"node-gyp": "^6.1.0"
},
"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.3.2"
}