package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "commander@2.20.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commander@2.20.0",
  10. "_id": "commander@2.20.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1YuytcHuj4ew00ACfp6U4iLFpCI=",
  13. "_location": "/commander",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "commander@2.20.0",
  19. "name": "commander",
  20. "escapedName": "commander",
  21. "rawSpec": "2.20.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.20.0"
  24. },
  25. "_requiredBy": [
  26. "/terser",
  27. "/webpack-bundle-analyzer"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/commander/download/commander-2.20.0.tgz",
  30. "_spec": "2.20.0",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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": "^10.11.3",
  43. "eslint": "^5.6.1",
  44. "should": "^13.2.3",
  45. "sinon": "^6.3.4",
  46. "standard": "^12.0.1",
  47. "ts-node": "^7.0.1",
  48. "typescript": "^2.9.2"
  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.0"
  75. }