package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "bl@^3.0.0",
  3. "_id": "bl@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EUAyP5UHU5hxF8BPT0LKW8gjYLhq1DQIcneOX/pL/m2Alo+OYDQAJlHq+yseMP50Os2nHXOSic6Ss3vSQeyf4A==",
  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@^3.0.0",
  16. "name": "bl",
  17. "escapedName": "bl",
  18. "rawSpec": "^3.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.0.0"
  21. },
  22. "_requiredBy": [
  23. "/tedious"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/bl/-/bl-3.0.0.tgz",
  26. "_shasum": "3611ec00579fd18561754360b21e9f784500ff88",
  27. "_spec": "bl@^3.0.0",
  28. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\tedious",
  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. "readable-stream": "^3.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  43. "devDependencies": {
  44. "faucet": "0.0.1",
  45. "hash_file": "~0.1.1",
  46. "tape": "~4.9.1"
  47. },
  48. "homepage": "https://github.com/rvagg/bl",
  49. "keywords": [
  50. "buffer",
  51. "buffers",
  52. "stream",
  53. "awesomesauce"
  54. ],
  55. "license": "MIT",
  56. "main": "bl.js",
  57. "name": "bl",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/rvagg/bl.git"
  61. },
  62. "scripts": {
  63. "test": "node test/test.js | faucet"
  64. },
  65. "version": "3.0.0"
  66. }