package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "commander@^5.1.0",
  3. "_id": "commander@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^5.1.0",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.0"
  17. },
  18. "_requiredBy": [
  19. "/nunjucks"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/commander/-/commander-5.1.0.tgz",
  22. "_shasum": "46abbd1652f8e059bddaef99bbdcb2ad9cf179ae",
  23. "_spec": "commander@^5.1.0",
  24. "_where": "/var/www/AfterAales/node_modules/nunjucks",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tj/commander.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "the complete solution for node.js command-line programs",
  36. "devDependencies": {
  37. "@types/jest": "^25.2.1",
  38. "@types/node": "^12.12.36",
  39. "@typescript-eslint/eslint-plugin": "^2.29.0",
  40. "eslint": "^6.8.0",
  41. "eslint-config-standard-with-typescript": "^15.0.1",
  42. "eslint-plugin-jest": "^23.8.2",
  43. "jest": "^25.4.0",
  44. "standard": "^14.3.3",
  45. "typescript": "^3.7.5"
  46. },
  47. "engines": {
  48. "node": ">= 6"
  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. "cli",
  61. "argument",
  62. "args",
  63. "argv"
  64. ],
  65. "license": "MIT",
  66. "main": "index",
  67. "name": "commander",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/tj/commander.js.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint index.js \"tests/**/*.js\"",
  74. "test": "jest && npm run test-typings",
  75. "test-typings": "tsc -p tsconfig.json",
  76. "typescript-lint": "eslint typings/*.ts"
  77. },
  78. "typings": "typings/index.d.ts",
  79. "version": "5.1.0"
  80. }