package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "commander@2.20.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commander@2.20.3",
  10. "_id": "commander@2.20.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=",
  13. "_location": "/commander",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "commander@2.20.3",
  19. "name": "commander",
  20. "escapedName": "commander",
  21. "rawSpec": "2.20.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.20.3"
  24. },
  25. "_requiredBy": [
  26. "/terser",
  27. "/webpack-bundle-analyzer"
  28. ],
  29. "_resolved": "https://registry.nlark.com/commander/download/commander-2.20.3.tgz?cache=0&sync_timestamp=1627359190297&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcommander%2Fdownload%2Fcommander-2.20.3.tgz",
  30. "_spec": "2.20.3",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "TJ Holowaychuk",
  34. "email": "tj@vision-media.ca"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tj/commander.js/issues"
  38. },
  39. "dependencies": {},
  40. "description": "the complete solution for node.js command-line programs",
  41. "devDependencies": {
  42. "@types/node": "^12.7.8",
  43. "eslint": "^6.4.0",
  44. "should": "^13.2.3",
  45. "sinon": "^7.5.0",
  46. "standard": "^14.3.1",
  47. "ts-node": "^8.4.1",
  48. "typescript": "^3.6.3"
  49. },
  50. "files": [
  51. "index.js",
  52. "typings/index.d.ts"
  53. ],
  54. "homepage": "https://github.com/tj/commander.js#readme",
  55. "keywords": [
  56. "commander",
  57. "command",
  58. "option",
  59. "parser"
  60. ],
  61. "license": "MIT",
  62. "main": "index",
  63. "name": "commander",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/tj/commander.js.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint index.js",
  70. "test": "node test/run.js && npm run test-typings",
  71. "test-typings": "tsc -p tsconfig.json"
  72. },
  73. "typings": "typings/index.d.ts",
  74. "version": "2.20.3"
  75. }