You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "vinyl-fs@^3.0.0",
  3. "_id": "vinyl-fs@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==",
  6. "_location": "/vinyl-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl-fs@^3.0.0",
  12. "name": "vinyl-fs",
  13. "escapedName": "vinyl-fs",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
  22. "_shasum": "c85849405f67428feabbbd5c5dbdd64f47d31bc7",
  23. "_spec": "vinyl-fs@^3.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/vinyl-fs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Eric Schoffstall",
  37. "email": "yo@contra.io"
  38. },
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "fs-mkdirp-stream": "^1.0.0",
  46. "glob-stream": "^6.1.0",
  47. "graceful-fs": "^4.0.0",
  48. "is-valid-glob": "^1.0.0",
  49. "lazystream": "^1.0.0",
  50. "lead": "^1.0.0",
  51. "object.assign": "^4.0.4",
  52. "pumpify": "^1.3.5",
  53. "readable-stream": "^2.3.3",
  54. "remove-bom-buffer": "^3.0.0",
  55. "remove-bom-stream": "^1.2.0",
  56. "resolve-options": "^1.1.0",
  57. "through2": "^2.0.0",
  58. "to-through": "^2.0.0",
  59. "value-or-function": "^3.0.0",
  60. "vinyl": "^2.0.0",
  61. "vinyl-sourcemap": "^1.1.0"
  62. },
  63. "deprecated": false,
  64. "description": "Vinyl adapter for the file system.",
  65. "devDependencies": {
  66. "eslint": "^1.10.3",
  67. "eslint-config-gulp": "^2.0.0",
  68. "expect": "^1.19.0",
  69. "istanbul": "^0.4.3",
  70. "istanbul-coveralls": "^1.0.3",
  71. "jscs": "^2.4.0",
  72. "jscs-preset-gulp": "^1.0.0",
  73. "mississippi": "^1.2.0",
  74. "mocha": "^3.5.0",
  75. "rimraf": "^2.6.1"
  76. },
  77. "engines": {
  78. "node": ">= 0.10"
  79. },
  80. "files": [
  81. "LICENSE",
  82. "index.js",
  83. "lib"
  84. ],
  85. "homepage": "https://github.com/gulpjs/vinyl-fs#readme",
  86. "keywords": [
  87. "gulp",
  88. "vinyl-adapter",
  89. "vinyl",
  90. "file",
  91. "file system",
  92. "fs",
  93. "streams"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "vinyl-fs",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/gulpjs/vinyl-fs.git"
  101. },
  102. "scripts": {
  103. "cover": "istanbul cover _mocha --report lcovonly",
  104. "coveralls": "npm run cover && istanbul-coveralls",
  105. "lint": "eslint . && jscs index.js lib/ test/",
  106. "pretest": "npm run lint",
  107. "test": "mocha --async-only"
  108. },
  109. "version": "3.0.3"
  110. }