package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "has-flag@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-flag@3.0.0",
  10. "_id": "has-flag@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  13. "_location": "/has-flag",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-flag@3.0.0",
  19. "name": "has-flag",
  20. "escapedName": "has-flag",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/supports-color",
  27. "/webpack-dev-server/supports-color"
  28. ],
  29. "_resolved": "https://registry.nlark.com/has-flag/download/has-flag-3.0.0.tgz?cache=0&sync_timestamp=1626715907927&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhas-flag%2Fdownload%2Fhas-flag-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/has-flag/issues"
  39. },
  40. "description": "Check if argv has a specific flag",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  52. "keywords": [
  53. "has",
  54. "check",
  55. "detect",
  56. "contains",
  57. "find",
  58. "flag",
  59. "cli",
  60. "command-line",
  61. "argv",
  62. "process",
  63. "arg",
  64. "args",
  65. "argument",
  66. "arguments",
  67. "getopt",
  68. "minimist",
  69. "optimist"
  70. ],
  71. "license": "MIT",
  72. "name": "has-flag",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/has-flag.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "3.0.0"
  81. }