package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "inherits": "2.0.3",
  30. "isarray": "0.0.1",
  31. "string_decoder": "0.10.31",
  32. "xtend": "4.0.1"
  33. },
  34. "_requested": {
  35. "raw": "vinyl-fs@^0.3.0",
  36. "scope": null,
  37. "escapedName": "vinyl-fs",
  38. "name": "vinyl-fs",
  39. "rawSpec": "^0.3.0",
  40. "spec": ">=0.3.0 <0.4.0",
  41. "type": "range"
  42. },
  43. "_requiredBy": [
  44. "/gulp"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
  47. "_shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  48. "_shrinkwrap": null,
  49. "_spec": "vinyl-fs@^0.3.0",
  50. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp",
  51. "author": {
  52. "name": "Fractal",
  53. "email": "contact@wearefractal.com",
  54. "url": "http://wearefractal.com/"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/wearefractal/vinyl-fs/issues"
  58. },
  59. "dependencies": {
  60. "defaults": "^1.0.0",
  61. "glob-stream": "^3.1.5",
  62. "glob-watcher": "^0.0.6",
  63. "graceful-fs": "^3.0.0",
  64. "mkdirp": "^0.5.0",
  65. "strip-bom": "^1.0.0",
  66. "through2": "^0.6.1",
  67. "vinyl": "^0.4.0"
  68. },
  69. "description": "Vinyl adapter for the file system",
  70. "devDependencies": {
  71. "buffer-equal": "^0.0.1",
  72. "coveralls": "^2.6.1",
  73. "istanbul": "^0.3.0",
  74. "jshint": "^2.4.1",
  75. "mocha": "^2.0.0",
  76. "mocha-lcov-reporter": "^0.0.1",
  77. "rimraf": "^2.2.5",
  78. "should": "^4.0.0",
  79. "sinon": "^1.10.3"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "shasum": "9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6",
  84. "tarball": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz"
  85. },
  86. "engines": {
  87. "node": ">= 0.10"
  88. },
  89. "files": [
  90. "index.js",
  91. "lib"
  92. ],
  93. "gitHead": "1e026b90df987b6da0ca7da941fd61a7cd1e6d8f",
  94. "homepage": "http://github.com/wearefractal/vinyl-fs",
  95. "licenses": [
  96. {
  97. "type": "MIT",
  98. "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
  99. }
  100. ],
  101. "main": "./index.js",
  102. "maintainers": [
  103. {
  104. "name": "fractal",
  105. "email": "contact@wearefractal.com"
  106. },
  107. {
  108. "name": "phated",
  109. "email": "blaine@iceddev.com"
  110. }
  111. ],
  112. "name": "vinyl-fs",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git://github.com/wearefractal/vinyl-fs.git"
  118. },
  119. "scripts": {
  120. "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  121. "test": "mocha --reporter spec && jshint lib"
  122. },
  123. "version": "0.3.14"
  124. }