package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "vinyl@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==",
  6. "_location": "/vinyl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl@^2.0.0",
  12. "name": "vinyl",
  13. "escapedName": "vinyl",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-concat",
  20. "/gulp-concat-css",
  21. "/gulp-git",
  22. "/gulp-print",
  23. "/vinyl-fs",
  24. "/vinyl-sourcemap"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz",
  27. "_shasum": "d85b07da96e458d25b2ffe19fece9f2caa13ed86",
  28. "_spec": "vinyl@^2.0.0",
  29. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\vinyl-fs",
  30. "author": {
  31. "name": "Gulp Team",
  32. "email": "[email protected]",
  33. "url": "http://gulpjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gulpjs/vinyl/issues"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Eric Schoffstall",
  42. "email": "[email protected]"
  43. },
  44. {
  45. "name": "Blaine Bublitz",
  46. "email": "[email protected]"
  47. }
  48. ],
  49. "dependencies": {
  50. "clone": "^2.1.1",
  51. "clone-buffer": "^1.0.0",
  52. "clone-stats": "^1.0.0",
  53. "cloneable-readable": "^1.0.0",
  54. "remove-trailing-separator": "^1.0.1",
  55. "replace-ext": "^1.0.0"
  56. },
  57. "deprecated": false,
  58. "description": "Virtual file format.",
  59. "devDependencies": {
  60. "eslint": "^1.7.3",
  61. "eslint-config-gulp": "^2.0.0",
  62. "expect": "^1.20.2",
  63. "istanbul": "^0.4.3",
  64. "istanbul-coveralls": "^1.0.3",
  65. "jscs": "^2.3.5",
  66. "jscs-preset-gulp": "^1.0.0",
  67. "mississippi": "^1.2.0",
  68. "mocha": "^2.4.5"
  69. },
  70. "engines": {
  71. "node": ">= 0.10"
  72. },
  73. "files": [
  74. "LICENSE",
  75. "index.js",
  76. "lib"
  77. ],
  78. "homepage": "https://github.com/gulpjs/vinyl#readme",
  79. "keywords": [
  80. "virtual",
  81. "filesystem",
  82. "file",
  83. "directory",
  84. "stat",
  85. "path"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "vinyl",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/gulpjs/vinyl.git"
  93. },
  94. "scripts": {
  95. "cover": "istanbul cover _mocha --report lcovonly",
  96. "coveralls": "npm run cover && istanbul-coveralls",
  97. "lint": "eslint . && jscs index.js lib/ test/",
  98. "pretest": "npm run lint",
  99. "test": "mocha --async-only"
  100. },
  101. "version": "2.2.0"
  102. }