package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "has-flag@^3.0.0",
  3. "_id": "has-flag@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  6. "_location": "/has-flag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-flag@^3.0.0",
  12. "name": "has-flag",
  13. "escapedName": "has-flag",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss/supports-color",
  20. "/supports-color",
  21. "/webpack-dev-server/supports-color"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  24. "_shasum": "b5d454dc2199ae225699f3467e5a07f3b955bafd",
  25. "_spec": "has-flag@^3.0.0",
  26. "_where": "D:\\jiayue\\pig-ui\\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": "*",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  49. "keywords": [
  50. "has",
  51. "check",
  52. "detect",
  53. "contains",
  54. "find",
  55. "flag",
  56. "cli",
  57. "command-line",
  58. "argv",
  59. "process",
  60. "arg",
  61. "args",
  62. "argument",
  63. "arguments",
  64. "getopt",
  65. "minimist",
  66. "optimist"
  67. ],
  68. "license": "MIT",
  69. "name": "has-flag",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/has-flag.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "3.0.0"
  78. }