package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "bl@^4.1.0",
  3. "_id": "bl@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  6. "_location": "/bl",
  7. "_phantomChildren": {
  8. "base64-js": "1.5.1",
  9. "ieee754": "1.2.1",
  10. "inherits": "2.0.4",
  11. "string_decoder": "1.1.1",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "bl@^4.1.0",
  18. "name": "bl",
  19. "escapedName": "bl",
  20. "rawSpec": "^4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-shared-utils/ora"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  28. "_shasum": "451535264182bec2fbbc83a62ab98cf11d9f7b3a",
  29. "_spec": "bl@^4.1.0",
  30. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-shared-utils\\node_modules\\ora",
  31. "authors": [
  32. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  33. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  34. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  35. ],
  36. "bugs": {
  37. "url": "https://github.com/rvagg/bl/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "buffer": "^5.5.0",
  42. "inherits": "^2.0.4",
  43. "readable-stream": "^3.4.0"
  44. },
  45. "deprecated": false,
  46. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  47. "devDependencies": {
  48. "faucet": "~0.0.1",
  49. "standard": "^14.3.0",
  50. "tape": "^4.11.0"
  51. },
  52. "homepage": "https://github.com/rvagg/bl",
  53. "keywords": [
  54. "buffer",
  55. "buffers",
  56. "stream",
  57. "awesomesauce"
  58. ],
  59. "license": "MIT",
  60. "main": "bl.js",
  61. "name": "bl",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/rvagg/bl.git"
  65. },
  66. "scripts": {
  67. "lint": "standard *.js test/*.js",
  68. "test": "npm run lint && node test/test.js | faucet"
  69. },
  70. "version": "4.1.0"
  71. }