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.

126 lines
3.1 KiB

2 weeks ago
  1. {
  2. "_from": "pinia",
  3. "_id": "pinia@2.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==",
  6. "_location": "/pinia",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "pinia",
  12. "name": "pinia",
  13. "escapedName": "pinia",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.2.4.tgz",
  23. "_shasum": "79b63b231a3da80968ab58f7721f575fe2c509ac",
  24. "_spec": "pinia",
  25. "_where": "D:\\work\\questionbankvue3",
  26. "author": {
  27. "name": "Eduardo San Martin Morote",
  28. "email": "posva13@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vuejs/pinia/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@vue/devtools-api": "^6.6.3",
  36. "vue-demi": "^0.14.10"
  37. },
  38. "deprecated": false,
  39. "description": "Intuitive, type safe and flexible Store for Vue",
  40. "devDependencies": {
  41. "@microsoft/api-extractor": "7.47.9",
  42. "@vue/test-utils": "^2.4.6"
  43. },
  44. "exports": {
  45. ".": {
  46. "types": "./dist/pinia.d.ts",
  47. "node": {
  48. "import": {
  49. "production": "./dist/pinia.prod.cjs",
  50. "development": "./dist/pinia.mjs",
  51. "default": "./dist/pinia.mjs"
  52. },
  53. "require": {
  54. "production": "./dist/pinia.prod.cjs",
  55. "development": "./dist/pinia.cjs",
  56. "default": "./index.js"
  57. }
  58. },
  59. "import": "./dist/pinia.mjs",
  60. "require": "./index.js"
  61. },
  62. "./package.json": "./package.json",
  63. "./dist/*": "./dist/*"
  64. },
  65. "files": [
  66. "dist/*.js",
  67. "dist/*.mjs",
  68. "dist/*.cjs",
  69. "dist/pinia.d.ts",
  70. "index.js",
  71. "index.cjs",
  72. "LICENSE",
  73. "README.md"
  74. ],
  75. "funding": "https://github.com/sponsors/posva",
  76. "homepage": "https://github.com/vuejs/pinia#readme",
  77. "jsdelivr": "dist/pinia.iife.js",
  78. "keywords": [
  79. "vue",
  80. "vuex",
  81. "store",
  82. "pinia",
  83. "piña",
  84. "pigna",
  85. "composition",
  86. "api",
  87. "setup",
  88. "typed",
  89. "typescript",
  90. "ts",
  91. "type",
  92. "safe"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "module": "dist/pinia.mjs",
  97. "name": "pinia",
  98. "peerDependencies": {
  99. "@vue/composition-api": "^1.4.0",
  100. "typescript": ">=4.4.4",
  101. "vue": "^2.6.14 || ^3.3.0"
  102. },
  103. "peerDependenciesMeta": {
  104. "typescript": {
  105. "optional": true
  106. },
  107. "@vue/composition-api": {
  108. "optional": true
  109. }
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/vuejs/pinia.git"
  114. },
  115. "scripts": {
  116. "build": "rimraf dist && rollup -c ../../rollup.config.mjs --environment TARGET:pinia",
  117. "build:dts": "api-extractor run --local --verbose && tail -n +3 ./src/globalExtensions.ts >> dist/pinia.d.ts",
  118. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l pinia -r 1",
  119. "test": "pnpm run build && pnpm run build:dts && pnpm test:dts",
  120. "test:dts": "tsc -p ./test-dts/tsconfig.json"
  121. },
  122. "sideEffects": false,
  123. "types": "dist/pinia.d.ts",
  124. "unpkg": "dist/pinia.iife.js",
  125. "version": "2.2.4"
  126. }