package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "utf-8-validate@6.0.4",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "utf-8-validate@6.0.4",
  9. "_id": "utf-8-validate@6.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xu9GQDeFp+eZ6LnCywXN/zBancWvOpUMzgjLPSjy4BRHSmTelvn2E0DG0o1sTiw5hkCKBHo8rwSKncfRfv2EEQ==",
  12. "_location": "/utf-8-validate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "utf-8-validate@6.0.4",
  18. "name": "utf-8-validate",
  19. "escapedName": "utf-8-validate",
  20. "rawSpec": "6.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.4"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/utf-8-validate/-/utf-8-validate-6.0.4.tgz",
  28. "_spec": "6.0.4",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Einar Otto Stangvik",
  32. "email": "einaros@gmail.com",
  33. "url": "http://2x.io"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/websockets/utf-8-validate/issues"
  37. },
  38. "dependencies": {
  39. "node-gyp-build": "^4.3.0"
  40. },
  41. "description": "Check if a buffer contains valid UTF-8",
  42. "devDependencies": {
  43. "mocha": "^10.0.0",
  44. "node-gyp": "^10.0.1",
  45. "prebuildify": "^6.0.0",
  46. "prebuildify-cross": "^5.0.0"
  47. },
  48. "engines": {
  49. "node": ">=6.14.2"
  50. },
  51. "files": [
  52. "prebuilds/",
  53. "src/",
  54. "deps/is_utf8/LICENSE-MIT",
  55. "deps/is_utf8/include/is_utf8.h",
  56. "deps/is_utf8/src/is_utf8.cpp",
  57. "binding.gyp",
  58. "fallback.js",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/websockets/utf-8-validate",
  62. "keywords": [
  63. "utf-8-validate"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "utf-8-validate",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/websockets/utf-8-validate.git"
  71. },
  72. "scripts": {
  73. "install": "node-gyp-build",
  74. "prebuild": "prebuildify --napi --strip --target=8.11.2",
  75. "prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2",
  76. "prebuild-linux-musl-x64": "prebuildify-cross --image alpine --napi --strip --target=8.11.2",
  77. "test": "mocha"
  78. },
  79. "version": "6.0.4"
  80. }