package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "jackspeak@^3.1.2",
  3. "_id": "jackspeak@3.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  6. "_location": "/jackspeak",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jackspeak@^3.1.2",
  12. "name": "jackspeak",
  13. "escapedName": "jackspeak",
  14. "rawSpec": "^3.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.2"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify/glob"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  22. "_shasum": "8833a9d89ab4acde6188942bd1c53b6390ed5a8a",
  23. "_spec": "jackspeak@^3.1.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\js-beautify\\node_modules\\glob",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/isaacs/jackspeak/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@isaacs/cliui": "^8.0.2",
  35. "@pkgjs/parseargs": "^0.11.0"
  36. },
  37. "deprecated": false,
  38. "description": "A very strict and proper argument parser.",
  39. "devDependencies": {
  40. "@types/node": "^20.7.0",
  41. "@types/pkgjs__parseargs": "^0.10.1",
  42. "prettier": "^3.2.5",
  43. "tap": "^18.8.0",
  44. "tshy": "^1.14.0",
  45. "typedoc": "^0.25.1",
  46. "typescript": "^5.2.2"
  47. },
  48. "exports": {
  49. "./package.json": "./package.json",
  50. ".": {
  51. "import": {
  52. "types": "./dist/esm/index.d.ts",
  53. "default": "./dist/esm/index.js"
  54. },
  55. "require": {
  56. "types": "./dist/commonjs/index.d.ts",
  57. "default": "./dist/commonjs/index.js"
  58. }
  59. }
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "funding": {
  65. "url": "https://github.com/sponsors/isaacs"
  66. },
  67. "homepage": "https://github.com/isaacs/jackspeak#readme",
  68. "keywords": [
  69. "argument",
  70. "parser",
  71. "args",
  72. "option",
  73. "flag",
  74. "cli",
  75. "command",
  76. "line",
  77. "parse",
  78. "parsing"
  79. ],
  80. "license": "BlueOak-1.0.0",
  81. "main": "./dist/commonjs/index.js",
  82. "name": "jackspeak",
  83. "optionalDependencies": {
  84. "@pkgjs/parseargs": "^0.11.0"
  85. },
  86. "prettier": {
  87. "experimentalTernaries": true,
  88. "semi": false,
  89. "printWidth": 75,
  90. "tabWidth": 2,
  91. "useTabs": false,
  92. "singleQuote": true,
  93. "jsxSingleQuote": false,
  94. "bracketSameLine": true,
  95. "arrowParens": "avoid",
  96. "endOfLine": "lf"
  97. },
  98. "publishConfig": {
  99. "tag": "v3-legacy"
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/isaacs/jackspeak.git"
  104. },
  105. "scripts": {
  106. "build-examples": "for i in examples/*.js ; do node $i -h > ${i/.js/.txt}; done",
  107. "format": "prettier --write . --log-level warn",
  108. "postversion": "npm publish",
  109. "prepare": "tshy",
  110. "prepublishOnly": "git push origin --follow-tags",
  111. "presnap": "npm run prepare",
  112. "pretest": "npm run prepare",
  113. "preversion": "npm test",
  114. "snap": "tap",
  115. "test": "tap",
  116. "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  117. },
  118. "tshy": {
  119. "main": true,
  120. "exports": {
  121. "./package.json": "./package.json",
  122. ".": "./src/index.js"
  123. }
  124. },
  125. "type": "module",
  126. "types": "./dist/commonjs/index.d.ts",
  127. "version": "3.4.3"
  128. }