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.

63 lines
1.6 KiB

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