package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "vinyl-bufferstream@^1.0.1",
  6. "scope": null,
  7. "escapedName": "vinyl-bufferstream",
  8. "name": "vinyl-bufferstream",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-wrap"
  14. ]
  15. ],
  16. "_from": "vinyl-bufferstream@>=1.0.1 <2.0.0",
  17. "_id": "vinyl-bufferstream@1.0.1",
  18. "_inCache": true,
  19. "_location": "/vinyl-bufferstream",
  20. "_nodeVersion": "1.1.0",
  21. "_npmUser": {
  22. "name": "shinnn",
  23. "email": "snnskwtnb@gmail.com"
  24. },
  25. "_npmVersion": "2.5.0",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "vinyl-bufferstream@^1.0.1",
  29. "scope": null,
  30. "escapedName": "vinyl-bufferstream",
  31. "name": "vinyl-bufferstream",
  32. "rawSpec": "^1.0.1",
  33. "spec": ">=1.0.1 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-wrap"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz",
  40. "_shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
  41. "_shrinkwrap": null,
  42. "_spec": "vinyl-bufferstream@^1.0.1",
  43. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-wrap",
  44. "author": {
  45. "name": "Shinnosuke Watanabe",
  46. "url": "https://github.com/shinnn"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/shinnn/vinyl-bufferstream/issues"
  50. },
  51. "dependencies": {
  52. "bufferstreams": "1.0.1"
  53. },
  54. "description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",
  55. "devDependencies": {
  56. "eslint": "^0.14.1",
  57. "istanbul": "^0.3.5",
  58. "istanbul-coveralls": "^1.0.1",
  59. "jscs": "^1.11.2",
  60. "simple-bufferstream": "0.0.4",
  61. "tap-spec": "^2.2.1",
  62. "tape": "^3.5.0",
  63. "vinyl": "^0.4.6"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
  68. "tarball": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "baaf30c5e6291c5838461902bab9098b1dcb4a30",
  74. "homepage": "https://github.com/shinnn/vinyl-bufferstream",
  75. "jscsConfig": {
  76. "preset": "google",
  77. "maximumLineLength": 98,
  78. "requireBlocksOnNewline": true,
  79. "validateLineBreaks": "LF"
  80. },
  81. "keywords": [
  82. "gulpfriendly",
  83. "gulp",
  84. "vinyl",
  85. "buffer",
  86. "stream",
  87. "compatibility",
  88. "interchangeability",
  89. "internal",
  90. "helper"
  91. ],
  92. "licenses": [
  93. {
  94. "type": "MIT",
  95. "url": "https://github.com/shinnn/vinyl-bufferstream/blob/master/LICENSE"
  96. }
  97. ],
  98. "maintainers": [
  99. {
  100. "name": "shinnn",
  101. "email": "snnskwtnb@gmail.com"
  102. }
  103. ],
  104. "name": "vinyl-bufferstream",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/shinnn/vinyl-bufferstream.git"
  110. },
  111. "scripts": {
  112. "coverage": "istanbul cover test.js",
  113. "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
  114. "pretest": "jscs *.js && eslint *.js",
  115. "test": "node test.js | tap-spec"
  116. },
  117. "version": "1.0.1"
  118. }