package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "has-flag@^3.0.0",
  3. "_id": "[email protected]",
  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. "/autoprefixer/supports-color",
  20. "/gulp-debug/supports-color",
  21. "/inquirer/supports-color",
  22. "/postcss/chalk/supports-color",
  23. "/postcss/supports-color",
  24. "/rtlcss/supports-color"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  27. "_shasum": "b5d454dc2199ae225699f3467e5a07f3b955bafd",
  28. "_spec": "has-flag@^3.0.0",
  29. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\autoprefixer\\node_modules\\supports-color",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "[email protected]",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/has-flag/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Check if argv has a specific flag",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  52. "keywords": [
  53. "has",
  54. "check",
  55. "detect",
  56. "contains",
  57. "find",
  58. "flag",
  59. "cli",
  60. "command-line",
  61. "argv",
  62. "process",
  63. "arg",
  64. "args",
  65. "argument",
  66. "arguments",
  67. "getopt",
  68. "minimist",
  69. "optimist"
  70. ],
  71. "license": "MIT",
  72. "name": "has-flag",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/has-flag.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "3.0.0"
  81. }