package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "has-flag@^2.0.0",
  3. "_id": "has-flag@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
  6. "_location": "/has-flag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-flag@^2.0.0",
  12. "name": "has-flag",
  13. "escapedName": "has-flag",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss/supports-color"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
  22. "_shasum": "e8207af1cc7b30d446cc70b734b5e8be18f88d51",
  23. "_spec": "has-flag@^2.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/postcss/node_modules/supports-color",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/has-flag/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if argv has a specific flag",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  47. "keywords": [
  48. "has",
  49. "check",
  50. "detect",
  51. "contains",
  52. "find",
  53. "flag",
  54. "cli",
  55. "command-line",
  56. "argv",
  57. "process",
  58. "arg",
  59. "args",
  60. "argument",
  61. "arguments",
  62. "getopt",
  63. "minimist",
  64. "optimist"
  65. ],
  66. "license": "MIT",
  67. "maintainers": [
  68. {
  69. "name": "Sindre Sorhus",
  70. "email": "sindresorhus@gmail.com",
  71. "url": "sindresorhus.com"
  72. },
  73. {
  74. "name": "Joshua Appelman",
  75. "email": "jappelman@xebia.com",
  76. "url": "jbnicolai.com"
  77. },
  78. {
  79. "name": "JD Ballard",
  80. "email": "i.am.qix@gmail.com",
  81. "url": "github.com/qix-"
  82. }
  83. ],
  84. "name": "has-flag",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/has-flag.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava"
  91. },
  92. "version": "2.0.0"
  93. }