package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bl@^4.1.0",
  12. "name": "bl",
  13. "escapedName": "bl",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/ora"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
  22. "_shasum": "451535264182bec2fbbc83a62ab98cf11d9f7b3a",
  23. "_spec": "bl@^4.1.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\ora",
  25. "authors": [
  26. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  27. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  28. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/rvagg/bl/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "buffer": "^5.5.0",
  36. "inherits": "^2.0.4",
  37. "readable-stream": "^3.4.0"
  38. },
  39. "deprecated": false,
  40. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  41. "devDependencies": {
  42. "faucet": "~0.0.1",
  43. "standard": "^14.3.0",
  44. "tape": "^4.11.0"
  45. },
  46. "homepage": "https://github.com/rvagg/bl",
  47. "keywords": [
  48. "buffer",
  49. "buffers",
  50. "stream",
  51. "awesomesauce"
  52. ],
  53. "license": "MIT",
  54. "main": "bl.js",
  55. "name": "bl",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/rvagg/bl.git"
  59. },
  60. "scripts": {
  61. "lint": "standard *.js test/*.js",
  62. "test": "npm run lint && node test/test.js | faucet"
  63. },
  64. "version": "4.1.0"
  65. }