package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "is-buffer@^2.0.2",
  3. "_id": "is-buffer@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  6. "_location": "/is-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-buffer@^2.0.2",
  12. "name": "is-buffer",
  13. "escapedName": "is-buffer",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@smallwei/avue/axios",
  20. "/avue-plugin-ueditor/axios",
  21. "/axios"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  24. "_shasum": "ebc252e400d22ff8d77fa09888821a24a658c191",
  25. "_spec": "is-buffer@^2.0.2",
  26. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@smallwei\\avue\\node_modules\\axios",
  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/is-buffer/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Determine if an object is a Buffer",
  39. "devDependencies": {
  40. "airtap": "^3.0.0",
  41. "standard": "*",
  42. "tape": "^5.0.1"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "funding": [
  48. {
  49. "type": "github",
  50. "url": "https://github.com/sponsors/feross"
  51. },
  52. {
  53. "type": "patreon",
  54. "url": "https://www.patreon.com/feross"
  55. },
  56. {
  57. "type": "consulting",
  58. "url": "https://feross.org/support"
  59. }
  60. ],
  61. "homepage": "https://github.com/feross/is-buffer#readme",
  62. "keywords": [
  63. "arraybuffer",
  64. "browser",
  65. "browser buffer",
  66. "browserify",
  67. "buffer",
  68. "buffers",
  69. "core buffer",
  70. "dataview",
  71. "float32array",
  72. "float64array",
  73. "int16array",
  74. "int32array",
  75. "type",
  76. "typed array",
  77. "uint32array"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "is-buffer",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/feross/is-buffer.git"
  85. },
  86. "scripts": {
  87. "test": "standard && npm run test-node && npm run test-browser",
  88. "test-browser": "airtap -- test/*.js",
  89. "test-browser-local": "airtap --local -- test/*.js",
  90. "test-node": "tape test/*.js"
  91. },
  92. "version": "2.0.5"
  93. }