package.json 1.8 KB

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