You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

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