package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "undertaker@^1.2.1",
  3. "_id": "undertaker@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==",
  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.npmmirror.com/undertaker/-/undertaker-1.3.0.tgz",
  22. "_shasum": "363a6e541f27954d5791d6fa3c1d321666f86d18",
  23. "_spec": "undertaker@^1.2.1",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/gulp",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "https://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. "fast-levenshtein": "^1.0.0",
  51. "last-run": "^1.1.0",
  52. "object.defaults": "^1.0.0",
  53. "object.reduce": "^1.0.0",
  54. "undertaker-registry": "^1.0.0"
  55. },
  56. "deprecated": false,
  57. "description": "Task registry that allows composition through series/parallel methods.",
  58. "devDependencies": {
  59. "async-once": "^1.0.0",
  60. "coveralls": "github:phated/node-coveralls#2.x",
  61. "del": "^2.0.2",
  62. "eslint": "^2.13.1",
  63. "eslint-config-gulp": "^3.0.1",
  64. "expect": "^1.20.2",
  65. "gulp-jshint": "^1.8.4",
  66. "mocha": "^3.0.0",
  67. "nyc": "^10.3.2",
  68. "once": "^1.3.1",
  69. "through2": "^2.0.0",
  70. "undertaker-common-tasks": "^1.0.0",
  71. "undertaker-task-metadata": "^1.0.0",
  72. "vinyl-fs": "^2.2.0"
  73. },
  74. "engines": {
  75. "node": ">= 0.10"
  76. },
  77. "files": [
  78. "LICENSE",
  79. "index.js",
  80. "lib"
  81. ],
  82. "homepage": "https://github.com/gulpjs/undertaker#readme",
  83. "keywords": [
  84. "registry",
  85. "runner",
  86. "task"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "undertaker",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/gulpjs/undertaker.git"
  94. },
  95. "scripts": {
  96. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  97. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  98. "lint": "eslint .",
  99. "pretest": "npm run lint",
  100. "test": "nyc mocha --async-only"
  101. },
  102. "version": "1.3.0"
  103. }