package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "vue-demi@*",
  3. "_id": "vue-demi@0.14.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  6. "_location": "/vue-demi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-demi@*",
  12. "name": "vue-demi",
  13. "escapedName": "vue-demi",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/@vueuse/core",
  20. "/@vueuse/shared",
  21. "/pinia"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
  24. "_shasum": "afc78de3d6f9e11bf78c55e8510ee12814522f04",
  25. "_spec": "vue-demi@*",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@vueuse\\core",
  27. "author": {
  28. "name": "Anthony Fu",
  29. "email": "anthonyfu117@hotmail.com"
  30. },
  31. "bin": {
  32. "vue-demi-fix": "bin/vue-demi-fix.js",
  33. "vue-demi-switch": "bin/vue-demi-switch.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/antfu/vue-demi/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "<p align=\"center\"> <img src=\"https://github.com/vueuse/vue-demi/blob/main/assets/banner.png?raw=true\" width=\"600\"/> <br> <a href='https://www.npmjs.com/package/vue-demi'><img src='https://img.shields.io/npm/v/vue-demi?color=42b883' alt='npm'></a> </p>",
  41. "engines": {
  42. "node": ">=12"
  43. },
  44. "exports": {
  45. ".": {
  46. "types": "./lib/index.d.ts",
  47. "require": "./lib/index.cjs",
  48. "import": "./lib/index.mjs",
  49. "browser": "./lib/index.mjs"
  50. },
  51. "./*": "./*"
  52. },
  53. "files": [
  54. "lib",
  55. "bin",
  56. "scripts"
  57. ],
  58. "funding": "https://github.com/sponsors/antfu",
  59. "homepage": "https://github.com/antfu/vue-demi#readme",
  60. "jsdelivr": "lib/index.iife.js",
  61. "license": "MIT",
  62. "main": "lib/index.cjs",
  63. "module": "lib/index.mjs",
  64. "name": "vue-demi",
  65. "peerDependencies": {
  66. "@vue/composition-api": "^1.0.0-rc.1",
  67. "vue": "^3.0.0-0 || ^2.6.0"
  68. },
  69. "peerDependenciesMeta": {
  70. "@vue/composition-api": {
  71. "optional": true
  72. }
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/antfu/vue-demi.git"
  77. },
  78. "scripts": {
  79. "postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"",
  80. "release": "npx bumpp --tag --commit --push && npm publish"
  81. },
  82. "types": "lib/index.d.ts",
  83. "unpkg": "lib/index.iife.js",
  84. "version": "0.14.10"
  85. }