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.

104 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "commander@8.2.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "commander@8.2.0",
  9. "_id": "commander@8.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-N/4r3jAdh9R6U63v+LWRXbE4HKg=",
  12. "_location": "/commander",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "commander@8.2.0",
  18. "name": "commander",
  19. "escapedName": "commander",
  20. "rawSpec": "8.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.2.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/commander/download/commander-8.2.0.tgz",
  28. "_spec": "8.2.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  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. "dependencies": {},
  38. "description": "the complete solution for node.js command-line programs",
  39. "devDependencies": {
  40. "@types/jest": "^26.0.23",
  41. "@types/node": "^14.17.3",
  42. "@typescript-eslint/eslint-plugin": "^4.27.0",
  43. "@typescript-eslint/parser": "^4.27.0",
  44. "eslint": "^7.29.0",
  45. "eslint-config-standard": "^16.0.3",
  46. "eslint-plugin-jest": "^24.3.6",
  47. "jest": "^27.0.4",
  48. "standard": "^16.0.3",
  49. "ts-jest": "^27.0.3",
  50. "tsd": "^0.17.0",
  51. "typescript": "^4.3.4"
  52. },
  53. "engines": {
  54. "node": ">= 12"
  55. },
  56. "files": [
  57. "index.js",
  58. "lib/*.js",
  59. "esm.mjs",
  60. "typings/index.d.ts",
  61. "package-support.json"
  62. ],
  63. "homepage": "https://github.com/tj/commander.js#readme",
  64. "jest": {
  65. "testEnvironment": "node",
  66. "collectCoverage": true,
  67. "transform": {
  68. "^.+\\.tsx?$": "ts-jest"
  69. },
  70. "testPathIgnorePatterns": [
  71. "/node_modules/"
  72. ]
  73. },
  74. "keywords": [
  75. "commander",
  76. "command",
  77. "option",
  78. "parser",
  79. "cli",
  80. "argument",
  81. "args",
  82. "argv"
  83. ],
  84. "license": "MIT",
  85. "main": "./index.js",
  86. "name": "commander",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/tj/commander.js.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint index.js esm.mjs \"lib/*.js\" \"tests/**/*.js\"",
  93. "test": "jest && npm run test-typings",
  94. "test-all": "npm run test && npm run lint && npm run typescript-lint && npm run typescript-checkJS && npm run test-esm",
  95. "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs",
  96. "test-typings": "tsd",
  97. "typescript-checkJS": "tsc --allowJS --checkJS index.js lib/*.js --noEmit",
  98. "typescript-lint": "eslint typings/*.ts tests/*.ts"
  99. },
  100. "support": true,
  101. "type": "commonjs",
  102. "types": "typings/index.d.ts",
  103. "version": "8.2.0"
  104. }