line_push/node_modules/nuxt-property-decorator/package.json
2022-07-21 03:28:35 +00:00

123 lines
3.1 KiB
JSON

{
"_args": [
[
"nuxt-property-decorator@2.7.2",
"/home/node/nuxt"
]
],
"_from": "nuxt-property-decorator@2.7.2",
"_id": "nuxt-property-decorator@2.7.2",
"_inBundle": false,
"_integrity": "sha512-B80C7APpniIziuTS2uLLRostYYeuinP+yxRgG1m3Q7ErRxXqAefPe+18pxGi9spt4PMTSmpijgOXx3lCKL7B8g==",
"_location": "/nuxt-property-decorator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nuxt-property-decorator@2.7.2",
"name": "nuxt-property-decorator",
"escapedName": "nuxt-property-decorator",
"rawSpec": "2.7.2",
"saveSpec": null,
"fetchSpec": "2.7.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nuxt-property-decorator/-/nuxt-property-decorator-2.7.2.tgz",
"_spec": "2.7.2",
"_where": "/home/node/nuxt",
"author": {
"name": "davidbernal"
},
"browser": "lib/nuxt-property-decorator.umd.js",
"bugs": {
"url": "https://github.com/nuxt-community/nuxt-property-decorator/issues"
},
"contributors": [
{
"name": "Tony BRIET",
"email": "tony.briet@viacesi.fr"
},
{
"name": "HG",
"email": "husayt@gmail.com"
}
],
"dependencies": {
"vue-class-component": "7.2.3",
"vue-property-decorator": "^8.4.1",
"vuex": "^3.2.0",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.16.1"
},
"description": "Property decorators for Nuxt",
"devDependencies": {
"@std/esm": "^0.26.0",
"@types/jest": "^25.1.2",
"@types/node": "12.11.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"rollup": "^2.6.1",
"rollup-plugin-typescript2": "^0.27.0",
"standard-version": "^7.1.0",
"ts-jest": "^25.4.0",
"ts-node": "^8.9.0",
"typedoc": "^0.17.0-3",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.11",
"yorkie": "^2.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib"
],
"gitHooks": {
"pre-commit": "npm run build"
},
"homepage": "https://github.com/nuxt-community/nuxt-property-decorator#readme",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
},
"testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"keywords": [
"vue",
"typescript",
"nuxt",
"decorator"
],
"license": "MIT",
"main": "lib/nuxt-property-decorator.common.js",
"module": "lib/nuxt-property-decorator.esm.js",
"name": "nuxt-property-decorator",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-community/nuxt-property-decorator.git"
},
"scripts": {
"build": "rollup -c",
"release": "standard-version && git push --follow-tags && npm publish",
"test": "jest",
"tsdoc": "typedoc --excludeNotExported --mode library --out docs/ src/"
},
"typings": "lib/nuxt-property-decorator.d.ts",
"version": "2.7.2"
}