| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "pinyin-match@^1.2.2",
- "_id": "pinyin-match@1.2.6",
- "_inBundle": false,
- "_integrity": "sha512-d9fMSwZujH7UlMu+FO8MGXrgUYv0CwJtzpf3fQ8xgLJy1qfXlzOZsnQuL7Ej7msAiEtt37U7bE4dkVmyWaFfwA==",
- "_location": "/pinyin-match",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "pinyin-match@^1.2.2",
- "name": "pinyin-match",
- "escapedName": "pinyin-match",
- "rawSpec": "^1.2.2",
- "saveSpec": null,
- "fetchSpec": "^1.2.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/pinyin-match/-/pinyin-match-1.2.6.tgz",
- "_shasum": "fffc560037cf56a5396f1391219587e5eb02135b",
- "_spec": "pinyin-match@^1.2.2",
- "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
- "author": {
- "name": "774898896@qq.com"
- },
- "bugs": {
- "url": "https://github.com/xmflswood/pinyin-match/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "支持多音字, 繁体字,首字母缩写的拼音搜索引擎",
- "devDependencies": {
- "@babel/core": "^7.12.9",
- "@babel/plugin-transform-runtime": "^7.12.10",
- "@babel/preset-env": "^7.12.7",
- "babel-plugin-add-module-exports": "^1.0.4",
- "cross-env": "^7.0.3",
- "mocha": "^5.2.0",
- "rollup": "^2.50.1",
- "rollup-plugin-babel": "^4.4.0",
- "rollup-plugin-serve": "^1.1.0",
- "rollup-plugin-terser": "^7.0.2"
- },
- "homepage": "https://github.com/xmflswood/pinyin-match#readme",
- "keywords": [
- "拼音",
- "chinese",
- "pinyin",
- "match"
- ],
- "license": "SATA",
- "main": "lib/main.js",
- "module": "es/main.js",
- "name": "pinyin-match",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xmflswood/pinyin-match.git"
- },
- "scripts": {
- "build": "cross-env NODE_ENV=production rollup -c",
- "dev": "rollup -c -w",
- "test": "mocha"
- },
- "typings": "index.d.ts",
- "unpkg": "dist/main.js",
- "version": "1.2.6"
- }
|