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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "undertaker@^1.2.1",
  3. "_id": "undertaker@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-71WxIzDkgYk9ZS+spIB8iZXchFhAdEo2YU8xYqBYJ39DIUIqziK78ftm26eecoIY49X0J2MLhG4hr18Yp6/CMA==",
  6. "_location": "/undertaker",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "undertaker@^1.2.1",
  12. "name": "undertaker",
  13. "escapedName": "undertaker",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.1.tgz",
  22. "_shasum": "701662ff8ce358715324dfd492a4f036055dfe4b",
  23. "_spec": "undertaker@^1.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp",
  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/undertaker/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. },
  39. {
  40. "name": "Damien Lebrun",
  41. "email": "dinoboff@hotmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "arr-flatten": "^1.0.1",
  46. "arr-map": "^2.0.0",
  47. "bach": "^1.0.0",
  48. "collection-map": "^1.0.0",
  49. "es6-weak-map": "^2.0.1",
  50. "last-run": "^1.1.0",
  51. "object.defaults": "^1.0.0",
  52. "object.reduce": "^1.0.0",
  53. "undertaker-registry": "^1.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "Task registry that allows composition through series/parallel methods.",
  57. "devDependencies": {
  58. "async-once": "^1.0.0",
  59. "del": "^2.0.2",
  60. "eslint": "^1.7.3",
  61. "eslint-config-gulp": "^2.0.0",
  62. "expect": "^1.19.0",
  63. "gulp-jshint": "^1.8.4",
  64. "istanbul": "^0.4.3",
  65. "istanbul-coveralls": "^1.0.3",
  66. "jscs": "^2.3.5",
  67. "jscs-preset-gulp": "^1.0.0",
  68. "mocha": "^2.4.5",
  69. "once": "^1.3.1",
  70. "through2": "^2.0.0",
  71. "undertaker-common-tasks": "^1.0.0",
  72. "undertaker-task-metadata": "^1.0.0",
  73. "vinyl-fs": "^2.2.0"
  74. },
  75. "engines": {
  76. "node": ">= 0.10"
  77. },
  78. "files": [
  79. "LICENSE",
  80. "index.js",
  81. "lib"
  82. ],
  83. "homepage": "https://github.com/gulpjs/undertaker#readme",
  84. "keywords": [
  85. "registry",
  86. "runner",
  87. "task"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "undertaker",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/gulpjs/undertaker.git"
  95. },
  96. "scripts": {
  97. "cover": "istanbul cover _mocha --report lcovonly",
  98. "coveralls": "npm run cover && istanbul-coveralls",
  99. "lint": "eslint . && jscs index.js lib/ test/",
  100. "pretest": "npm run lint",
  101. "test": "mocha --async-only"
  102. },
  103. "version": "1.2.1"
  104. }