package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "block-stream@0.0.9",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "block-stream@0.0.9",
  10. "_id": "block-stream@0.0.9",
  11. "_inBundle": false,
  12. "_integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
  13. "_location": "/block-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "block-stream@0.0.9",
  19. "name": "block-stream",
  20. "escapedName": "block-stream",
  21. "rawSpec": "0.0.9",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.9"
  24. },
  25. "_requiredBy": [
  26. "/tar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
  29. "_spec": "0.0.9",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/block-stream/issues"
  38. },
  39. "dependencies": {
  40. "inherits": "~2.0.0"
  41. },
  42. "description": "a stream of blocks",
  43. "devDependencies": {
  44. "tap": "^5.7.1"
  45. },
  46. "engines": {
  47. "node": "0.4 || >=0.5.8"
  48. },
  49. "files": [
  50. "block-stream.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/block-stream#readme",
  53. "license": "ISC",
  54. "main": "block-stream.js",
  55. "name": "block-stream",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/block-stream.git"
  59. },
  60. "scripts": {
  61. "test": "tap test/*.js --cov"
  62. },
  63. "version": "0.0.9"
  64. }