package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "type-fest@0.11.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "type-fest@0.11.0",
  10. "_id": "type-fest@0.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==",
  13. "_location": "/type-fest",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "type-fest@0.11.0",
  19. "name": "type-fest",
  20. "escapedName": "type-fest",
  21. "rawSpec": "0.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.11.0"
  24. },
  25. "_requiredBy": [
  26. "/ansi-escapes"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz",
  29. "_spec": "0.11.0",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/type-fest/issues"
  38. },
  39. "description": "A collection of essential TypeScript types",
  40. "devDependencies": {
  41. "@sindresorhus/tsconfig": "^0.7.0",
  42. "@typescript-eslint/eslint-plugin": "2.17.0",
  43. "@typescript-eslint/parser": "2.17.0",
  44. "eslint-config-xo-typescript": "^0.24.1",
  45. "tsd": "^0.7.3",
  46. "typescript": "3.7.5",
  47. "xo": "^0.25.3"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.d.ts",
  54. "source"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/type-fest#readme",
  58. "keywords": [
  59. "typescript",
  60. "ts",
  61. "types",
  62. "utility",
  63. "util",
  64. "utilities",
  65. "omit",
  66. "merge",
  67. "json"
  68. ],
  69. "license": "(MIT OR CC0-1.0)",
  70. "name": "type-fest",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/type-fest.git"
  74. },
  75. "scripts": {
  76. "test": "xo && tsd"
  77. },
  78. "types": "index.d.ts",
  79. "version": "0.11.0",
  80. "xo": {
  81. "extends": "xo-typescript",
  82. "extensions": [
  83. "ts"
  84. ],
  85. "rules": {
  86. "import/no-unresolved": "off",
  87. "@typescript-eslint/indent": "off"
  88. }
  89. }
  90. }