package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "commander@2.20.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/editorconfig",
  27. "/terser",
  28. "/uglify-js",
  29. "/webpack-bundle-analyzer"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/commander/download/commander-2.20.0.tgz",
  32. "_spec": "2.20.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "TJ Holowaychuk",
  36. "email": "tj@vision-media.ca"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/tj/commander.js/issues"
  40. },
  41. "dependencies": {},
  42. "description": "the complete solution for node.js command-line programs",
  43. "devDependencies": {
  44. "@types/node": "^10.11.3",
  45. "eslint": "^5.6.1",
  46. "should": "^13.2.3",
  47. "sinon": "^6.3.4",
  48. "standard": "^12.0.1",
  49. "ts-node": "^7.0.1",
  50. "typescript": "^2.9.2"
  51. },
  52. "files": [
  53. "index.js",
  54. "typings/index.d.ts"
  55. ],
  56. "homepage": "https://github.com/tj/commander.js#readme",
  57. "keywords": [
  58. "commander",
  59. "command",
  60. "option",
  61. "parser"
  62. ],
  63. "license": "MIT",
  64. "main": "index",
  65. "name": "commander",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/tj/commander.js.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint index.js",
  72. "test": "node test/run.js && npm run test-typings",
  73. "test-typings": "tsc -p tsconfig.json"
  74. },
  75. "typings": "typings/index.d.ts",
  76. "version": "2.20.0"
  77. }