package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "bufferstreams@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bufferstreams@1.0.1",
  10. "_id": "bufferstreams@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-z7GtlWjTujz+k1upq92VLeiKqyo=",
  13. "_location": "/bufferstreams",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bufferstreams@1.0.1",
  19. "name": "bufferstreams",
  20. "escapedName": "bufferstreams",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/vinyl-bufferstream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Nicolas Froidure",
  33. "url": "http://www.insertafter.com/blog.html"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/nfroidure/BufferStreams/issues"
  37. },
  38. "dependencies": {
  39. "readable-stream": "^1.0.33"
  40. },
  41. "description": "Abstract streams to deal with the whole buffered contents.",
  42. "devDependencies": {
  43. "coveralls": "~2.11.2",
  44. "istanbul": "~0.3.5",
  45. "mocha": "2.x.x",
  46. "mocha-lcov-reporter": "0.0.1",
  47. "streamtest": "^1.1.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.10.0"
  51. },
  52. "homepage": "https://github.com/nfroidure/BufferStreams",
  53. "keywords": [
  54. "buffer",
  55. "streaming",
  56. "stream",
  57. "async",
  58. "abstract"
  59. ],
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "https://github.com/nfroidure/BufferStreams/blob/master/LICENSE"
  64. }
  65. ],
  66. "main": "src/index.js",
  67. "name": "bufferstreams",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/nfroidure/BufferStreams.git"
  71. },
  72. "scripts": {
  73. "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
  74. "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",
  75. "test": "./node_modules/mocha/bin/mocha tests/*.mocha.js",
  76. "trinity": "npm-check-updates -u && npm test && git commit package.json -m \"Dependencies update\" && git push"
  77. },
  78. "version": "1.0.1"
  79. }