EroticDungeonGame/node_modules/wcwidth/package.json
3944Realms 8c4ce2709c fix(兼容emotescraft和rideeverything): 修改骑乘逻辑和tick取消EmtoesCraft表情
使用Mixin中检测绕过骑乘取消和开始骑乘逻辑,避免原版的unRide方法导致非预期的退出设备;在每tick检测,如果在设备上则停止表情动画
2026-02-20 14:45:57 +08:00

43 lines
852 B
JSON

{
"name": "wcwidth",
"version": "1.0.1",
"description": "Port of C's wcwidth() and wcswidth()",
"author": "Tim Oxley",
"contributors": [
"Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)"
],
"main": "index.js",
"dependencies": {
"defaults": "^1.0.3"
},
"devDependencies": {
"tape": "^4.5.1"
},
"license": "MIT",
"keywords": [
"wide character",
"wc",
"wide character string",
"wcs",
"terminal",
"width",
"wcwidth",
"wcswidth"
],
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/wcwidth.git"
},
"bugs": {
"url": "https://github.com/timoxley/wcwidth/issues"
},
"homepage": "https://github.com/timoxley/wcwidth#readme"
}