package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "safe-buffer@5.2.1",
  3. "_id": "safe-buffer@5.2.1",
  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": "safe-buffer@5.2.1",
  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. "/ecdsa-sig-formatter",
  21. "/express",
  22. "/jwa",
  23. "/jws",
  24. <<<<<<< HEAD
  25. "/mongodb",
  26. "/mongoose",
  27. =======
  28. >>>>>>> test
  29. "/string_decoder"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  32. "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
  33. "_spec": "safe-buffer@5.2.1",
  34. "_where": "C:\\FatboarProject\\express-server\\node_modules\\express",
  35. "author": {
  36. "name": "Feross Aboukhadijeh",
  37. "email": "feross@feross.org",
  38. "url": "https://feross.org"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/feross/safe-buffer/issues"
  42. },
  43. "bundleDependencies": false,
  44. "deprecated": false,
  45. "description": "Safer Node.js Buffer API",
  46. "devDependencies": {
  47. "standard": "*",
  48. "tape": "^5.0.0"
  49. },
  50. "funding": [
  51. {
  52. "type": "github",
  53. "url": "https://github.com/sponsors/feross"
  54. },
  55. {
  56. "type": "patreon",
  57. "url": "https://www.patreon.com/feross"
  58. },
  59. {
  60. "type": "consulting",
  61. "url": "https://feross.org/support"
  62. }
  63. ],
  64. "homepage": "https://github.com/feross/safe-buffer",
  65. "keywords": [
  66. "buffer",
  67. "buffer allocate",
  68. "node security",
  69. "safe",
  70. "safe-buffer",
  71. "security",
  72. "uninitialized"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "safe-buffer",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/feross/safe-buffer.git"
  80. },
  81. "scripts": {
  82. "test": "standard && tape test/*.js"
  83. },
  84. "types": "index.d.ts",
  85. "version": "5.2.1"
  86. }