package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "has-flag@1.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-flag@1.0.0",
  10. "_id": "has-flag@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=",
  13. "_location": "/has-flag",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-flag@1.0.0",
  19. "name": "has-flag",
  20. "escapedName": "has-flag",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss/supports-color"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  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": "0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  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. "maintainers": [
  71. {
  72. "name": "Sindre Sorhus",
  73. "email": "sindresorhus@gmail.com",
  74. "url": "sindresorhus.com"
  75. },
  76. {
  77. "name": "Joshua Appelman",
  78. "email": "jappelman@xebia.com",
  79. "url": "jbnicolai.com"
  80. },
  81. {
  82. "name": "JD Ballard",
  83. "email": "i.am.qix@gmail.com",
  84. "url": "github.com/qix-"
  85. }
  86. ],
  87. "name": "has-flag",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/sindresorhus/has-flag.git"
  91. },
  92. "scripts": {
  93. "test": "node test.js"
  94. },
  95. "version": "1.0.0"
  96. }