package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "vinyl-fs@^0.3.0",
  6. "scope": null,
  7. "escapedName": "vinyl-fs",
  8. "name": "vinyl-fs",
  9. "rawSpec": "^0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "vinyl-fs@>=0.3.0 <0.4.0",
  17. "_id": "vinyl-fs@0.3.14",
  18. "_inCache": true,
  19. "_location": "/vinyl-fs",
  20. "_nodeVersion": "0.10.36",
  21. "_npmUser": {
  22. "name": "phated",
  23. "email": "blaine@iceddev.com"
  24. },
  25. "_npmVersion": "2.14.3",
  26. "_phantomChildren": {
  27. "clone-stats": "0.0.1",
  28. "core-util-is": "1.0.2",
  29. "first-chunk-stream": "1.0.0",
  30. "inherits": "2.0.3",
  31. "is-utf8": "0.2.1",
  32. "isarray": "0.0.1",
  33. "natives": "1.1.0",
  34. "string_decoder": "0.10.31",
  35. "xtend": "4.0.1"
  36. },
  37. "_requested": {
  38. "raw": "vinyl-fs@^0.3.0",
  39. "scope": null,
  40. "escapedName": "vinyl-fs",
  41. "name": "vinyl-fs",
  42. "rawSpec": "^0.3.0",
  43. "spec": ">=0.3.0 <0.4.0",
  44. "type": "range"
  45. },
  46. "_requiredBy": [
  47. "/gulp"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
  50. "_shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  51. "_shrinkwrap": null,
  52. "_spec": "vinyl-fs@^0.3.0",
  53. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp",
  54. "author": {
  55. "name": "Fractal",
  56. "email": "contact@wearefractal.com",
  57. "url": "http://wearefractal.com/"
  58. },
  59. "bugs": {
  60. "url": "https://github.com/wearefractal/vinyl-fs/issues"
  61. },
  62. "dependencies": {
  63. "defaults": "^1.0.0",
  64. "glob-stream": "^3.1.5",
  65. "glob-watcher": "^0.0.6",
  66. "graceful-fs": "^3.0.0",
  67. "mkdirp": "^0.5.0",
  68. "strip-bom": "^1.0.0",
  69. "through2": "^0.6.1",
  70. "vinyl": "^0.4.0"
  71. },
  72. "description": "Vinyl adapter for the file system",
  73. "devDependencies": {
  74. "buffer-equal": "^0.0.1",
  75. "coveralls": "^2.6.1",
  76. "istanbul": "^0.3.0",
  77. "jshint": "^2.4.1",
  78. "mocha": "^2.0.0",
  79. "mocha-lcov-reporter": "^0.0.1",
  80. "rimraf": "^2.2.5",
  81. "should": "^4.0.0",
  82. "sinon": "^1.10.3"
  83. },
  84. "directories": {},
  85. "dist": {
  86. "shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  87. "tarball": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz"
  88. },
  89. "engines": {
  90. "node": ">= 0.10"
  91. },
  92. "files": [
  93. "index.js",
  94. "lib"
  95. ],
  96. "gitHead": "1e026b90df987b6da0ca7da941fd61a7cd1e6d8f",
  97. "homepage": "http://github.com/wearefractal/vinyl-fs",
  98. "licenses": [
  99. {
  100. "type": "MIT",
  101. "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
  102. }
  103. ],
  104. "main": "./index.js",
  105. "maintainers": [
  106. {
  107. "name": "fractal",
  108. "email": "contact@wearefractal.com"
  109. },
  110. {
  111. "name": "phated",
  112. "email": "blaine@iceddev.com"
  113. }
  114. ],
  115. "name": "vinyl-fs",
  116. "optionalDependencies": {},
  117. "readme": "ERROR: No README data found!",
  118. "repository": {
  119. "type": "git",
  120. "url": "git://github.com/wearefractal/vinyl-fs.git"
  121. },
  122. "scripts": {
  123. "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  124. "test": "mocha --reporter spec && jshint lib"
  125. },
  126. "version": "0.3.14"
  127. }