tis-cli前端项目快速搭建命令行工具
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.

81 lines
1.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "has-flag@4.0.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "has-flag@4.0.0",
  9. "_id": "has-flag@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=",
  12. "_location": "/has-flag",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-flag@4.0.0",
  18. "name": "has-flag",
  19. "escapedName": "has-flag",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/supports-color"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/has-flag/download/has-flag-4.0.0.tgz",
  28. "_spec": "4.0.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/has-flag/issues"
  37. },
  38. "description": "Check if argv has a specific flag",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  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 && tsd"
  79. },
  80. "version": "4.0.0"
  81. }