package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. ],
  22. "_resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  23. "_shasum": "afc78de3d6f9e11bf78c55e8510ee12814522f04",
  24. "_spec": "vue-demi@*",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vueuse\\core",
  26. "author": {
  27. "name": "Anthony Fu",
  28. "email": "anthonyfu117@hotmail.com"
  29. },
  30. "bin": {
  31. "vue-demi-fix": "bin/vue-demi-fix.js",
  32. "vue-demi-switch": "bin/vue-demi-switch.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/antfu/vue-demi/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "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>",
  40. "engines": {
  41. "node": ">=12"
  42. },
  43. "exports": {
  44. ".": {
  45. "types": "./lib/index.d.ts",
  46. "require": "./lib/index.cjs",
  47. "import": "./lib/index.mjs",
  48. "browser": "./lib/index.mjs"
  49. },
  50. "./*": "./*"
  51. },
  52. "files": [
  53. "lib",
  54. "bin",
  55. "scripts"
  56. ],
  57. "funding": "https://github.com/sponsors/antfu",
  58. "homepage": "https://github.com/antfu/vue-demi#readme",
  59. "jsdelivr": "lib/index.iife.js",
  60. "license": "MIT",
  61. "main": "lib/index.cjs",
  62. "module": "lib/index.mjs",
  63. "name": "vue-demi",
  64. "peerDependencies": {
  65. "@vue/composition-api": "^1.0.0-rc.1",
  66. "vue": "^3.0.0-0 || ^2.6.0"
  67. },
  68. "peerDependenciesMeta": {
  69. "@vue/composition-api": {
  70. "optional": true
  71. }
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/antfu/vue-demi.git"
  76. },
  77. "scripts": {
  78. "postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"",
  79. "release": "npx bumpp --tag --commit --push && npm publish"
  80. },
  81. "types": "lib/index.d.ts",
  82. "unpkg": "lib/index.iife.js",
  83. "version": "0.14.10"
  84. }