github-pages-deploy-action/node_modules/fsevents/package.json
2020-03-21 17:13:25 -04:00

90 lines
2.1 KiB
JSON

{
"_args": [
[
"fsevents@2.1.2",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "fsevents@2.1.2",
"_id": "fsevents@2.1.2",
"_inBundle": false,
"_integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==",
"_location": "/fsevents",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fsevents@2.1.2",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"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"
}