package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "ts-md5@1.3.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "ts-md5@1.3.1",
  9. "_id": "ts-md5@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DiwiXfwvcTeZ5wCE0z+2A9EseZsztaiZtGrtSaY5JOD7ekPnR/GoIVD5gXZAlK9Na9Kvpo9Waz5rW64WKAWApg==",
  12. "_location": "/ts-md5",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ts-md5@1.3.1",
  18. "name": "ts-md5",
  19. "escapedName": "ts-md5",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/ts-md5/-/ts-md5-1.3.1.tgz",
  28. "_spec": "1.3.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/cotag/ts-md5/issues"
  32. },
  33. "description": "TypeScript MD5 implementation",
  34. "devDependencies": {
  35. "@types/jest": "^26.0.9",
  36. "jest": "^26.2.2",
  37. "jest-config": "^26.2.2",
  38. "semantic-release": "^19.0.3",
  39. "ts-jest": "^26.1.4",
  40. "tslib": "^2.0.1",
  41. "tslint": "^6.1.3",
  42. "typedoc": "^0.22.11",
  43. "typescript": "^4.5.5"
  44. },
  45. "engines": {
  46. "node": ">=12"
  47. },
  48. "files": [
  49. "dist",
  50. "src"
  51. ],
  52. "homepage": "https://github.com/cotag/ts-md5",
  53. "jest": {
  54. "transform": {
  55. ".(ts|tsx)": "ts-jest"
  56. },
  57. "testEnvironment": "jsdom",
  58. "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
  59. "moduleFileExtensions": [
  60. "ts",
  61. "tsx",
  62. "js"
  63. ],
  64. "coveragePathIgnorePatterns": [
  65. "/node_modules/",
  66. "/test/"
  67. ],
  68. "collectCoverageFrom": [
  69. "src/**/*.{js,ts}"
  70. ]
  71. },
  72. "keywords": [
  73. "placeos",
  74. "cotag",
  75. "md5",
  76. "typescript"
  77. ],
  78. "license": "MIT",
  79. "main": "dist/cjs/index.js",
  80. "maintainers": [
  81. {
  82. "name": "Stephen von Takach",
  83. "email": "steve@cotag.me"
  84. },
  85. {
  86. "name": "Alex Sorafumo",
  87. "email": "alex@place.tech"
  88. }
  89. ],
  90. "module": "dist/esm/index.js",
  91. "name": "ts-md5",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/cotag/ts-md5.git"
  95. },
  96. "scripts": {
  97. "build": "node ./clean.js && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run build-worker",
  98. "build-worker": "node ./build-worker.js",
  99. "docs": "typedoc --excludePrivate --out docs src",
  100. "lint": "tslint --project tsconfig.json",
  101. "prepare": "npm run build",
  102. "semantic-release": "semantic-release",
  103. "test": "jest --coverage",
  104. "test:ci": "jest --runInBand",
  105. "test:coverage": "jest --coverage",
  106. "test:watch": "jest --coverage --watch"
  107. },
  108. "typings": "dist/esm/index.d.ts",
  109. "version": "1.3.1"
  110. }