MES手机端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

59 lines
1.2 KiB

  1. {
  2. "name": "os-locale-s-fix",
  3. "version": "1.0.8-fix-1",
  4. "description": "Its a light weight version that minimizes the dependency module of `os-locale`",
  5. "private": false,
  6. "main": "./cjs/index.js",
  7. "module": "./esm/index.js",
  8. "sideEffects": false,
  9. "types": "./index.d.ts",
  10. "author": {
  11. "name": "jeffy-g",
  12. "email": "hirotom1107@gmail.com"
  13. },
  14. "engines": {
  15. "node": ">=10",
  16. "yarn": "^1.22.4"
  17. },
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/jeffy-g/os-locale-s/issues"
  21. },
  22. "homepage": "https://github.com/jeffy-g/os-locale-s#readme",
  23. "repository": {
  24. "type": "git",
  25. "url": "git+https://github.com/jeffy-g/os-locale-s.git"
  26. },
  27. "files": [
  28. "package.json",
  29. "license",
  30. "reamd.md",
  31. "cjs",
  32. "esm",
  33. "*.d.ts"
  34. ],
  35. "keywords": [
  36. "typescript",
  37. "javascript",
  38. "locale",
  39. "lang",
  40. "language",
  41. "system",
  42. "os",
  43. "string",
  44. "user",
  45. "country",
  46. "id",
  47. "identifier",
  48. "region"
  49. ],
  50. "dependencies": {
  51. "lcid": "^3.0.0"
  52. },
  53. "devDependencies": {
  54. "jest": "^26.4.2"
  55. },
  56. "scripts": {
  57. "test": "jest --coverage --silent=false --colors -c=jest.configjs.js"
  58. }
  59. }