package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "vinyl-bufferstream@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vinyl-bufferstream@1.0.1",
  10. "_id": "vinyl-bufferstream@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BTeGn1gO/6TKRay0dXnkuf5jCBo=",
  13. "_location": "/vinyl-bufferstream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vinyl-bufferstream@1.0.1",
  19. "name": "vinyl-bufferstream",
  20. "escapedName": "vinyl-bufferstream",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/gulp-wrap"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Shinnosuke Watanabe",
  33. "url": "https://github.com/shinnn"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shinnn/vinyl-bufferstream/issues"
  37. },
  38. "dependencies": {
  39. "bufferstreams": "1.0.1"
  40. },
  41. "description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",
  42. "devDependencies": {
  43. "eslint": "^0.14.1",
  44. "istanbul": "^0.3.5",
  45. "istanbul-coveralls": "^1.0.1",
  46. "jscs": "^1.11.2",
  47. "simple-bufferstream": "0.0.4",
  48. "tap-spec": "^2.2.1",
  49. "tape": "^3.5.0",
  50. "vinyl": "^0.4.6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/shinnn/vinyl-bufferstream#readme",
  56. "jscsConfig": {
  57. "preset": "google",
  58. "maximumLineLength": 98,
  59. "requireBlocksOnNewline": true,
  60. "validateLineBreaks": "LF"
  61. },
  62. "keywords": [
  63. "gulpfriendly",
  64. "gulp",
  65. "vinyl",
  66. "buffer",
  67. "stream",
  68. "compatibility",
  69. "interchangeability",
  70. "internal",
  71. "helper"
  72. ],
  73. "licenses": [
  74. {
  75. "type": "MIT",
  76. "url": "https://github.com/shinnn/vinyl-bufferstream/blob/master/LICENSE"
  77. }
  78. ],
  79. "name": "vinyl-bufferstream",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/shinnn/vinyl-bufferstream.git"
  83. },
  84. "scripts": {
  85. "coverage": "istanbul cover test.js",
  86. "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
  87. "pretest": "jscs *.js && eslint *.js",
  88. "test": "node test.js | tap-spec"
  89. },
  90. "version": "1.0.1"
  91. }