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.

66 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.1.2",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "safe-buffer@5.1.2",
  9. "_id": "safe-buffer@5.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  12. "_location": "/safe-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "safe-buffer@5.1.2",
  18. "name": "safe-buffer",
  19. "escapedName": "safe-buffer",
  20. "rawSpec": "5.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.2"
  23. },
  24. "_requiredBy": [
  25. "/content-disposition",
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  29. "_spec": "5.1.2",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://feross.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/safe-buffer/issues"
  38. },
  39. "description": "Safer Node.js Buffer API",
  40. "devDependencies": {
  41. "standard": "*",
  42. "tape": "^4.0.0"
  43. },
  44. "homepage": "https://github.com/feross/safe-buffer",
  45. "keywords": [
  46. "buffer",
  47. "buffer allocate",
  48. "node security",
  49. "safe",
  50. "safe-buffer",
  51. "security",
  52. "uninitialized"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "safe-buffer",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/feross/safe-buffer.git"
  60. },
  61. "scripts": {
  62. "test": "standard && tape test/*.js"
  63. },
  64. "types": "index.d.ts",
  65. "version": "5.1.2"
  66. }