package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "bl@4.1.0",
  5. "/Users/mac/projects/mime/mine"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bl@4.1.0",
  19. "name": "bl",
  20. "escapedName": "bl",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/ora"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "authors": [
  32. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  33. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  34. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  35. ],
  36. "bugs": {
  37. "url": "https://github.com/rvagg/bl/issues"
  38. },
  39. "dependencies": {
  40. "buffer": "^5.5.0",
  41. "inherits": "^2.0.4",
  42. "readable-stream": "^3.4.0"
  43. },
  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. }