UNPKG

@alicloud/dom-event-hijacker

Version:
50 lines (49 loc) 1.56 kB
{ "name": "@alicloud/dom-event-hijacker", "version": "2.3.9", "description": "DOM 事件拦截,类似于 jQuery 的 delegate", "license": "MIT", "sideEffects": false, "main": "build/cjs/index.js", "module": "build/es/index.js", "types": "build/types/index.d.ts", "homepage": "https://github.com/aliyun/alibabacloud-console-base/tree/master/packages/dom-event-hijacker", "author": { "name": "Jianchun Wang", "email": "justnewbee@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/aliyun/alibabacloud-console-base.git" }, "publishConfig": { "access": "public" }, "keywords": [ "dom", "event", "hijack", "hijacker" ], "devDependencies": { "@alicloud/console-toolkit-cli": "^1.2.30", "@alicloud/console-toolkit-preset-component": "^1.2.61", "@alicloud/demo-rc-elements": "^1.11.16", "@alicloud/ts-config": "^1.1.3", "@types/react": "^17.0.48", "react": "^17.0.2", "typescript": "^4.9.5" }, "scripts": { "start": "breezr start-storybook", "test": "breezr test:unit", "build:esm": "breezr build --engine babel --es-module", "build:cjs": "breezr build --engine babel", "build:bundle": "breezr build --engine webpack", "build:typings": "tsc --outDir build/types --declaration --emitDeclarationOnly", "build": "yarn build:esm && yarn build:cjs && yarn build:typings", "clean": "rm -rf build", "prepublishOnly": "yarn clean && yarn build" }, "gitHead": "056768173dd99b5af268df646c8a09eb08648920" }