This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

53
node_modules/fsevents/package.json generated vendored
View File

@@ -1,58 +1,43 @@
{
"_args": [
[
"fsevents@1.2.9",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "fsevents@1.2.9",
"_id": "fsevents@1.2.9",
"_from": "fsevents@^1.2.7",
"_id": "fsevents@1.2.13",
"_inBundle": false,
"_integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==",
"_integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"_location": "/fsevents",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "fsevents@1.2.9",
"raw": "fsevents@^1.2.7",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "1.2.9",
"rawSpec": "^1.2.7",
"saveSpec": null,
"fetchSpec": "1.2.9"
"fetchSpec": "^1.2.7"
},
"_requiredBy": [
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz",
"_spec": "1.2.9",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
"_shasum": "f325cb0455592428bcf11b383370ef70e3bfcc38",
"_spec": "fsevents@^1.2.7",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest-haste-map",
"author": {
"name": "Philipp Dunkel",
"email": "pip@pipobscure.com"
},
"binary": {
"module_name": "fse",
"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./v{version}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://fsevents-binaries.s3-us-west-2.amazonaws.com"
},
"bugs": {
"url": "https://github.com/strongloop/fsevents/issues"
},
"bundleDependencies": [
"node-pre-gyp"
],
"bundleDependencies": false,
"dependencies": {
"nan": "^2.12.1",
"node-pre-gyp": "^0.12.0"
"bindings": "^1.5.0",
"nan": "^2.12.1"
},
"deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.",
"description": "Native Access to Mac OS-X FSEvents",
"engines": {
"node": ">=4.0"
"node": ">= 4.0"
},
"homepage": "https://github.com/strongloop/fsevents",
"keywords": [
@@ -70,10 +55,8 @@
"url": "git+https://github.com/strongloop/fsevents.git"
},
"scripts": {
"install": "node install",
"node-pre-gyp": "node-pre-gyp",
"prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
"install": "node install.js",
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
},
"version": "1.2.9"
"version": "1.2.13"
}