package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.2.1",
  5. "/Users/mac/projects/mime/mine"
  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. "/content-disposition",
  27. "/express",
  28. "/randombytes",
  29. "/string_decoder",
  30. "/websocket-driver"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  33. "_spec": "5.2.1",
  34. "_where": "/Users/mac/projects/mime/mine",
  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. "description": "Safer Node.js Buffer API",
  44. "devDependencies": {
  45. "standard": "*",
  46. "tape": "^5.0.0"
  47. },
  48. "funding": [
  49. {
  50. "type": "github",
  51. "url": "https://github.com/sponsors/feross"
  52. },
  53. {
  54. "type": "patreon",
  55. "url": "https://www.patreon.com/feross"
  56. },
  57. {
  58. "type": "consulting",
  59. "url": "https://feross.org/support"
  60. }
  61. ],
  62. "homepage": "https://github.com/feross/safe-buffer",
  63. "keywords": [
  64. "buffer",
  65. "buffer allocate",
  66. "node security",
  67. "safe",
  68. "safe-buffer",
  69. "security",
  70. "uninitialized"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "safe-buffer",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/feross/safe-buffer.git"
  78. },
  79. "scripts": {
  80. "test": "standard && tape test/*.js"
  81. },
  82. "types": "index.d.ts",
  83. "version": "5.2.1"
  84. }