package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "commander@^4.1.1",
  3. "_id": "commander@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  6. "_location": "/commander",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commander@^4.1.1",
  12. "name": "commander",
  13. "escapedName": "commander",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier-terser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
  22. "_shasum": "9fd602bd936294e9e9ef46a3f4d6964044b18068",
  23. "_spec": "commander@^4.1.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\html-minifier-terser",
  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": "^24.0.23",
  38. "@types/node": "^12.12.11",
  39. "eslint": "^6.7.0",
  40. "eslint-plugin-jest": "^22.21.0",
  41. "jest": "^24.8.0",
  42. "standard": "^14.3.1",
  43. "typescript": "^3.7.2"
  44. },
  45. "engines": {
  46. "node": ">= 6"
  47. },
  48. "files": [
  49. "index.js",
  50. "typings/index.d.ts"
  51. ],
  52. "homepage": "https://github.com/tj/commander.js#readme",
  53. "keywords": [
  54. "commander",
  55. "command",
  56. "option",
  57. "parser"
  58. ],
  59. "license": "MIT",
  60. "main": "index",
  61. "name": "commander",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/tj/commander.js.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint index.js \"tests/**/*.js\"",
  68. "test": "jest && npm run test-typings",
  69. "test-typings": "tsc -p tsconfig.json"
  70. },
  71. "typings": "typings/index.d.ts",
  72. "version": "4.1.1"
  73. }