package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "commander@9.4.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "commander@9.4.0",
  9. "_id": "commander@9.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==",
  12. "_location": "/commander",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "commander@9.4.0",
  18. "name": "commander",
  19. "escapedName": "commander",
  20. "rawSpec": "9.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "9.4.0"
  23. },
  24. "_requiredBy": [
  25. "/mockjs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz",
  28. "_spec": "9.4.0",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tj/commander.js/issues"
  36. },
  37. "description": "the complete solution for node.js command-line programs",
  38. "devDependencies": {
  39. "@types/jest": "^28.1.4",
  40. "@types/node": "^16.11.15",
  41. "@typescript-eslint/eslint-plugin": "^5.30.6",
  42. "@typescript-eslint/parser": "^5.30.6",
  43. "eslint": "^8.19.0",
  44. "eslint-config-standard": "^17.0.0",
  45. "eslint-config-standard-with-typescript": "^22.0.0",
  46. "eslint-plugin-import": "^2.25.3",
  47. "eslint-plugin-jest": "^26.5.3",
  48. "eslint-plugin-n": "^15.2.4",
  49. "eslint-plugin-promise": "^6.0.0",
  50. "jest": "^28.1.2",
  51. "ts-jest": "^28.0.5",
  52. "tsd": "^0.22.0",
  53. "typescript": "^4.7.4"
  54. },
  55. "engines": {
  56. "node": "^12.20.0 || >=14"
  57. },
  58. "exports": {
  59. ".": {
  60. "types": "./typings/index.d.ts",
  61. "require": "./index.js",
  62. "import": "./esm.mjs"
  63. },
  64. "./esm.mjs": "./esm.mjs"
  65. },
  66. "files": [
  67. "index.js",
  68. "lib/*.js",
  69. "esm.mjs",
  70. "typings/index.d.ts",
  71. "package-support.json"
  72. ],
  73. "homepage": "https://github.com/tj/commander.js#readme",
  74. "jest": {
  75. "testEnvironment": "node",
  76. "collectCoverage": true,
  77. "transform": {
  78. "^.+\\.tsx?$": "ts-jest"
  79. },
  80. "testPathIgnorePatterns": [
  81. "/node_modules/"
  82. ]
  83. },
  84. "keywords": [
  85. "commander",
  86. "command",
  87. "option",
  88. "parser",
  89. "cli",
  90. "argument",
  91. "args",
  92. "argv"
  93. ],
  94. "license": "MIT",
  95. "main": "./index.js",
  96. "name": "commander",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/tj/commander.js.git"
  100. },
  101. "scripts": {
  102. "lint": "npm run lint:javascript && npm run lint:typescript",
  103. "lint:javascript": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"",
  104. "lint:typescript": "eslint typings/*.ts tests/*.ts",
  105. "test": "jest && npm run test-typings",
  106. "test-all": "npm run test && npm run lint && npm run typescript-checkJS && npm run test-esm",
  107. "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs",
  108. "test-typings": "tsd",
  109. "typescript-checkJS": "tsc --allowJS --checkJS index.js lib/*.js --noEmit"
  110. },
  111. "support": true,
  112. "type": "commonjs",
  113. "types": "typings/index.d.ts",
  114. "version": "9.4.0"
  115. }