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.

92 lines
2.2KB

  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. "/@eslint/eslintrc/globals",
  20. "/eslint/globals"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  23. "_shasum": "1bf207f4b28f91583666cb5fbd327887301cd5f4",
  24. "_spec": "type-fest@^0.20.2",
  25. "_where": "/home/ratanparmar/Desktop/ServicesApps/CustomApps/agent_break_interval_mapping/node_modules/@eslint/eslintrc/node_modules/globals",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/type-fest/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A collection of essential TypeScript types",
  37. "devDependencies": {
  38. "@sindresorhus/tsconfig": "~0.7.0",
  39. "tsd": "^0.13.1",
  40. "typescript": "^4.1.2",
  41. "xo": "^0.35.0"
  42. },
  43. "engines": {
  44. "node": ">=10"
  45. },
  46. "files": [
  47. "index.d.ts",
  48. "base.d.ts",
  49. "source",
  50. "ts41"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/type-fest#readme",
  54. "keywords": [
  55. "typescript",
  56. "ts",
  57. "types",
  58. "utility",
  59. "util",
  60. "utilities",
  61. "omit",
  62. "merge",
  63. "json"
  64. ],
  65. "license": "(MIT OR CC0-1.0)",
  66. "name": "type-fest",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/type-fest.git"
  70. },
  71. "scripts": {
  72. "//test": "xo && tsd && tsc",
  73. "test": "xo && tsc"
  74. },
  75. "types": "./index.d.ts",
  76. "typesVersions": {
  77. ">=4.1": {
  78. "*": [
  79. "ts41/*"
  80. ]
  81. }
  82. },
  83. "version": "0.20.2",
  84. "xo": {
  85. "rules": {
  86. "@typescript-eslint/ban-types": "off",
  87. "@typescript-eslint/indent": "off",
  88. "node/no-unsupported-features/es-builtins": "off"
  89. }
  90. }
  91. }