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.

78 lines
2.0 KiB

4 years ago
  1. {
  2. "_from": "safe-buffer@^5.0.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": "range",
  10. "registry": true,
  11. "raw": "safe-buffer@^5.0.1",
  12. "name": "safe-buffer",
  13. "escapedName": "safe-buffer",
  14. "rawSpec": "^5.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.1"
  17. },
  18. "_requiredBy": [
  19. "/ecdsa-sig-formatter",
  20. "/jwa",
  21. "/jws"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  24. "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
  25. "_spec": "safe-buffer@^5.0.1",
  26. "_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-user\\node_modules\\jws",
  27. "author": {
  28. "name": "Feross Aboukhadijeh",
  29. "email": "feross@feross.org",
  30. "url": "https://feross.org"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/feross/safe-buffer/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Safer Node.js Buffer API",
  38. "devDependencies": {
  39. "standard": "*",
  40. "tape": "^5.0.0"
  41. },
  42. "funding": [
  43. {
  44. "type": "github",
  45. "url": "https://github.com/sponsors/feross"
  46. },
  47. {
  48. "type": "patreon",
  49. "url": "https://www.patreon.com/feross"
  50. },
  51. {
  52. "type": "consulting",
  53. "url": "https://feross.org/support"
  54. }
  55. ],
  56. "homepage": "https://github.com/feross/safe-buffer",
  57. "keywords": [
  58. "buffer",
  59. "buffer allocate",
  60. "node security",
  61. "safe",
  62. "safe-buffer",
  63. "security",
  64. "uninitialized"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "safe-buffer",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/feross/safe-buffer.git"
  72. },
  73. "scripts": {
  74. "test": "standard && tape test/*.js"
  75. },
  76. "types": "index.d.ts",
  77. "version": "5.2.1"
  78. }