package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "vinyl-file@^2.0.0",
  6. "scope": null,
  7. "escapedName": "vinyl-file",
  8. "name": "vinyl-file",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-watch"
  14. ]
  15. ],
  16. "_from": "vinyl-file@>=2.0.0 <3.0.0",
  17. "_id": "vinyl-file@2.0.0",
  18. "_inCache": true,
  19. "_location": "/vinyl-file",
  20. "_nodeVersion": "4.2.4",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.12",
  26. "_phantomChildren": {
  27. "clone": "1.0.2",
  28. "clone-stats": "0.0.1",
  29. "is-utf8": "0.2.1",
  30. "replace-ext": "0.0.1"
  31. },
  32. "_requested": {
  33. "raw": "vinyl-file@^2.0.0",
  34. "scope": null,
  35. "escapedName": "vinyl-file",
  36. "name": "vinyl-file",
  37. "rawSpec": "^2.0.0",
  38. "spec": ">=2.0.0 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-watch"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz",
  45. "_shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
  46. "_shrinkwrap": null,
  47. "_spec": "vinyl-file@^2.0.0",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-watch",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/vinyl-file/issues"
  56. },
  57. "dependencies": {
  58. "graceful-fs": "^4.1.2",
  59. "pify": "^2.3.0",
  60. "pinkie-promise": "^2.0.0",
  61. "strip-bom": "^2.0.0",
  62. "strip-bom-stream": "^2.0.0",
  63. "vinyl": "^1.1.0"
  64. },
  65. "description": "Create a vinyl file from an actual file",
  66. "devDependencies": {
  67. "ava": "*",
  68. "is-stream": "^1.0.0",
  69. "xo": "*"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
  74. "tarball": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "gitHead": "71b83a78f0d7f58b7f6829a45dc0c22faa8d44c8",
  83. "homepage": "https://github.com/sindresorhus/vinyl-file",
  84. "keywords": [
  85. "vinyl",
  86. "fs",
  87. "file",
  88. "read",
  89. "virtual",
  90. "format",
  91. "gulp",
  92. "gulpfriendly"
  93. ],
  94. "license": "MIT",
  95. "maintainers": [
  96. {
  97. "name": "sindresorhus",
  98. "email": "sindresorhus@gmail.com"
  99. }
  100. ],
  101. "name": "vinyl-file",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/sindresorhus/vinyl-file.git"
  107. },
  108. "scripts": {
  109. "test": "xo && ava"
  110. },
  111. "version": "2.0.0"
  112. }