package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.2.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "safe-buffer@5.2.1",
  9. "_id": "safe-buffer@5.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  12. "_location": "/safe-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "safe-buffer@5.2.1",
  18. "name": "safe-buffer",
  19. "escapedName": "safe-buffer",
  20. "rawSpec": "5.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.2.1"
  23. },
  24. "_requiredBy": [
  25. "/content-disposition",
  26. "/randombytes",
  27. "/string_decoder"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  30. "_spec": "5.2.1",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "author": {
  33. "name": "Feross Aboukhadijeh",
  34. "email": "feross@feross.org",
  35. "url": "https://feross.org"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/feross/safe-buffer/issues"
  39. },
  40. "description": "Safer Node.js Buffer API",
  41. "devDependencies": {
  42. "standard": "*",
  43. "tape": "^5.0.0"
  44. },
  45. "funding": [
  46. {
  47. "type": "github",
  48. "url": "https://github.com/sponsors/feross"
  49. },
  50. {
  51. "type": "patreon",
  52. "url": "https://www.patreon.com/feross"
  53. },
  54. {
  55. "type": "consulting",
  56. "url": "https://feross.org/support"
  57. }
  58. ],
  59. "homepage": "https://github.com/feross/safe-buffer",
  60. "keywords": [
  61. "buffer",
  62. "buffer allocate",
  63. "node security",
  64. "safe",
  65. "safe-buffer",
  66. "security",
  67. "uninitialized"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "safe-buffer",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/feross/safe-buffer.git"
  75. },
  76. "scripts": {
  77. "test": "standard && tape test/*.js"
  78. },
  79. "types": "index.d.ts",
  80. "version": "5.2.1"
  81. }