{ "_from": "pinyin-pro@^3.11.0", "_id": "pinyin-pro@3.19.2", "_inBundle": false, "_integrity": "sha512-1mYXHJIht8QJaPaVzzcYxOszDRIgrt6Aw0NYrmkerSYAAA1tsI+gtOMrPXoQDLyBbUCc23tEt/bSXmRAcDzMyQ==", "_location": "/pinyin-pro", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pinyin-pro@^3.11.0", "name": "pinyin-pro", "escapedName": "pinyin-pro", "rawSpec": "^3.11.0", "saveSpec": null, "fetchSpec": "^3.11.0" }, "_requiredBy": [ "/v-ol-map" ], "_resolved": "https://registry.npmjs.org/pinyin-pro/-/pinyin-pro-3.19.2.tgz", "_shasum": "00667f0ebabde8b30db965531996412751739357", "_spec": "pinyin-pro@^3.11.0", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/v-ol-map", "author": { "name": "zh-lx" }, "bugs": { "url": "https://github.com/zh-lx/pinyin-pro/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "deprecated": false, "description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.2.0", "@types/jest": "^26.0.20", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "babel-eslint": "^10.1.0", "chai": "^4.3.4", "commitizen": "^4.2.2", "coveralls": "^3.1.0", "eslint": "^7.22.0", "istanbul": "^0.4.5", "mocha": "^8.3.2", "rollup": "2.60.0", "rollup-plugin-alias": "^2.2.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^4.2.3" }, "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./types/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist", "types" ], "homepage": "https://pinyin-pro.cn", "keywords": [ "拼音", "pinyin", "汉字", "中文", "首字母", "韵母", "声母", "音调" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "name": "pinyin-pro", "repository": { "type": "git", "url": "git+https://github.com/zh-lx/pinyin-pro.git" }, "scripts": { "build": "rollup -c && rollup -c rollup.esm.config.js", "commit": "git-cz", "cover": "istanbul cover --report lcov node_modules/mocha/bin/_mocha -- -R spec test/*.js", "cover:local": "istanbul cover --report=html node_modules/mocha/bin/_mocha -- -R spec test/*.js", "coverage": "istanbul cover _mocha -- -R spec --timeout 15000 --recursive", "coverage:check": "istanbul check-coverage", "lint": "eslint .", "test": "mocha" }, "typings": "./types/index.d.ts", "version": "3.19.2" }