package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_args": [
  3. [
  4. "yargs@16.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs@16.2.0",
  10. "_id": "yargs@16.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  13. "_location": "/yargs",
  14. "_phantomChildren": {
  15. "emoji-regex": "8.0.0",
  16. "wrap-ansi": "7.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "yargs@16.2.0",
  22. "name": "yargs",
  23. "escapedName": "yargs",
  24. "rawSpec": "16.2.0",
  25. "saveSpec": null,
  26. "fetchSpec": "16.2.0"
  27. },
  28. "_requiredBy": [
  29. "/cli-highlight"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz",
  32. "_spec": "16.2.0",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  34. "bugs": {
  35. "url": "https://github.com/yargs/yargs/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Yargs Contributors",
  40. "url": "https://github.com/yargs/yargs/graphs/contributors"
  41. }
  42. ],
  43. "dependencies": {
  44. "cliui": "^7.0.2",
  45. "escalade": "^3.1.1",
  46. "get-caller-file": "^2.0.5",
  47. "require-directory": "^2.1.1",
  48. "string-width": "^4.2.0",
  49. "y18n": "^5.0.5",
  50. "yargs-parser": "^20.2.2"
  51. },
  52. "description": "yargs the modern, pirate-themed, successor to optimist.",
  53. "devDependencies": {
  54. "@types/chai": "^4.2.11",
  55. "@types/mocha": "^8.0.0",
  56. "@types/node": "^14.11.2",
  57. "@wessberg/rollup-plugin-ts": "^1.3.2",
  58. "c8": "^7.0.0",
  59. "chai": "^4.2.0",
  60. "chalk": "^4.0.0",
  61. "coveralls": "^3.0.9",
  62. "cpr": "^3.0.1",
  63. "cross-env": "^7.0.2",
  64. "cross-spawn": "^7.0.0",
  65. "gts": "^3.0.0",
  66. "hashish": "0.0.4",
  67. "mocha": "^8.0.0",
  68. "rimraf": "^3.0.2",
  69. "rollup": "^2.23.0",
  70. "rollup-plugin-cleanup": "^3.1.1",
  71. "standardx": "^5.0.0",
  72. "typescript": "^4.0.2",
  73. "which": "^2.0.0",
  74. "yargs-test-extends": "^1.0.1"
  75. },
  76. "engines": {
  77. "node": ">=10"
  78. },
  79. "exports": {
  80. "./package.json": "./package.json",
  81. ".": [
  82. {
  83. "import": "./index.mjs",
  84. "require": "./index.cjs"
  85. },
  86. "./index.cjs"
  87. ],
  88. "./helpers": {
  89. "import": "./helpers/helpers.mjs",
  90. "require": "./helpers/index.js"
  91. },
  92. "./yargs": [
  93. {
  94. "require": "./yargs"
  95. },
  96. "./yargs"
  97. ]
  98. },
  99. "files": [
  100. "browser.mjs",
  101. "index.cjs",
  102. "helpers/*.js",
  103. "helpers/*",
  104. "index.mjs",
  105. "yargs",
  106. "build",
  107. "locales",
  108. "LICENSE",
  109. "lib/platform-shims/*.mjs",
  110. "!*.d.ts"
  111. ],
  112. "homepage": "https://yargs.js.org/",
  113. "keywords": [
  114. "argument",
  115. "args",
  116. "option",
  117. "parser",
  118. "parsing",
  119. "cli",
  120. "command"
  121. ],
  122. "license": "MIT",
  123. "main": "./index.cjs",
  124. "module": "./index.mjs",
  125. "name": "yargs",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/yargs/yargs.git"
  129. },
  130. "scripts": {
  131. "build:cjs": "rollup -c rollup.config.cjs",
  132. "check": "gts lint && npm run check:js",
  133. "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'",
  134. "clean": "gts clean",
  135. "compile": "rimraf build && tsc",
  136. "coverage": "c8 report --check-coverage",
  137. "fix": "gts fix && npm run fix:js",
  138. "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'",
  139. "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
  140. "postcompile": "npm run build:cjs",
  141. "posttest": "npm run check",
  142. "prepare": "npm run compile",
  143. "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
  144. "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
  145. "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks"
  146. },
  147. "standardx": {
  148. "ignore": [
  149. "build",
  150. "helpers",
  151. "**/example/**",
  152. "**/platform-shims/esm.mjs"
  153. ]
  154. },
  155. "type": "module",
  156. "version": "16.2.0"
  157. }