{ "_from": "bare-events@^2.7.0", "_id": "bare-events@2.8.2", "_inBundle": false, "_integrity": "sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==", "_location": "/bare-events", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bare-events@^2.7.0", "name": "bare-events", "escapedName": "bare-events", "rawSpec": "^2.7.0", "saveSpec": null, "fetchSpec": "^2.7.0" }, "_requiredBy": [ "/events-universal" ], "_resolved": "https://registry.npmmirror.com/bare-events/-/bare-events-2.8.2.tgz", "_shasum": "7b3e10bd8e1fc80daf38bb516921678f566ab89f", "_spec": "bare-events@^2.7.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/events-universal", "author": { "name": "Holepunch" }, "bugs": { "url": "https://github.com/holepunchto/bare-events/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Event emitters for JavaScript", "devDependencies": { "bare-abort-controller": "^1.0.0", "brittle": "^3.3.2", "prettier": "^3.4.2", "prettier-config-holepunch": "^2.0.0", "uncaughts": "^1.1.1" }, "exports": { "./package": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" }, "./global": { "types": "./global.d.ts", "default": "./global.js" }, "./web": { "types": "./web.d.ts", "default": "./web.js" }, "./errors": "./lib/errors.js" }, "files": [ "index.js", "index.d.ts", "global.js", "global.d.ts", "web.js", "web.d.ts", "lib" ], "homepage": "https://github.com/holepunchto/bare-events#readme", "license": "Apache-2.0", "name": "bare-events", "peerDependencies": { "bare-abort-controller": "*" }, "peerDependenciesMeta": { "bare-abort-controller": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/bare-events.git" }, "scripts": { "lint": "prettier . --check", "test": "npm run lint && npm run test:bare && npm run test:node", "test:bare": "bare test.js", "test:node": "node test.js" }, "version": "2.8.2" }