UNPKG

zwsz

Version:

转换混合的中英文,支持阿拉伯数字、中文数字、会计数字转换为数字。这个项目是[emp-script-static]https://github.com/gdx1231/emp-script-static的一部分,分出来作为独立项目使用。

32 lines 930 B
{ "name": "zwsz", "version": "1.0.1", "description": "转换混合的中英文,支持阿拉伯数字、中文数字、会计数字转换为数字。这个项目是[emp-script-static]https://github.com/gdx1231/emp-script-static的一部分,分出来作为独立项目使用。", "main": "dist/chineseToNumber.js", "scripts": { "test": "mocha" }, "author": "Code guo", "license": "MIT", "devDependencies": { "mocha": "^10.0.0" }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/gdx1231/chineseToNumber.git" }, "bugs": { "url": "https://github.com/gdx1231/chineseToNumber/issues" }, "homepage": "https://github.com/gdx1231/chineseToNumber", "keywords": [ "中文数字", "阿拉伯数字", "财务数字识别", "中英文混合数字", "数字快速录入", "500万", "四万万" ] }