package.json 1.8 KB

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