package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "gulp-match@^1.0.3",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ==",
  6. "_location": "/gulp-match",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-match@^1.0.3",
  12. "name": "gulp-match",
  13. "escapedName": "gulp-match",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/gulp-if"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-match/-/gulp-match-1.1.0.tgz",
  22. "_shasum": "552b7080fc006ee752c90563f9fec9d61aafdf4f",
  23. "_spec": "gulp-match@^1.0.3",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-if",
  25. "author": {
  26. "name": "Rob Richardson",
  27. "url": "http://robrich.org/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/robrich/gulp-match/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "minimatch": "^3.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "Does a vinyl file match a condition?",
  38. "devDependencies": {
  39. "jshint": "^2.9.4",
  40. "mocha": "^6.1.4",
  41. "should": "^13.2.3"
  42. },
  43. "homepage": "https://github.com/robrich/gulp-match",
  44. "keywords": [
  45. "gulpfriendly",
  46. "conditional",
  47. "if",
  48. "minimatch"
  49. ],
  50. "license": "MIT",
  51. "main": "./index.js",
  52. "name": "gulp-match",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/robrich/gulp-match.git"
  56. },
  57. "scripts": {
  58. "test": "mocha && jshint ."
  59. },
  60. "version": "1.1.0"
  61. }