package.json 1.7 KB

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