UNPKG

utfstring

Version:
45 lines (44 loc) 1.18 kB
{ "name": "utfstring", "version": "3.1.3", "description": "UTF-safe string operations", "repository": { "type": "git", "url": "git@github.com:camertron/utfstring.git" }, "keywords": [ "unicode", "string", "utf-16", "utf" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "author": "Cameron Dutro", "license": "MIT", "bugs": { "url": "https://github.com/camertron/utfstring/issues" }, "homepage": "https://github.com/camertron/utfstring", "devDependencies": { "@types/node": "14.14.31", "@types/mocha": "10.0.1", "expect": "29.3.1", "mocha": "10.1.0", "prettier": "2.8.0", "rimraf": "3.0.2", "ts-node": "10.9.1", "typescript": "4.9.3", "webpack": "5.76.0", "webpack-cli": "5.0.0" }, "scripts": { "format": "prettier --check .", "build": "rimraf dist browser && tsc && webpack", "test": "mocha -r ts-node/register -reporter min 'test/**/*.ts'", "prepublishOnly": "npm test && npm run build" } }