Files
kustomize/site/node_modules/fsevents/package.json
2020-06-10 14:59:19 -07:00

67 lines
1.6 KiB
JSON

{
"_from": "fsevents@^1.2.7",
"_id": "fsevents@1.2.11",
"_inBundle": false,
"_integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==",
"_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.11.tgz",
"_shasum": "67bf57f4758f02ede88fb2a1712fef4d15358be3",
"_spec": "fsevents@^1.2.7",
"_where": "/Users/pwittroc/Projects/kpt/site/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.11"
}