You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.4 KiB

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