package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "vinyl-file@^2.0.0",
  3. "_id": "vinyl-file@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-p+v1/779obfRjRQPyweyI++2dRo=",
  6. "_location": "/vinyl-file",
  7. "_phantomChildren": {
  8. "clone": "1.0.3",
  9. "clone-stats": "0.0.1",
  10. "replace-ext": "0.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "vinyl-file@^2.0.0",
  16. "name": "vinyl-file",
  17. "escapedName": "vinyl-file",
  18. "rawSpec": "^2.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.0"
  21. },
  22. "_requiredBy": [
  23. "/gulp-watch"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz",
  26. "_shasum": "a7ebf5ffbefda1b7d18d140fcb07b223efb6751a",
  27. "_spec": "vinyl-file@^2.0.0",
  28. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp-watch",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/vinyl-file/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "graceful-fs": "^4.1.2",
  40. "pify": "^2.3.0",
  41. "pinkie-promise": "^2.0.0",
  42. "strip-bom": "^2.0.0",
  43. "strip-bom-stream": "^2.0.0",
  44. "vinyl": "^1.1.0"
  45. },
  46. "deprecated": false,
  47. "description": "Create a vinyl file from an actual file",
  48. "devDependencies": {
  49. "ava": "*",
  50. "is-stream": "^1.0.0",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/vinyl-file#readme",
  60. "keywords": [
  61. "vinyl",
  62. "fs",
  63. "file",
  64. "read",
  65. "virtual",
  66. "format",
  67. "gulp",
  68. "gulpfriendly"
  69. ],
  70. "license": "MIT",
  71. "name": "vinyl-file",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/vinyl-file.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "2.0.0"
  80. }