package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "long@5.2.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "long@5.2.3",
  9. "_id": "long@5.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
  12. "_location": "/long",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "long@5.2.3",
  18. "name": "long",
  19. "escapedName": "long",
  20. "rawSpec": "5.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.3"
  23. },
  24. "_requiredBy": [
  25. "/mysql2"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/long/-/long-5.2.3.tgz",
  28. "_spec": "5.2.3",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Daniel Wirtz",
  32. "email": "dcode@dcode.io"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/dcodeIO/long.js/issues"
  36. },
  37. "description": "A Long class for representing a 64-bit two's-complement integer value.",
  38. "devDependencies": {
  39. "esm2umd": "^0.2.1"
  40. },
  41. "exports": {
  42. ".": {
  43. "import": {
  44. "types": "./index.d.ts",
  45. "default": "./index.js"
  46. },
  47. "require": {
  48. "types": "./umd/index.d.ts",
  49. "default": "./umd/index.js"
  50. }
  51. }
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts",
  56. "umd/index.js",
  57. "umd/index.d.ts",
  58. "umd/package.json",
  59. "LICENSE",
  60. "README.md"
  61. ],
  62. "homepage": "https://github.com/dcodeIO/long.js#readme",
  63. "keywords": [
  64. "math",
  65. "long",
  66. "int64"
  67. ],
  68. "license": "Apache-2.0",
  69. "main": "umd/index.js",
  70. "name": "long",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/dcodeIO/long.js.git"
  74. },
  75. "scripts": {
  76. "build": "esm2umd Long index.js > umd/index.js",
  77. "test": "node tests"
  78. },
  79. "type": "module",
  80. "types": "umd/index.d.ts",
  81. "version": "5.2.3"
  82. }