package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "has-flag@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/supports-color"
  6. ]
  7. ],
  8. "_from": "has-flag@>=2.0.0 <3.0.0",
  9. "_id": "has-flag@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-flag",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/has-flag-2.0.0.tgz_1460389675597_0.3113734829239547"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.8.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "has-flag",
  26. "raw": "has-flag@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/supports-color"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
  36. "_shasum": "e8207af1cc7b30d446cc70b734b5e8be18f88d51",
  37. "_shrinkwrap": null,
  38. "_spec": "has-flag@^2.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/supports-color",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/has-flag/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Check if argv has a specific flag",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "e8207af1cc7b30d446cc70b734b5e8be18f88d51",
  57. "tarball": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "601137409f2617c75838d8f3febed5c6e6e8ee2c",
  66. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  67. "keywords": [
  68. "arg",
  69. "args",
  70. "argument",
  71. "arguments",
  72. "argv",
  73. "check",
  74. "cli",
  75. "command-line",
  76. "contains",
  77. "detect",
  78. "find",
  79. "flag",
  80. "getopt",
  81. "has",
  82. "minimist",
  83. "optimist",
  84. "process"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. },
  92. {
  93. "name": "jbnicolai",
  94. "email": "jappelman@xebia.com"
  95. }
  96. ],
  97. "name": "has-flag",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/has-flag.git"
  103. },
  104. "scripts": {
  105. "test": "xo && ava"
  106. },
  107. "version": "2.0.0"
  108. }