package.json 2.7 KB

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