UNPKG

runes2

Version:

Unicode-aware JS string splitting, typescript version

95 lines (94 loc) 3.73 kB
{ "name": "runes2", "version": "1.1.4", "description": "Unicode-aware JS string splitting, typescript version", "keywords": [ "char", "emoji", "runes", "split", "split string", "string", "unicode", "create-by-yarn-tool", "create-by-tsdx" ], "homepage": "https://github.com/bluelovers/ws-string/tree/master/packages/runes2#readme", "bugs": { "url": "https://github.com/bluelovers/ws-string/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-string.git", "directory": "packages/runes2" }, "license": "MIT", "author": "Vitaly Domnikov <dotcypress@gmail.com>", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.esm.mjs" }, "./package.json": "./package.json", "./src/*": "./src/*" }, "main": "dist/index.cjs", "unpkg": "dist/index.umd.production.min.cjs", "module": "dist/index.esm.mjs", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "directories": { "test": "test" }, "scripts": { "coverage": "yarn run test -- --coverage", "pretest": "echo pretest", "test": "jest", "test:jest": "jest --passWithNoTests", "test:jest:clearCache": "jest --clearCache", "test:jest:coverage": "yarn run test:jest -- --coverage", "test:jest:snapshot": "yarn run test:jest -- -u", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "posttest": "yarn run build", "install:frozenLockfile": "yarn-tool install --frozen-lockfile", "install:resetLockfile": "yarn-tool install --reset-lockfile", "build": "yarn run build:tsdx && yarn run build:dts:bundle", "build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle", "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts", "build:dts:tsc": "yarn run build:dts:tsc:emit && yarn run build:dts:copy", "build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false", "build:tsdx": "ynpx @bluelovers/tsdx build --target node", "ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool", "ci:build": "echo ci:build", "npm:publish": "npm publish", "npm:publish:bump": "yarn run version:bump && npm publish", "preversion": "echo preversion && yarn run test", "version": "echo version", "version:bump": "yarn-tool version", "postversion": "echo postversion", "prepublish": "echo prepublish", "prepare": "echo prepare", "prepublishOnly": "yarn run preversion", "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json", "prepack": "echo prepack", "pack": "echo pack", "postpack": "echo postpack", "publish": "echo publish", "postpublish": "yarn run postpublishOnly:add", "postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md", "postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit", "postpublish:git:push": "git push --follow-tags", "postpublish:git:tag": "ynpx --quiet @yarn-tool/tag", "postpublishOnly": "echo postpublishOnly", "postpublishOnly:add": "npx yarn-tool root run postpublishOnly:add runes2", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort", "tsc:showConfig": "ynpx get-current-tsconfig -p" }, "packageManager": "yarn@1.22.19", "gitHead": "081e8a31539147e4a869515411a1227d391287c3" }