package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "safe-buffer@5.1.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "safe-buffer@5.1.2",
  10. "_id": "safe-buffer@5.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  13. "_location": "/safe-buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "safe-buffer@5.1.2",
  19. "name": "safe-buffer",
  20. "escapedName": "safe-buffer",
  21. "rawSpec": "5.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.2"
  24. },
  25. "_requiredBy": [
  26. "/browserify-aes",
  27. "/browserify-des",
  28. "/cipher-base",
  29. "/compression",
  30. "/content-disposition",
  31. "/convert-source-map",
  32. "/create-hmac",
  33. "/dns-packet",
  34. "/evp_bytestokey",
  35. "/express",
  36. "/md5.js",
  37. "/parse-asn1",
  38. "/pbkdf2",
  39. "/public-encrypt",
  40. "/randombytes",
  41. "/randomfill",
  42. "/readable-stream",
  43. "/sha.js",
  44. "/ssri",
  45. "/string_decoder",
  46. "/websocket-driver",
  47. "/ws"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  50. "_spec": "5.1.2",
  51. "_where": "E:\\amr1.0\\AMR",
  52. "author": {
  53. "name": "Feross Aboukhadijeh",
  54. "email": "feross@feross.org",
  55. "url": "http://feross.org"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/feross/safe-buffer/issues"
  59. },
  60. "description": "Safer Node.js Buffer API",
  61. "devDependencies": {
  62. "standard": "*",
  63. "tape": "^4.0.0"
  64. },
  65. "homepage": "https://github.com/feross/safe-buffer",
  66. "keywords": [
  67. "buffer",
  68. "buffer allocate",
  69. "node security",
  70. "safe",
  71. "safe-buffer",
  72. "security",
  73. "uninitialized"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "safe-buffer",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/feross/safe-buffer.git"
  81. },
  82. "scripts": {
  83. "test": "standard && tape test/*.js"
  84. },
  85. "types": "index.d.ts",
  86. "version": "5.1.2"
  87. }