package-lock.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "fskill",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "fskill",
  9. "version": "1.0.0",
  10. "license": "MIT",
  11. "bin": {
  12. "fskill": "dist/index.js"
  13. },
  14. "devDependencies": {
  15. "@types/node": "^24.5.2",
  16. "typescript": "^5.9.2"
  17. },
  18. "engines": {
  19. "node": ">=18"
  20. }
  21. },
  22. "node_modules/@types/node": {
  23. "version": "24.12.0",
  24. "resolved": "https://packages.aliyun.com/5fdc0afd99b59ba3c5ead757/npm/repo-cxytb/@types/node/-/node-24.12.0.tgz",
  25. "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
  26. "dev": true,
  27. "license": "MIT",
  28. "dependencies": {
  29. "undici-types": "~7.16.0"
  30. }
  31. },
  32. "node_modules/typescript": {
  33. "version": "5.9.3",
  34. "resolved": "https://packages.aliyun.com/5fdc0afd99b59ba3c5ead757/npm/repo-cxytb/typescript/-/typescript-5.9.3.tgz",
  35. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  36. "dev": true,
  37. "license": "Apache-2.0",
  38. "bin": {
  39. "tsc": "bin/tsc",
  40. "tsserver": "bin/tsserver"
  41. },
  42. "engines": {
  43. "node": ">=14.17"
  44. }
  45. },
  46. "node_modules/undici-types": {
  47. "version": "7.16.0",
  48. "resolved": "https://packages.aliyun.com/5fdc0afd99b59ba3c5ead757/npm/repo-cxytb/undici-types/-/undici-types-7.16.0.tgz",
  49. "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
  50. "dev": true,
  51. "license": "MIT"
  52. }
  53. }
  54. }