package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "commander@^2.19.0",
  3. "_id": "commander@2.20.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^2.19.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^2.19.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.19.0"
  17. },
  18. "_requiredBy": [
  19. "/editorconfig",
  20. "/terser",
  21. "/webpack-bundle-analyzer"
  22. ],
  23. "_resolved": "https://registry.nlark.com/commander/download/commander-2.20.3.tgz",
  24. "_shasum": "fd485e84c03eb4881c20722ba48035e8531aeb33",
  25. "_spec": "commander@^2.19.0",
  26. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\editorconfig",
  27. "author": {
  28. "name": "TJ Holowaychuk",
  29. "email": "tj@vision-media.ca"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tj/commander.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "the complete solution for node.js command-line programs",
  38. "devDependencies": {
  39. "@types/node": "^12.7.8",
  40. "eslint": "^6.4.0",
  41. "should": "^13.2.3",
  42. "sinon": "^7.5.0",
  43. "standard": "^14.3.1",
  44. "ts-node": "^8.4.1",
  45. "typescript": "^3.6.3"
  46. },
  47. "files": [
  48. "index.js",
  49. "typings/index.d.ts"
  50. ],
  51. "homepage": "https://github.com/tj/commander.js#readme",
  52. "keywords": [
  53. "commander",
  54. "command",
  55. "option",
  56. "parser"
  57. ],
  58. "license": "MIT",
  59. "main": "index",
  60. "name": "commander",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/tj/commander.js.git"
  64. },
  65. "scripts": {
  66. "lint": "eslint index.js",
  67. "test": "node test/run.js && npm run test-typings",
  68. "test-typings": "tsc -p tsconfig.json"
  69. },
  70. "typings": "typings/index.d.ts",
  71. "version": "2.20.3"
  72. }