package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "bufferstreams@1.0.1",
  6. "scope": null,
  7. "escapedName": "bufferstreams",
  8. "name": "bufferstreams",
  9. "rawSpec": "1.0.1",
  10. "spec": "1.0.1",
  11. "type": "version"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/vinyl-bufferstream"
  14. ]
  15. ],
  16. "_from": "bufferstreams@1.0.1",
  17. "_id": "bufferstreams@1.0.1",
  18. "_inCache": true,
  19. "_location": "/bufferstreams",
  20. "_nodeVersion": "0.12.0",
  21. "_npmUser": {
  22. "name": "nfroidure",
  23. "email": "nfroidure@elitwork.com"
  24. },
  25. "_npmVersion": "2.5.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "bufferstreams@1.0.1",
  29. "scope": null,
  30. "escapedName": "bufferstreams",
  31. "name": "bufferstreams",
  32. "rawSpec": "1.0.1",
  33. "spec": "1.0.1",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/vinyl-bufferstream"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz",
  40. "_shasum": "cfb1ad9568d3ba3cfe935ba9abdd952de88aab2a",
  41. "_shrinkwrap": null,
  42. "_spec": "bufferstreams@1.0.1",
  43. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/vinyl-bufferstream",
  44. "author": {
  45. "name": "Nicolas Froidure",
  46. "url": "http://www.insertafter.com/blog.html"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/nfroidure/BufferStreams/issues"
  50. },
  51. "dependencies": {
  52. "readable-stream": "^1.0.33"
  53. },
  54. "description": "Abstract streams to deal with the whole buffered contents.",
  55. "devDependencies": {
  56. "coveralls": "~2.11.2",
  57. "istanbul": "~0.3.5",
  58. "mocha": "2.x.x",
  59. "mocha-lcov-reporter": "0.0.1",
  60. "streamtest": "^1.1.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "cfb1ad9568d3ba3cfe935ba9abdd952de88aab2a",
  65. "tarball": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.10.0"
  69. },
  70. "gitHead": "7d4c975accd17ea382845d93e11761ad8c364534",
  71. "homepage": "https://github.com/nfroidure/BufferStreams",
  72. "keywords": [
  73. "buffer",
  74. "streaming",
  75. "stream",
  76. "async",
  77. "abstract"
  78. ],
  79. "licenses": [
  80. {
  81. "type": "MIT",
  82. "url": "https://github.com/nfroidure/BufferStreams/blob/master/LICENSE"
  83. }
  84. ],
  85. "main": "src/index.js",
  86. "maintainers": [
  87. {
  88. "name": "nfroidure",
  89. "email": "nfroidure@elitwork.com"
  90. }
  91. ],
  92. "name": "bufferstreams",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/nfroidure/BufferStreams.git"
  98. },
  99. "scripts": {
  100. "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
  101. "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
  102. "test": "./node_modules/mocha/bin/mocha tests/*.mocha.js",
  103. "trinity": "npm-check-updates -u && npm test && git commit package.json -m \"Dependencies update\" && git push"
  104. },
  105. "version": "1.0.1"
  106. }