package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "@antfu/install-pkg@^0.1.1",
  3. "_id": "@antfu/install-pkg@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==",
  6. "_location": "/@antfu/install-pkg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@antfu/install-pkg@^0.1.1",
  12. "name": "@antfu/install-pkg",
  13. "escapedName": "@antfu%2finstall-pkg",
  14. "scope": "@antfu",
  15. "rawSpec": "^0.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.1.1"
  18. },
  19. "_requiredBy": [
  20. "/unplugin-icons"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-0.1.1.tgz",
  23. "_shasum": "157bb04f0de8100b9e4c01734db1a6c77e98bbb5",
  24. "_spec": "@antfu/install-pkg@^0.1.1",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-icons",
  26. "author": {
  27. "name": "Anthony Fu",
  28. "email": "anthonyfu117@hotmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/antfu/install-pkg/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "execa": "^5.1.1",
  36. "find-up": "^5.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Install package programmatically.",
  40. "devDependencies": {
  41. "@antfu/eslint-config": "^0.27.0",
  42. "@antfu/ni": "^0.18.0",
  43. "@types/node": "^16.11.59",
  44. "bumpp": "^8.2.1",
  45. "eslint": "^8.23.1",
  46. "esno": "^0.16.3",
  47. "tsup": "^6.2.3",
  48. "typescript": "^4.8.3"
  49. },
  50. "exports": {
  51. ".": {
  52. "types": "./dist/index.d.ts",
  53. "require": "./dist/index.js",
  54. "import": "./dist/index.mjs"
  55. }
  56. },
  57. "files": [
  58. "dist"
  59. ],
  60. "funding": "https://github.com/sponsors/antfu",
  61. "homepage": "https://github.com/antfu/install-pkg#readme",
  62. "keywords": [],
  63. "license": "MIT",
  64. "main": "dist/index.js",
  65. "module": "dist/index.mjs",
  66. "name": "@antfu/install-pkg",
  67. "packageManager": "pnpm@7.12.0",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/antfu/install-pkg.git"
  71. },
  72. "scripts": {
  73. "build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
  74. "dev": "nr build --watch",
  75. "lint": "eslint .",
  76. "release": "bumpp --commit --push --tag && pnpm publish",
  77. "start": "esno src/index.ts"
  78. },
  79. "sideEffects": false,
  80. "types": "dist/index.d.ts",
  81. "version": "0.1.1"
  82. }