package.json 1.9 KB

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