package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "commander@2.20.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commander@2.20.3",
  10. "_id": "commander@2.20.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  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. ],
  28. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  29. "_spec": "2.20.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tj/commander.js/issues"
  37. },
  38. "dependencies": {},
  39. "description": "the complete solution for node.js command-line programs",
  40. "devDependencies": {
  41. "@types/node": "^12.7.8",
  42. "eslint": "^6.4.0",
  43. "should": "^13.2.3",
  44. "sinon": "^7.5.0",
  45. "standard": "^14.3.1",
  46. "ts-node": "^8.4.1",
  47. "typescript": "^3.6.3"
  48. },
  49. "files": [
  50. "index.js",
  51. "typings/index.d.ts"
  52. ],
  53. "homepage": "https://github.com/tj/commander.js#readme",
  54. "keywords": [
  55. "commander",
  56. "command",
  57. "option",
  58. "parser"
  59. ],
  60. "license": "MIT",
  61. "main": "index",
  62. "name": "commander",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/tj/commander.js.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint index.js",
  69. "test": "node test/run.js && npm run test-typings",
  70. "test-typings": "tsc -p tsconfig.json"
  71. },
  72. "typings": "typings/index.d.ts",
  73. "version": "2.20.3"
  74. }