package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "has-flag@^4.0.0",
  3. "_id": "has-flag@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6. "_location": "/has-flag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-flag@^4.0.0",
  12. "name": "has-flag",
  13. "escapedName": "has-flag",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-worker/supports-color",
  20. "/supports-color"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  23. "_shasum": "944771fd9c81c81265c4d6941860da06bb59479b",
  24. "_spec": "has-flag@^4.0.0",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\supports-color",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/has-flag/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Check if argv has a specific flag",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  50. "keywords": [
  51. "has",
  52. "check",
  53. "detect",
  54. "contains",
  55. "find",
  56. "flag",
  57. "cli",
  58. "command-line",
  59. "argv",
  60. "process",
  61. "arg",
  62. "args",
  63. "argument",
  64. "arguments",
  65. "getopt",
  66. "minimist",
  67. "optimist"
  68. ],
  69. "license": "MIT",
  70. "name": "has-flag",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/has-flag.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "4.0.0"
  79. }