package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "has-flag@3.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-flag@3.0.0",
  10. "_id": "has-flag@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  13. "_location": "/has-flag",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-flag@3.0.0",
  19. "name": "has-flag",
  20. "escapedName": "has-flag",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/mocha/supports-color",
  27. "/postcss/supports-color",
  28. "/supports-color",
  29. "/webpack-dev-server/supports-color"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  32. "_spec": "3.0.0",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/has-flag/issues"
  41. },
  42. "description": "Check if argv has a specific flag",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  54. "keywords": [
  55. "has",
  56. "check",
  57. "detect",
  58. "contains",
  59. "find",
  60. "flag",
  61. "cli",
  62. "command-line",
  63. "argv",
  64. "process",
  65. "arg",
  66. "args",
  67. "argument",
  68. "arguments",
  69. "getopt",
  70. "minimist",
  71. "optimist"
  72. ],
  73. "license": "MIT",
  74. "name": "has-flag",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/has-flag.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "3.0.0"
  83. }