Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

82 rindas
2.0KB

  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. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
  23. "_shasum": "46abbd1652f8e059bddaef99bbdcb2ad9cf179ae",
  24. "_spec": "commander@^5.1.0",
  25. "_where": "/home/cziermann/git/papoh",
  26. "author": {
  27. "name": "TJ Holowaychuk",
  28. "email": "tj@vision-media.ca"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tj/commander.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "the complete solution for node.js command-line programs",
  37. "devDependencies": {
  38. "@types/jest": "^25.2.1",
  39. "@types/node": "^12.12.36",
  40. "@typescript-eslint/eslint-plugin": "^2.29.0",
  41. "eslint": "^6.8.0",
  42. "eslint-config-standard-with-typescript": "^15.0.1",
  43. "eslint-plugin-jest": "^23.8.2",
  44. "jest": "^25.4.0",
  45. "standard": "^14.3.3",
  46. "typescript": "^3.7.5"
  47. },
  48. "engines": {
  49. "node": ">= 6"
  50. },
  51. "files": [
  52. "index.js",
  53. "typings/index.d.ts"
  54. ],
  55. "homepage": "https://github.com/tj/commander.js#readme",
  56. "keywords": [
  57. "commander",
  58. "command",
  59. "option",
  60. "parser",
  61. "cli",
  62. "argument",
  63. "args",
  64. "argv"
  65. ],
  66. "license": "MIT",
  67. "main": "index",
  68. "name": "commander",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/tj/commander.js.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint index.js \"tests/**/*.js\"",
  75. "test": "jest && npm run test-typings",
  76. "test-typings": "tsc -p tsconfig.json",
  77. "typescript-lint": "eslint typings/*.ts"
  78. },
  79. "typings": "typings/index.d.ts",
  80. "version": "5.1.0"
  81. }