package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "type-fest@^0.20.2",
  3. "_id": "type-fest@0.20.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  6. "_location": "/type-fest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "type-fest@^0.20.2",
  12. "name": "type-fest",
  13. "escapedName": "type-fest",
  14. "rawSpec": "^0.20.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.20.2"
  17. },
  18. "_requiredBy": [
  19. "/boxen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  22. "_shasum": "1bf207f4b28f91583666cb5fbd327887301cd5f4",
  23. "_spec": "type-fest@^0.20.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\boxen",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/type-fest/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A collection of essential TypeScript types",
  36. "devDependencies": {
  37. "@sindresorhus/tsconfig": "~0.7.0",
  38. "tsd": "^0.13.1",
  39. "typescript": "^4.1.2",
  40. "xo": "^0.35.0"
  41. },
  42. "engines": {
  43. "node": ">=10"
  44. },
  45. "files": [
  46. "index.d.ts",
  47. "base.d.ts",
  48. "source",
  49. "ts41"
  50. ],
  51. "funding": "https://github.com/sponsors/sindresorhus",
  52. "homepage": "https://github.com/sindresorhus/type-fest#readme",
  53. "keywords": [
  54. "typescript",
  55. "ts",
  56. "types",
  57. "utility",
  58. "util",
  59. "utilities",
  60. "omit",
  61. "merge",
  62. "json"
  63. ],
  64. "license": "(MIT OR CC0-1.0)",
  65. "name": "type-fest",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/type-fest.git"
  69. },
  70. "scripts": {
  71. "//test": "xo && tsd && tsc",
  72. "test": "xo && tsc"
  73. },
  74. "types": "./index.d.ts",
  75. "typesVersions": {
  76. ">=4.1": {
  77. "*": [
  78. "ts41/*"
  79. ]
  80. }
  81. },
  82. "version": "0.20.2",
  83. "xo": {
  84. "rules": {
  85. "@typescript-eslint/ban-types": "off",
  86. "@typescript-eslint/indent": "off",
  87. "node/no-unsupported-features/es-builtins": "off"
  88. }
  89. }
  90. }