package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "gulp-if@^2.0.2",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-pJe351cwBQQcqivIt92jyARE1ik=",
  6. "_location": "/gulp-if",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-if@^2.0.2",
  12. "name": "gulp-if",
  13. "escapedName": "gulp-if",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-if/-/gulp-if-2.0.2.tgz",
  22. "_shasum": "a497b7e7573005041caa2bc8b7dda3c80444d629",
  23. "_spec": "gulp-if@^2.0.2",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Rob Richardson",
  27. "url": "http://robrich.org/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/robrich/gulp-if/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "gulp-match": "^1.0.3",
  35. "ternary-stream": "^2.0.1",
  36. "through2": "^2.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Conditionally run a task",
  40. "devDependencies": {
  41. "end-of-stream": "^1.1.0",
  42. "graceful-fs": "^4.1.10",
  43. "jshint": "^2.9.4",
  44. "mkdirp": "^0.5.1",
  45. "mocha": "^3.1.2",
  46. "rimraf": "^2.5.4",
  47. "should": "^11.1.1",
  48. "stream-exhaust": "^1.0.1",
  49. "vinyl-fs": "^2.4.4"
  50. },
  51. "engines": {
  52. "node": ">= 0.10.0"
  53. },
  54. "homepage": "https://github.com/robrich/gulp-if",
  55. "keywords": [
  56. "gulpplugin",
  57. "conditional",
  58. "if",
  59. "ternary"
  60. ],
  61. "license": "MIT",
  62. "main": "./index.js",
  63. "name": "gulp-if",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/robrich/gulp-if.git"
  67. },
  68. "scripts": {
  69. "test": "mocha && jshint ."
  70. },
  71. "version": "2.0.2"
  72. }