package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "bl@~0.9.0",
  5. "D:\\work\\im\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "bl@>=0.9.0 <0.10.0",
  9. "_id": "bl@0.9.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bl",
  13. "_nodeVersion": "6.0.0-nightly2016011666b9c0d8bd",
  14. "_npmUser": {
  15. "email": "rod@vagg.org",
  16. "name": "rvagg"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {
  20. "core-util-is": "1.0.2",
  21. "inherits": "2.0.1",
  22. "string_decoder": "0.10.31"
  23. },
  24. "_requested": {
  25. "name": "bl",
  26. "raw": "bl@~0.9.0",
  27. "rawSpec": "~0.9.0",
  28. "scope": null,
  29. "spec": ">=0.9.0 <0.10.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/bl/-/bl-0.9.5.tgz",
  36. "_shasum": "c06b797af085ea00bc527afc8efcf11de2232054",
  37. "_shrinkwrap": null,
  38. "_spec": "bl@~0.9.0",
  39. "_where": "D:\\work\\im\\node_modules\\request",
  40. "authors": [
  41. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  42. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  43. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  44. ],
  45. "bugs": {
  46. "url": "https://github.com/rvagg/bl/issues"
  47. },
  48. "dependencies": {
  49. "readable-stream": "~1.0.26"
  50. },
  51. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  52. "devDependencies": {
  53. "faucet": "~0.0.1",
  54. "hash_file": "~0.1.1",
  55. "tape": "~4.4.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "c06b797af085ea00bc527afc8efcf11de2232054",
  60. "tarball": "https://registry.npmjs.org/bl/-/bl-0.9.5.tgz"
  61. },
  62. "gitHead": "fe77435118490ac7d07f93c0b52896c67fb2601f",
  63. "homepage": "https://github.com/rvagg/bl",
  64. "keywords": [
  65. "buffer",
  66. "buffers",
  67. "stream",
  68. "awesomesauce"
  69. ],
  70. "license": "MIT",
  71. "main": "bl.js",
  72. "maintainers": [
  73. {
  74. "email": "rod@vagg.org",
  75. "name": "rvagg"
  76. }
  77. ],
  78. "name": "bl",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/rvagg/bl.git"
  84. },
  85. "scripts": {
  86. "test": "node test/test.js | faucet",
  87. "test-local": "brtapsauce-local test/basic-test.js"
  88. },
  89. "version": "0.9.5"
  90. }