package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "has-flag@3.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/postcss/supports-color",
  27. "/supports-color",
  28. "/webpack-dev-server/supports-color"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/has-flag/issues"
  40. },
  41. "description": "Check if argv has a specific flag",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/has-flag#readme",
  53. "keywords": [
  54. "has",
  55. "check",
  56. "detect",
  57. "contains",
  58. "find",
  59. "flag",
  60. "cli",
  61. "command-line",
  62. "argv",
  63. "process",
  64. "arg",
  65. "args",
  66. "argument",
  67. "arguments",
  68. "getopt",
  69. "minimist",
  70. "optimist"
  71. ],
  72. "license": "MIT",
  73. "name": "has-flag",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/has-flag.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "3.0.0"
  82. }