Files
flixinfo/node_modules/fsevents/package.json
2020-03-28 03:15:21 +03:00

67 lines
1.6 KiB
JSON

{
"_from": "fsevents@^1.2.7",
"_id": "fsevents@1.2.12",
"_inBundle": false,
"_integrity": "sha512-Ggd/Ktt7E7I8pxZRbGIs7vwqAPscSESMrCSkx2FtWeqmheJgCo2R74fTsZFCifr0VTPwqRpPv17+6b8Zp7th0Q==",
"_location": "/fsevents",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fsevents@^1.2.7",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "^1.2.7",
"saveSpec": null,
"fetchSpec": "^1.2.7"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.12.tgz",
"_shasum": "db7e0d8ec3b0b45724fd4d83d43554a8f1f0de5c",
"_spec": "fsevents@^1.2.7",
"_where": "/Volumes/MacMini Disk/Project/Nodejs/flixinfo/node_modules/chokidar",
"author": {
"name": "Philipp Dunkel",
"email": "pip@pipobscure.com"
},
"bugs": {
"url": "https://github.com/strongloop/fsevents/issues"
},
"bundleDependencies": [
"node-pre-gyp"
],
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.12.1",
"node-pre-gyp": "*"
},
"deprecated": false,
"description": "Native Access to Mac OS-X FSEvents",
"engines": {
"node": ">= 4.0"
},
"gypfile": true,
"homepage": "https://github.com/strongloop/fsevents",
"keywords": [
"fsevents",
"mac"
],
"license": "MIT",
"main": "fsevents.js",
"name": "fsevents",
"os": [
"darwin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/strongloop/fsevents.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
},
"version": "1.2.12"
}