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.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "mute-stdout@^1.0.0",
  3. "_id": "mute-stdout@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==",
  6. "_location": "/mute-stdout",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mute-stdout@^1.0.0",
  12. "name": "mute-stdout",
  13. "escapedName": "mute-stdout",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz",
  22. "_shasum": "acb0300eb4de23a7ddeec014e3e96044b3472331",
  23. "_spec": "mute-stdout@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/mute-stdout/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {},
  41. "deprecated": false,
  42. "description": "Mute and unmute stdout.",
  43. "devDependencies": {
  44. "eslint": "^2.13.0",
  45. "eslint-config-gulp": "^3.0.1",
  46. "expect": "^1.20.2",
  47. "istanbul": "^0.4.3",
  48. "istanbul-coveralls": "^1.0.3",
  49. "mocha": "^3.5.3"
  50. },
  51. "engines": {
  52. "node": ">= 0.10"
  53. },
  54. "files": [
  55. "LICENSE",
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/gulpjs/mute-stdout#readme",
  59. "keywords": [
  60. "mute",
  61. "silence is golden",
  62. "stdout"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "mute-stdout",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/gulpjs/mute-stdout.git"
  70. },
  71. "scripts": {
  72. "cover": "istanbul cover _mocha --report lcovonly",
  73. "coveralls": "npm run cover && istanbul-coveralls",
  74. "lint": "eslint .",
  75. "pretest": "npm run lint",
  76. "test": "mocha --async-only"
  77. },
  78. "version": "1.0.1"
  79. }