hanzi-to-pinyin
Version:
Convert Hanzi to Pinyin with tone marks or tone numbers
35 lines (34 loc) • 800 B
JSON
{
"name": "hanzi-to-pinyin",
"version": "1.86.0",
"description": "Convert Hanzi to Pinyin with tone marks or tone numbers",
"keywords": [
"chinese",
"convert",
"hanzi",
"mandarin",
"pinyin"
],
"homepage": "https://github.com/pepebecker/hanzi-to-pinyin#readme",
"bugs": {
"url": "https://github.com/pepebecker/hanzi-to-pinyin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pepebecker/hanzi-to-pinyin.git"
},
"license": "MIT",
"author": "Pepe Becker <mail@pepebecker.com> (http://pepebecker.com)",
"files": [],
"main": "index.js",
"scripts": {
"test": "mocha --timeout 20000"
},
"dependencies": {
"hanzi-tokenizer": "^1.7.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3"
}
}