package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "has-flag@3.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "has-flag@3.0.0",
  9. "_id": "has-flag@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  12. "_location": "/has-flag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-flag@3.0.0",
  18. "name": "has-flag",
  19. "escapedName": "has-flag",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss/supports-color",
  26. "/supports-color",
  27. "/webpack-dev-server/supports-color"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/has-flag/issues"
  39. },
  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. }