package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "y18n@^5.0.5",
  3. "_id": "y18n@5.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  6. "_location": "/y18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "y18n@^5.0.5",
  12. "name": "y18n",
  13. "escapedName": "y18n",
  14. "rawSpec": "^5.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.5"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  22. "_shasum": "7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55",
  23. "_spec": "y18n@^5.0.5",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "bencoe@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/y18n/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "the bare-bones internationalization library used by yargs",
  35. "devDependencies": {
  36. "@types/node": "^14.6.4",
  37. "@wessberg/rollup-plugin-ts": "^1.3.1",
  38. "c8": "^7.3.0",
  39. "chai": "^4.0.1",
  40. "cross-env": "^7.0.2",
  41. "gts": "^3.0.0",
  42. "mocha": "^8.0.0",
  43. "rimraf": "^3.0.2",
  44. "rollup": "^2.26.10",
  45. "standardx": "^7.0.0",
  46. "ts-transform-default-export": "^1.0.2",
  47. "typescript": "^4.0.0"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "exports": {
  53. ".": [
  54. {
  55. "import": "./index.mjs",
  56. "require": "./build/index.cjs"
  57. },
  58. "./build/index.cjs"
  59. ]
  60. },
  61. "files": [
  62. "build",
  63. "index.mjs",
  64. "!*.d.ts"
  65. ],
  66. "homepage": "https://github.com/yargs/y18n",
  67. "keywords": [
  68. "i18n",
  69. "internationalization",
  70. "yargs"
  71. ],
  72. "license": "ISC",
  73. "main": "./build/index.cjs",
  74. "module": "./build/lib/index.js",
  75. "name": "y18n",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/yargs/y18n.git"
  79. },
  80. "scripts": {
  81. "build:cjs": "rollup -c",
  82. "check": "standardx **/*.ts **/*.cjs **/*.mjs",
  83. "compile": "tsc",
  84. "coverage": "c8 report --check-coverage",
  85. "fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
  86. "postcompile": "npm run build:cjs",
  87. "posttest": "npm run check",
  88. "precompile": "rimraf build",
  89. "prepare": "npm run compile",
  90. "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
  91. "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
  92. "test:esm": "c8 --reporter=text --reporter=html mocha test/esm/*.mjs"
  93. },
  94. "standardx": {
  95. "ignore": [
  96. "build"
  97. ]
  98. },
  99. "type": "module",
  100. "version": "5.0.8"
  101. }