package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "has-flag@3.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "has-flag@3.0.0",
  9. "_id": "has-flag@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  12. "_location": "/has-flag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-flag@3.0.0",
  18. "name": "has-flag",
  19. "escapedName": "has-flag",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/supports-color"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/has-flag/issues"
  37. },
  38. "description": "Check if argv has a specific flag",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  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"
  77. },
  78. "version": "3.0.0"
  79. }