package.json 3.1 KB

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