package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "bl@~1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "bl@>=1.0.0 <1.1.0",
  9. "_id": "bl@1.0.0",
  10. "_inCache": true,
  11. "_location": "/bl",
  12. "_nodeVersion": "2.0.1-nightly20150618d2e4e03444",
  13. "_npmUser": {
  14. "email": "rod@vagg.org",
  15. "name": "rvagg"
  16. },
  17. "_npmVersion": "2.9.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "bl",
  21. "raw": "bl@~1.0.0",
  22. "rawSpec": "~1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/bl/-/bl-1.0.0.tgz",
  31. "_shasum": "ada9a8a89a6d7ac60862f7dec7db207873e0c3f5",
  32. "_shrinkwrap": null,
  33. "_spec": "bl@~1.0.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  35. "authors": [
  36. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)",
  37. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  38. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
  39. ],
  40. "bugs": {
  41. "url": "https://github.com/rvagg/bl/issues"
  42. },
  43. "dependencies": {
  44. "readable-stream": "~2.0.0"
  45. },
  46. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  47. "devDependencies": {
  48. "brtapsauce": "~0.3.0",
  49. "faucet": "~0.0.1",
  50. "hash_file": "~0.1.1",
  51. "tape": "~2.12.3"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "ada9a8a89a6d7ac60862f7dec7db207873e0c3f5",
  56. "tarball": "http://registry.npmjs.org/bl/-/bl-1.0.0.tgz"
  57. },
  58. "gitHead": "1794938be6697a6d1e02cd942a4eea59b353347a",
  59. "homepage": "https://github.com/rvagg/bl",
  60. "installable": true,
  61. "keywords": [
  62. "awesomesauce",
  63. "buffer",
  64. "buffers",
  65. "stream"
  66. ],
  67. "license": "MIT",
  68. "main": "bl.js",
  69. "maintainers": [
  70. {
  71. "name": "rvagg",
  72. "email": "rod@vagg.org"
  73. }
  74. ],
  75. "name": "bl",
  76. "optionalDependencies": {},
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/rvagg/bl.git"
  80. },
  81. "scripts": {
  82. "test": "node test/test.js | faucet",
  83. "test-local": "brtapsauce-local test/basic-test.js"
  84. },
  85. "version": "1.0.0"
  86. }