package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "bl@^2.2.1",
  3. "_id": "bl@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==",
  6. "_location": "/bl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bl@^2.2.1",
  12. "name": "bl",
  13. "escapedName": "bl",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/mongodb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz",
  22. "_shasum": "8c11a7b730655c5d56898cdc871224f40fd901d5",
  23. "_spec": "bl@^2.2.1",
  24. "_where": "/home/pvvvm505/Документы/sbox/Back/node_modules/mongodb",
  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. "readable-stream": "^2.3.5",
  36. "safe-buffer": "^5.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  40. "devDependencies": {
  41. "faucet": "0.0.1",
  42. "hash_file": "~0.1.1",
  43. "tape": "~4.9.0"
  44. },
  45. "homepage": "https://github.com/rvagg/bl",
  46. "keywords": [
  47. "buffer",
  48. "buffers",
  49. "stream",
  50. "awesomesauce"
  51. ],
  52. "license": "MIT",
  53. "main": "bl.js",
  54. "name": "bl",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/rvagg/bl.git"
  58. },
  59. "scripts": {
  60. "test": "node test/test.js | faucet"
  61. },
  62. "version": "2.2.1"
  63. }