package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "gulp@^4.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
  6. "_location": "/gulp",
  7. "_phantomChildren": {
  8. "ansi-colors": "1.1.0",
  9. "archy": "1.0.0",
  10. "array-sort": "1.0.0",
  11. "color-support": "1.1.3",
  12. "concat-stream": "1.6.2",
  13. "copy-props": "2.0.4",
  14. "fancy-log": "1.3.3",
  15. "gulplog": "1.0.0",
  16. "interpret": "1.2.0",
  17. "liftoff": "3.1.0",
  18. "matchdep": "2.0.0",
  19. "mute-stdout": "1.0.1",
  20. "pretty-hrtime": "1.0.3",
  21. "replace-homedir": "1.0.0",
  22. "semver-greatest-satisfied-range": "1.1.0",
  23. "v8flags": "3.1.3",
  24. "yargs": "7.1.0"
  25. },
  26. "_requested": {
  27. "type": "range",
  28. "registry": true,
  29. "raw": "gulp@^4.0.0",
  30. "name": "gulp",
  31. "escapedName": "gulp",
  32. "rawSpec": "^4.0.0",
  33. "saveSpec": null,
  34. "fetchSpec": "^4.0.0"
  35. },
  36. "_requiredBy": [
  37. "/fomantic-ui",
  38. "/gulp-copy"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
  41. "_shasum": "543651070fd0f6ab0a0650c6a3e6ff5a7cb09caa",
  42. "_spec": "gulp@^4.0.0",
  43. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  44. "author": {
  45. "name": "Gulp Team",
  46. "email": "[email protected]",
  47. "url": "https://gulpjs.com/"
  48. },
  49. "bin": {
  50. "gulp": "./bin/gulp.js"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/gulpjs/gulp/issues"
  54. },
  55. "bundleDependencies": false,
  56. "contributors": [
  57. {
  58. "name": "Eric Schoffstall",
  59. "email": "[email protected]"
  60. },
  61. {
  62. "name": "Blaine Bublitz",
  63. "email": "[email protected]"
  64. }
  65. ],
  66. "dependencies": {
  67. "glob-watcher": "^5.0.3",
  68. "gulp-cli": "^2.2.0",
  69. "undertaker": "^1.2.1",
  70. "vinyl-fs": "^3.0.0"
  71. },
  72. "deprecated": false,
  73. "description": "The streaming build system.",
  74. "devDependencies": {
  75. "coveralls": "github:phated/node-coveralls#2.x",
  76. "eslint": "^2.13.1",
  77. "eslint-config-gulp": "^3.0.1",
  78. "expect": "^1.20.2",
  79. "mkdirp": "^0.5.1",
  80. "mocha": "^3.0.0",
  81. "nyc": "^10.3.2",
  82. "rimraf": "^2.6.3"
  83. },
  84. "engines": {
  85. "node": ">= 0.10"
  86. },
  87. "files": [
  88. "LICENSE",
  89. "index.js",
  90. "bin"
  91. ],
  92. "homepage": "https://gulpjs.com",
  93. "keywords": [
  94. "build",
  95. "stream",
  96. "system",
  97. "make",
  98. "tool",
  99. "asset",
  100. "pipeline",
  101. "series",
  102. "parallel",
  103. "streaming"
  104. ],
  105. "license": "MIT",
  106. "main": "index.js",
  107. "name": "gulp",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/gulpjs/gulp.git"
  111. },
  112. "scripts": {
  113. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  114. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  115. "lint": "eslint .",
  116. "pretest": "npm run lint",
  117. "test": "nyc mocha --async-only"
  118. },
  119. "version": "4.0.2"
  120. }