n-sys 1.33.28 → 1.33.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,29 +0,0 @@
1
- /*!
2
- * Vue.js v2.6.14
3
- * (c) 2014-2021 Evan You
4
- * Released under the MIT License.
5
- */
6
-
7
- /**
8
- * @license
9
- * Lodash <https://lodash.com/>
10
- * Copyright JS Foundation and other contributors <https://js.foundation/>
11
- * Released under MIT license <https://lodash.com/license>
12
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
13
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14
- */
15
-
16
- /**
17
- * Checks if an event is supported in the current execution environment.
18
- *
19
- * NOTE: This will not work correctly for non-generic events such as `change`,
20
- * `reset`, `load`, `error`, and `select`.
21
- *
22
- * Borrows from Modernizr.
23
- *
24
- * @param {string} eventNameSuffix Event name, e.g. "click".
25
- * @param {?boolean} capture Check if the capture phase is supported.
26
- * @return {boolean} True if the event is supported.
27
- * @internal
28
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
29
- */
Binary file
Binary file