package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "yargs-parser@^20.2.3",
  3. "_id": "yargs-parser@20.2.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  6. "_location": "/yargs-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yargs-parser@^20.2.3",
  12. "name": "yargs-parser",
  13. "escapedName": "yargs-parser",
  14. "rawSpec": "^20.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^20.2.3"
  17. },
  18. "_requiredBy": [
  19. "/jest/yargs",
  20. "/meow",
  21. "/stylelint/meow"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  24. "_shasum": "2eb7dc3b0289718fc295f362753845c41a0c94ee",
  25. "_spec": "yargs-parser@^20.2.3",
  26. "_where": "H:\\gs_nuxt\\node_modules\\meow",
  27. "author": {
  28. "name": "Ben Coe",
  29. "email": "ben@npmjs.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/yargs/yargs-parser/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "the mighty option parser used by yargs",
  37. "devDependencies": {
  38. "@types/chai": "^4.2.11",
  39. "@types/mocha": "^8.0.0",
  40. "@types/node": "^14.0.0",
  41. "@typescript-eslint/eslint-plugin": "^3.10.1",
  42. "@typescript-eslint/parser": "^3.10.1",
  43. "@wessberg/rollup-plugin-ts": "^1.2.28",
  44. "c8": "^7.3.0",
  45. "chai": "^4.2.0",
  46. "cross-env": "^7.0.2",
  47. "eslint": "^7.0.0",
  48. "eslint-plugin-import": "^2.20.1",
  49. "eslint-plugin-node": "^11.0.0",
  50. "gts": "^3.0.0",
  51. "mocha": "^9.0.0",
  52. "puppeteer": "^10.0.0",
  53. "rimraf": "^3.0.2",
  54. "rollup": "^2.22.1",
  55. "rollup-plugin-cleanup": "^3.1.1",
  56. "serve": "^12.0.0",
  57. "standardx": "^7.0.0",
  58. "start-server-and-test": "^1.11.2",
  59. "ts-transform-default-export": "^1.0.2",
  60. "typescript": "^4.0.0"
  61. },
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "exports": {
  66. ".": [
  67. {
  68. "import": "./build/lib/index.js",
  69. "require": "./build/index.cjs"
  70. },
  71. "./build/index.cjs"
  72. ]
  73. },
  74. "files": [
  75. "browser.js",
  76. "build",
  77. "!*.d.ts"
  78. ],
  79. "homepage": "https://github.com/yargs/yargs-parser#readme",
  80. "keywords": [
  81. "argument",
  82. "parser",
  83. "yargs",
  84. "command",
  85. "cli",
  86. "parsing",
  87. "option",
  88. "args",
  89. "argument"
  90. ],
  91. "license": "ISC",
  92. "main": "build/index.cjs",
  93. "module": "./build/lib/index.js",
  94. "name": "yargs-parser",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/yargs/yargs-parser.git"
  98. },
  99. "scripts": {
  100. "build:cjs": "rollup -c",
  101. "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
  102. "compile": "tsc",
  103. "coverage": "c8 report --check-coverage",
  104. "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
  105. "postcompile": "npm run build:cjs",
  106. "precompile": "rimraf build",
  107. "prepare": "npm run compile",
  108. "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
  109. "pretest:typescript": "npm run pretest",
  110. "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
  111. "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'",
  112. "test:typescript": "c8 mocha ./build/test/typescript/*.js"
  113. },
  114. "standardx": {
  115. "ignore": [
  116. "build"
  117. ]
  118. },
  119. "type": "module",
  120. "version": "20.2.9"
  121. }