package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.1.2",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  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. "/mysql",
  26. "/readable-stream",
  27. "/string_decoder"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  30. "_spec": "5.1.2",
  31. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  32. "author": {
  33. "name": "Feross Aboukhadijeh",
  34. "email": "feross@feross.org",
  35. "url": "http://feross.org"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/feross/safe-buffer/issues"
  39. },
  40. "description": "Safer Node.js Buffer API",
  41. "devDependencies": {
  42. "standard": "*",
  43. "tape": "^4.0.0"
  44. },
  45. "homepage": "https://github.com/feross/safe-buffer",
  46. "keywords": [
  47. "buffer",
  48. "buffer allocate",
  49. "node security",
  50. "safe",
  51. "safe-buffer",
  52. "security",
  53. "uninitialized"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "safe-buffer",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/feross/safe-buffer.git"
  61. },
  62. "scripts": {
  63. "test": "standard && tape test/*.js"
  64. },
  65. "types": "index.d.ts",
  66. "version": "5.1.2"
  67. }