1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "text-segmentation@^1.0.3",
- "_id": "text-segmentation@1.0.3",
- "_inBundle": false,
- "_integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==",
- "_location": "/text-segmentation",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "text-segmentation@^1.0.3",
- "name": "text-segmentation",
- "escapedName": "text-segmentation",
- "rawSpec": "^1.0.3",
- "saveSpec": null,
- "fetchSpec": "^1.0.3"
- },
- "_requiredBy": [
- "/html2canvas"
- ],
- "_resolved": "https://registry.npmmirror.com/text-segmentation/-/text-segmentation-1.0.3.tgz",
- "_shasum": "52a388159efffe746b24a63ba311b6ac9f2d7943",
- "_spec": "text-segmentation@^1.0.3",
- "_where": "D:\\代码\\亿象APP\\yixiang\\node_modules\\html2canvas",
- "author": {
- "name": "Niklas von Hertzen",
- "email": "niklasvh@gmail.com",
- "url": "https://hertzen.com"
- },
- "bugs": {
- "url": "https://github.com/niklasvh/text-segmentation/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "utrie": "^1.0.2"
- },
- "deprecated": false,
- "description": "text-segmentation ==============",
- "devDependencies": {
- "@rollup/plugin-commonjs": "^19.0.0",
- "@rollup/plugin-node-resolve": "^13.0.0",
- "@rollup/plugin-typescript": "^8.2.1",
- "@types/mocha": "^8.2.2",
- "@types/node": "^16.0.0",
- "mocha": "9.0.2",
- "prettier": "^2.3.2",
- "rimraf": "3.0.2",
- "rollup": "^2.52.7",
- "rollup-plugin-json": "^4.0.0",
- "rollup-plugin-sourcemaps": "^0.6.3",
- "standard-version": "^9.3.0",
- "ts-node": "^10.0.0",
- "tslib": "^2.3.0",
- "tslint": "^6.1.3",
- "tslint-config-prettier": "^1.18.0",
- "typescript": "^4.3.5"
- },
- "homepage": "https://github.com/niklasvh/text-segmentation",
- "license": "MIT",
- "main": "dist/text-segmentation.umd.js",
- "module": "dist/text-segmentation.es5.js",
- "name": "text-segmentation",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/niklasvh/text-segmentation.git"
- },
- "scripts": {
- "build": "tsc --module commonjs && rollup -c rollup.config.ts",
- "format": "prettier --write \"{src,scripts}/**/*.ts\"",
- "generate-tests": "ts-node scripts/generate_grapheme_break_tests.ts",
- "generate-trie": "ts-node scripts/generate_grapheme_break_trie.ts",
- "lint": "tslint -c tslint.json --project tsconfig.json -t codeFrame src/**/*.ts tests/**/*.ts scripts/**/*.ts",
- "mocha": "mocha --require ts-node/register tests/*.ts",
- "prebuild": "rimraf dist/",
- "release": "standard-version",
- "test": "npm run lint && npm run mocha"
- },
- "typings": "dist/types/index.d.ts",
- "version": "1.0.3"
- }
|