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. "/eslint-webpack-plugin/supports-color",
  20. "/jest-worker/supports-color",
  21. "/supports-color"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  24. "_shasum": "944771fd9c81c81265c4d6941860da06bb59479b",
  25. "_spec": "has-flag@^4.0.0",
  26. "_where": "E:\\vue_project\\el-table-column\\node_modules\\supports-color",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/has-flag/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Check if argv has a specific flag",
  38. "devDependencies": {
  39. "ava": "^1.4.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  51. "keywords": [
  52. "has",
  53. "check",
  54. "detect",
  55. "contains",
  56. "find",
  57. "flag",
  58. "cli",
  59. "command-line",
  60. "argv",
  61. "process",
  62. "arg",
  63. "args",
  64. "argument",
  65. "arguments",
  66. "getopt",
  67. "minimist",
  68. "optimist"
  69. ],
  70. "license": "MIT",
  71. "name": "has-flag",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/has-flag.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "4.0.0"
  80. }