package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "commander@^7.2.0",
  3. "_id": "commander@7.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^7.2.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^7.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.2.0"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  22. "_shasum": "a36cb57d0b501ce108e4d20559a150a391d97ab7",
  23. "_spec": "commander@^7.2.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/svgo",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tj/commander.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "the complete solution for node.js command-line programs",
  36. "devDependencies": {
  37. "@types/jest": "^26.0.20",
  38. "@types/node": "^14.14.20",
  39. "@typescript-eslint/eslint-plugin": "^4.12.0",
  40. "@typescript-eslint/parser": "^4.12.0",
  41. "eslint": "^7.17.0",
  42. "eslint-config-standard": "^16.0.2",
  43. "eslint-plugin-jest": "^24.1.3",
  44. "jest": "^26.6.3",
  45. "standard": "^16.0.3",
  46. "ts-jest": "^26.5.1",
  47. "tsd": "^0.14.0",
  48. "typescript": "^4.1.2"
  49. },
  50. "engines": {
  51. "node": ">= 10"
  52. },
  53. "files": [
  54. "index.js",
  55. "esm.mjs",
  56. "typings/index.d.ts",
  57. "package-support.json"
  58. ],
  59. "homepage": "https://github.com/tj/commander.js#readme",
  60. "jest": {
  61. "testEnvironment": "node",
  62. "collectCoverage": true,
  63. "transform": {
  64. "^.+\\.tsx?$": "ts-jest"
  65. },
  66. "testPathIgnorePatterns": [
  67. "/node_modules/"
  68. ]
  69. },
  70. "keywords": [
  71. "commander",
  72. "command",
  73. "option",
  74. "parser",
  75. "cli",
  76. "argument",
  77. "args",
  78. "argv"
  79. ],
  80. "license": "MIT",
  81. "main": "./index.js",
  82. "name": "commander",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/tj/commander.js.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint index.js esm.mjs \"tests/**/*.js\"",
  89. "test": "jest && npm run test-typings",
  90. "test-all": "npm run test && npm run lint && npm run typescript-lint && npm run typescript-checkJS && npm run test-esm",
  91. "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs",
  92. "test-typings": "tsd",
  93. "typescript-checkJS": "tsc --allowJS --checkJS index.js --noEmit",
  94. "typescript-lint": "eslint typings/*.ts tests/*.ts"
  95. },
  96. "support": true,
  97. "type": "commonjs",
  98. "types": "typings/index.d.ts",
  99. "version": "7.2.0"
  100. }