版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

51 rader
1.1 KiB

  1. {
  2. "name": "flagged-respawn",
  3. "version": "2.0.0",
  4. "description": "A tool for respawning node binaries when special flags are present.",
  5. "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
  6. "contributors": [
  7. "Takayuki Sato <sttk.xslet@gmail.com>",
  8. "Bertrand Marron <bertrand.marron@ionisx.com>",
  9. "Tyler Kellen <tyler@sleekcode.net>",
  10. "Blaine Bublitz <blaine.bublitz@gmail.com>"
  11. ],
  12. "repository": "gulpjs/flagged-respawn",
  13. "license": "MIT",
  14. "engines": {
  15. "node": ">= 10.13.0"
  16. },
  17. "main": "index.js",
  18. "files": [
  19. "index.js",
  20. "lib/",
  21. "LICENSE"
  22. ],
  23. "scripts": {
  24. "lint": "eslint .",
  25. "pretest": "npm run lint",
  26. "test": "nyc mocha --async-only"
  27. },
  28. "devDependencies": {
  29. "eslint": "^7.32.0",
  30. "eslint-config-gulp": "^5.0.1",
  31. "eslint-plugin-node": "^11.1.0",
  32. "expect": "^27.3.1",
  33. "mocha": "^8.4.0",
  34. "nyc": "^15.1.0",
  35. "v8flags": "^4.0.0"
  36. },
  37. "nyc": {
  38. "reporter": [
  39. "lcov",
  40. "text-summary"
  41. ]
  42. },
  43. "prettier": {
  44. "singleQuote": true
  45. },
  46. "keywords": [
  47. "respawn",
  48. "flags"
  49. ]
  50. }