package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bl@~1.0.0",
  6. "scope": null,
  7. "escapedName": "bl",
  8. "name": "bl",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/grunt-retire/node_modules/request"
  14. ]
  15. ],
  16. "_from": "bl@>=1.0.0 <1.1.0",
  17. "_id": "bl@1.0.3",
  18. "_inCache": true,
  19. "_location": "/bl",
  20. "_nodeVersion": "5.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-5-east.internal.npmjs.com",
  23. "tmp": "tmp/bl-1.0.3.tgz_1455187279627_0.9823597683571279"
  24. },
  25. "_npmUser": {
  26. "name": "rvagg",
  27. "email": "rod@vagg.org"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {
  31. "core-util-is": "1.0.2",
  32. "inherits": "2.0.3",
  33. "isarray": "1.0.0",
  34. "process-nextick-args": "1.0.7",
  35. "util-deprecate": "1.0.2"
  36. },
  37. "_requested": {
  38. "raw": "bl@~1.0.0",
  39. "scope": null,
  40. "escapedName": "bl",
  41. "name": "bl",
  42. "rawSpec": "~1.0.0",
  43. "spec": ">=1.0.0 <1.1.0",
  44. "type": "range"
  45. },
  46. "_requiredBy": [
  47. "/grunt-retire/request"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz",
  50. "_shasum": "fc5421a28fd4226036c3b3891a66a25bc64d226e",
  51. "_shrinkwrap": null,
  52. "_spec": "bl@~1.0.0",
  53. "_where": "/home/conte/data/reveal.js/node_modules/grunt-retire/node_modules/request",
  54. "authors": [
  55. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
  56. "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
  57. "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)"
  58. ],
  59. "bugs": {
  60. "url": "https://github.com/rvagg/bl/issues"
  61. },
  62. "dependencies": {
  63. "readable-stream": "~2.0.5"
  64. },
  65. "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  66. "devDependencies": {
  67. "faucet": "0.0.1",
  68. "hash_file": "~0.1.1",
  69. "tape": "~4.4.0"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "fc5421a28fd4226036c3b3891a66a25bc64d226e",
  74. "tarball": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz"
  75. },
  76. "gitHead": "906e0dd6e811c9989a2c1d46fcca22c8da9f8f5b",
  77. "homepage": "https://github.com/rvagg/bl",
  78. "keywords": [
  79. "buffer",
  80. "buffers",
  81. "stream",
  82. "awesomesauce"
  83. ],
  84. "license": "MIT",
  85. "main": "bl.js",
  86. "maintainers": [
  87. {
  88. "name": "rvagg",
  89. "email": "rod@vagg.org"
  90. }
  91. ],
  92. "name": "bl",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/rvagg/bl.git"
  98. },
  99. "scripts": {
  100. "test": "node test/test.js | faucet"
  101. },
  102. "version": "1.0.3"
  103. }