package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "utrie@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "utrie@1.0.2",
  9. "_id": "utrie@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==",
  12. "_location": "/utrie",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "utrie@1.0.2",
  18. "name": "utrie",
  19. "escapedName": "utrie",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/css-line-break",
  26. "/text-segmentation"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/utrie/-/utrie-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Niklas von Hertzen",
  33. "email": "niklasvh@gmail.com",
  34. "url": "https://hertzen.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/niklasvh/utrie/issues"
  38. },
  39. "dependencies": {
  40. "base64-arraybuffer": "^1.0.2"
  41. },
  42. "description": "Unicode Trie",
  43. "devDependencies": {
  44. "@rollup/plugin-commonjs": "^19.0.0",
  45. "@rollup/plugin-node-resolve": "^13.0.0",
  46. "@rollup/plugin-typescript": "^8.2.1",
  47. "@types/mocha": "^8.2.2",
  48. "@types/node": "^16.0.0",
  49. "mocha": "9.0.2",
  50. "prettier": "^2.3.2",
  51. "rimraf": "3.0.2",
  52. "rollup": "^2.52.7",
  53. "rollup-plugin-json": "^4.0.0",
  54. "rollup-plugin-sourcemaps": "^0.6.3",
  55. "standard-version": "^9.3.0",
  56. "ts-node": "^10.0.0",
  57. "tslib": "^2.3.0",
  58. "tslint": "^6.1.3",
  59. "tslint-config-prettier": "^1.18.0",
  60. "typescript": "^4.3.5"
  61. },
  62. "homepage": "https://github.com/niklasvh/utrie",
  63. "license": "MIT",
  64. "main": "dist/utrie.umd.js",
  65. "module": "dist/utrie.es5.js",
  66. "name": "utrie",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/niklasvh/utrie.git"
  70. },
  71. "scripts": {
  72. "build": "tsc --module commonjs && rollup -c rollup.config.ts",
  73. "format": "prettier --write \"{src,scripts}/**/*.ts\"",
  74. "lint": "tslint -c tslint.json --project tsconfig.json -t codeFrame src/**/*.ts tests/**/*.ts scripts/**/*.ts",
  75. "mocha": "mocha --require ts-node/register tests/*.ts",
  76. "prebuild": "rimraf dist/",
  77. "release": "standard-version",
  78. "test": "npm run lint && npm run mocha"
  79. },
  80. "typings": "dist/types/index.d.ts",
  81. "version": "1.0.2"
  82. }