package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "type-fest@^0.18.0",
  3. "_id": "type-fest@0.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
  6. "_location": "/type-fest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "type-fest@^0.18.0",
  12. "name": "type-fest",
  13. "escapedName": "type-fest",
  14. "rawSpec": "^0.18.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.18.0"
  17. },
  18. "_requiredBy": [
  19. "/meow"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
  22. "_shasum": "db4bc151a4a2cf4eebf9add5db75508db6cc841f",
  23. "_spec": "type-fest@^0.18.0",
  24. "_where": "G:\\项目\\mobile\\node_modules\\meow",
  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. "tsd": "^0.13.1",
  38. "xo": "^0.28.2"
  39. },
  40. "engines": {
  41. "node": ">=10"
  42. },
  43. "files": [
  44. "index.d.ts",
  45. "source"
  46. ],
  47. "funding": "https://github.com/sponsors/sindresorhus",
  48. "homepage": "https://github.com/sindresorhus/type-fest#readme",
  49. "keywords": [
  50. "typescript",
  51. "ts",
  52. "types",
  53. "utility",
  54. "util",
  55. "utilities",
  56. "omit",
  57. "merge",
  58. "json"
  59. ],
  60. "license": "(MIT OR CC0-1.0)",
  61. "name": "type-fest",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/type-fest.git"
  65. },
  66. "scripts": {
  67. "test": "xo && tsd"
  68. },
  69. "types": "index.d.ts",
  70. "version": "0.18.1",
  71. "xo": {
  72. "rules": {
  73. "@typescript-eslint/indent": "off",
  74. "func-call-spacing": "off"
  75. }
  76. }
  77. }