package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "/axios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  22. "_shasum": "ebc252e400d22ff8d77fa09888821a24a658c191",
  23. "_spec": "is-buffer@^2.0.2",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\axios",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "https://feross.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/feross/is-buffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Determine if an object is a Buffer",
  37. "devDependencies": {
  38. "airtap": "^3.0.0",
  39. "standard": "*",
  40. "tape": "^5.0.1"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "funding": [
  46. {
  47. "type": "github",
  48. "url": "https://github.com/sponsors/feross"
  49. },
  50. {
  51. "type": "patreon",
  52. "url": "https://www.patreon.com/feross"
  53. },
  54. {
  55. "type": "consulting",
  56. "url": "https://feross.org/support"
  57. }
  58. ],
  59. "homepage": "https://github.com/feross/is-buffer#readme",
  60. "keywords": [
  61. "arraybuffer",
  62. "browser",
  63. "browser buffer",
  64. "browserify",
  65. "buffer",
  66. "buffers",
  67. "core buffer",
  68. "dataview",
  69. "float32array",
  70. "float64array",
  71. "int16array",
  72. "int32array",
  73. "type",
  74. "typed array",
  75. "uint32array"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-buffer",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/feross/is-buffer.git"
  83. },
  84. "scripts": {
  85. "test": "standard && npm run test-node && npm run test-browser",
  86. "test-browser": "airtap -- test/*.js",
  87. "test-browser-local": "airtap --local -- test/*.js",
  88. "test-node": "tape test/*.js"
  89. },
  90. "version": "2.0.5"
  91. }