package.json 2.4 KB

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