You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.0 KiB

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