You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "gulp",
  3. "_id": "gulp@4.0.2",
  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. "isobject": "3.0.1",
  18. "liftoff": "3.1.0",
  19. "matchdep": "2.0.0",
  20. "mute-stdout": "1.0.1",
  21. "pretty-hrtime": "1.0.3",
  22. "replace-homedir": "1.0.0",
  23. "semver-greatest-satisfied-range": "1.1.0",
  24. "v8flags": "3.1.3",
  25. "yargs": "7.1.1"
  26. },
  27. "_requested": {
  28. "type": "tag",
  29. "registry": true,
  30. "raw": "gulp",
  31. "name": "gulp",
  32. "escapedName": "gulp",
  33. "rawSpec": "",
  34. "saveSpec": null,
  35. "fetchSpec": "latest"
  36. },
  37. "_requiredBy": [
  38. "#DEV:/",
  39. "#USER"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
  42. "_shasum": "543651070fd0f6ab0a0650c6a3e6ff5a7cb09caa",
  43. "_spec": "gulp",
  44. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app",
  45. "author": {
  46. "name": "Gulp Team",
  47. "email": "team@gulpjs.com",
  48. "url": "https://gulpjs.com/"
  49. },
  50. "bin": {
  51. "gulp": "bin/gulp.js"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/gulpjs/gulp/issues"
  55. },
  56. "bundleDependencies": false,
  57. "contributors": [
  58. {
  59. "name": "Eric Schoffstall",
  60. "email": "yo@contra.io"
  61. },
  62. {
  63. "name": "Blaine Bublitz",
  64. "email": "blaine.bublitz@gmail.com"
  65. }
  66. ],
  67. "dependencies": {
  68. "glob-watcher": "^5.0.3",
  69. "gulp-cli": "^2.2.0",
  70. "undertaker": "^1.2.1",
  71. "vinyl-fs": "^3.0.0"
  72. },
  73. "deprecated": false,
  74. "description": "The streaming build system.",
  75. "devDependencies": {
  76. "coveralls": "github:phated/node-coveralls#2.x",
  77. "eslint": "^2.13.1",
  78. "eslint-config-gulp": "^3.0.1",
  79. "expect": "^1.20.2",
  80. "mkdirp": "^0.5.1",
  81. "mocha": "^3.0.0",
  82. "nyc": "^10.3.2",
  83. "rimraf": "^2.6.3"
  84. },
  85. "engines": {
  86. "node": ">= 0.10"
  87. },
  88. "files": [
  89. "LICENSE",
  90. "index.js",
  91. "bin"
  92. ],
  93. "homepage": "https://gulpjs.com",
  94. "keywords": [
  95. "build",
  96. "stream",
  97. "system",
  98. "make",
  99. "tool",
  100. "asset",
  101. "pipeline",
  102. "series",
  103. "parallel",
  104. "streaming"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "name": "gulp",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/gulpjs/gulp.git"
  112. },
  113. "scripts": {
  114. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  115. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  116. "lint": "eslint .",
  117. "pretest": "npm run lint",
  118. "test": "nyc mocha --async-only"
  119. },
  120. "version": "4.0.2"
  121. }