{ "_from": "default-passive-events@2.0.0", "_id": "default-passive-events@2.0.0", "_inBundle": false, "_integrity": "sha512-eMtt76GpDVngZQ3ocgvRcNCklUMwID1PaNbCNxfpDXuiOXttSh0HzBbda1HU9SIUsDc02vb7g9+3I5tlqe/qMQ==", "_location": "/default-passive-events", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "default-passive-events@2.0.0", "name": "default-passive-events", "escapedName": "default-passive-events", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/default-passive-events/-/default-passive-events-2.0.0.tgz", "_shasum": "79b1aa67becbaab38b718469b5480fef92eda649", "_spec": "default-passive-events@2.0.0", "_where": "C:\\Users\\Administrator\\Desktop\\zhApp", "author": { "name": "zzarcon" }, "bugs": { "url": "https://github.com/zzarcon/default-passive-events/issues" }, "bundleDependencies": false, "contributors": [ { "name": "FRS", "email": "jakub.freisler@gmail.com", "url": "https://github.com/frsgit" } ], "dependencies": {}, "deprecated": false, "description": "Makes {passive: true} by default when EventListenerOptions are supported", "devDependencies": { "jest": "^26.1.0", "microbundle": "^0.12.2" }, "esmodule": "dist/index.modern.js", "files": [ "dist/", "src/", "LICENSE", "yarn.lock" ], "homepage": "https://github.com/zzarcon/default-passive-events#readme", "jest": { "resetMocks": true }, "license": "MIT", "main": "dist/index.js", "module": "dist/index.module.js", "name": "default-passive-events", "repository": { "type": "git", "url": "git+https://github.com/zzarcon/default-passive-events.git" }, "scripts": { "build": "microbundle", "prepublishOnly": "yarn test-ci && yarn build", "test": "jest", "test-ci": "jest --runInBand --coverage", "version": "yarn build && git add dist", "watch": "microbundle watch" }, "source": "src/index.js", "unpkg": "dist/index.umd.js", "version": "2.0.0" }