{ "_from": "utrie@^1.0.2", "_id": "utrie@1.0.2", "_inBundle": false, "_integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==", "_location": "/utrie", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "utrie@^1.0.2", "name": "utrie", "escapedName": "utrie", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/css-line-break", "/text-segmentation" ], "_resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz", "_shasum": "d42fe44de9bc0119c25de7f564a6ed1b2c87a645", "_spec": "utrie@^1.0.2", "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/css-line-break", "author": { "name": "Niklas von Hertzen", "email": "niklasvh@gmail.com", "url": "https://hertzen.com" }, "bugs": { "url": "https://github.com/niklasvh/utrie/issues" }, "bundleDependencies": false, "dependencies": { "base64-arraybuffer": "^1.0.2" }, "deprecated": false, "description": "Unicode Trie", "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/utrie", "license": "MIT", "main": "dist/utrie.umd.js", "module": "dist/utrie.es5.js", "name": "utrie", "repository": { "type": "git", "url": "git+ssh://git@github.com/niklasvh/utrie.git" }, "scripts": { "build": "tsc --module commonjs && rollup -c rollup.config.ts", "format": "prettier --write \"{src,scripts}/**/*.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.2" }