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
126 lines
3.1 KiB
{
|
|
"_from": "pinia",
|
|
"_id": "pinia@2.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==",
|
|
"_location": "/pinia",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "pinia",
|
|
"name": "pinia",
|
|
"escapedName": "pinia",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.2.4.tgz",
|
|
"_shasum": "79b63b231a3da80968ab58f7721f575fe2c509ac",
|
|
"_spec": "pinia",
|
|
"_where": "D:\\work\\questionbankvue3",
|
|
"author": {
|
|
"name": "Eduardo San Martin Morote",
|
|
"email": "posva13@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/pinia/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@vue/devtools-api": "^6.6.3",
|
|
"vue-demi": "^0.14.10"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Intuitive, type safe and flexible Store for Vue",
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "7.47.9",
|
|
"@vue/test-utils": "^2.4.6"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/pinia.d.ts",
|
|
"node": {
|
|
"import": {
|
|
"production": "./dist/pinia.prod.cjs",
|
|
"development": "./dist/pinia.mjs",
|
|
"default": "./dist/pinia.mjs"
|
|
},
|
|
"require": {
|
|
"production": "./dist/pinia.prod.cjs",
|
|
"development": "./dist/pinia.cjs",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"import": "./dist/pinia.mjs",
|
|
"require": "./index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./dist/*": "./dist/*"
|
|
},
|
|
"files": [
|
|
"dist/*.js",
|
|
"dist/*.mjs",
|
|
"dist/*.cjs",
|
|
"dist/pinia.d.ts",
|
|
"index.js",
|
|
"index.cjs",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"funding": "https://github.com/sponsors/posva",
|
|
"homepage": "https://github.com/vuejs/pinia#readme",
|
|
"jsdelivr": "dist/pinia.iife.js",
|
|
"keywords": [
|
|
"vue",
|
|
"vuex",
|
|
"store",
|
|
"pinia",
|
|
"piña",
|
|
"pigna",
|
|
"composition",
|
|
"api",
|
|
"setup",
|
|
"typed",
|
|
"typescript",
|
|
"ts",
|
|
"type",
|
|
"safe"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "dist/pinia.mjs",
|
|
"name": "pinia",
|
|
"peerDependencies": {
|
|
"@vue/composition-api": "^1.4.0",
|
|
"typescript": ">=4.4.4",
|
|
"vue": "^2.6.14 || ^3.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"@vue/composition-api": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/pinia.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup -c ../../rollup.config.mjs --environment TARGET:pinia",
|
|
"build:dts": "api-extractor run --local --verbose && tail -n +3 ./src/globalExtensions.ts >> dist/pinia.d.ts",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l pinia -r 1",
|
|
"test": "pnpm run build && pnpm run build:dts && pnpm test:dts",
|
|
"test:dts": "tsc -p ./test-dts/tsconfig.json"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/pinia.d.ts",
|
|
"unpkg": "dist/pinia.iife.js",
|
|
"version": "2.2.4"
|
|
}
|