From 387e98df63a7fbcea59773c5cf03000efedb68a5 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期三, 24 四月 2024 14:24:34 +0800
Subject: [PATCH] 报工相关程序

---
 north-glass-erp/node_modules/default-passive-events/package.json |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/node_modules/default-passive-events/package.json b/north-glass-erp/node_modules/default-passive-events/package.json
new file mode 100644
index 0000000..b60e64d
--- /dev/null
+++ b/north-glass-erp/node_modules/default-passive-events/package.json
@@ -0,0 +1,45 @@
+{
+  "name": "default-passive-events",
+  "version": "2.0.0",
+  "description": "Makes {passive: true} by default when EventListenerOptions are supported",
+  "main": "dist/index.js",
+  "source": "src/index.js",
+  "module": "dist/index.module.js",
+  "esmodule": "dist/index.modern.js",
+  "unpkg": "dist/index.umd.js",
+  "scripts": {
+    "test": "jest",
+    "test-ci": "jest --runInBand --coverage",
+    "build": "microbundle",
+    "watch": "microbundle watch",
+    "prepublishOnly": "yarn test-ci && yarn build",
+    "version": "yarn build && git add dist"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/zzarcon/default-passive-events.git"
+  },
+  "author": "zzarcon",
+  "contributors": [
+    "FRS <jakub.freisler@gmail.com> (https://github.com/frsgit)"
+  ],
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/zzarcon/default-passive-events/issues"
+  },
+  "homepage": "https://github.com/zzarcon/default-passive-events#readme",
+  "dependencies": {},
+  "devDependencies": {
+    "jest": "^26.1.0",
+    "microbundle": "^0.12.2"
+  },
+  "files": [
+    "dist/",
+    "src/",
+    "LICENSE",
+    "yarn.lock"
+  ],
+  "jest": {
+    "resetMocks": true
+  }
+}

--
Gitblit v1.8.0