package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-if@^2.0.1",
  6. "scope": null,
  7. "escapedName": "gulp-if",
  8. "name": "gulp-if",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-if@>=2.0.1 <3.0.0",
  17. "_id": "gulp-if@2.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-if",
  21. "_nodeVersion": "6.9.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/gulp-if-2.0.2.tgz_1478375593476_0.9530813253950328"
  25. },
  26. "_npmUser": {
  27. "name": "robrich",
  28. "email": "robrich@robrich.org"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "gulp-if@^2.0.1",
  34. "scope": null,
  35. "escapedName": "gulp-if",
  36. "name": "gulp-if",
  37. "rawSpec": "^2.0.1",
  38. "spec": ">=2.0.1 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/gulp-if/-/gulp-if-2.0.2.tgz",
  45. "_shasum": "a497b7e7573005041caa2bc8b7dda3c80444d629",
  46. "_shrinkwrap": null,
  47. "_spec": "gulp-if@^2.0.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Rob Richardson",
  51. "url": "http://robrich.org/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/robrich/gulp-if/issues"
  55. },
  56. "dependencies": {
  57. "gulp-match": "^1.0.3",
  58. "ternary-stream": "^2.0.1",
  59. "through2": "^2.0.1"
  60. },
  61. "description": "Conditionally run a task",
  62. "devDependencies": {
  63. "end-of-stream": "^1.1.0",
  64. "graceful-fs": "^4.1.10",
  65. "jshint": "^2.9.4",
  66. "mkdirp": "^0.5.1",
  67. "mocha": "^3.1.2",
  68. "rimraf": "^2.5.4",
  69. "should": "^11.1.1",
  70. "stream-exhaust": "^1.0.1",
  71. "vinyl-fs": "^2.4.4"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "a497b7e7573005041caa2bc8b7dda3c80444d629",
  76. "tarball": "https://registry.npmjs.org/gulp-if/-/gulp-if-2.0.2.tgz"
  77. },
  78. "engines": {
  79. "node": ">= 0.10.0"
  80. },
  81. "gitHead": "06c0b186a459f3e9f66c96b717c714cd12f56a29",
  82. "homepage": "https://github.com/robrich/gulp-if",
  83. "keywords": [
  84. "gulpplugin",
  85. "conditional",
  86. "if",
  87. "ternary"
  88. ],
  89. "license": "MIT",
  90. "main": "./index.js",
  91. "maintainers": [
  92. {
  93. "name": "robrich",
  94. "email": "robrich@robrich.org"
  95. }
  96. ],
  97. "name": "gulp-if",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/robrich/gulp-if.git"
  103. },
  104. "scripts": {
  105. "test": "mocha && jshint ."
  106. },
  107. "version": "2.0.2"
  108. }