80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vue-property-decorator@8.5.1",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "vue-property-decorator@8.5.1",
|
|
"_id": "vue-property-decorator@8.5.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-O6OUN2OMsYTGPvgFtXeBU3jPnX5ffQ9V4I1WfxFQ6dqz6cOUbR3Usou7kgFpfiXDvV7dJQSFcJ5yUPgOtPPm1Q==",
|
|
"_location": "/vue-property-decorator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vue-property-decorator@8.5.1",
|
|
"name": "vue-property-decorator",
|
|
"escapedName": "vue-property-decorator",
|
|
"rawSpec": "8.5.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.5.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/nuxt-property-decorator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-8.5.1.tgz",
|
|
"_spec": "8.5.1",
|
|
"_where": "/home/node/nuxt",
|
|
"author": {
|
|
"name": "kaorun343"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kaorun343/vue-property-decorator/issues"
|
|
},
|
|
"dependencies": {
|
|
"vue-class-component": "^7.1.0"
|
|
},
|
|
"description": "property decorators for Vue Component",
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.15",
|
|
"@types/node": "^12.0.8",
|
|
"jest": "^24.8.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"rollup": "^1.15.6",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.5.2",
|
|
"vue": "^2.6.10"
|
|
},
|
|
"directories": {
|
|
"tests": "tests"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/kaorun343/vue-property-decorator#readme",
|
|
"keywords": [
|
|
"vue",
|
|
"typescript",
|
|
"decorator"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/vue-property-decorator.umd.js",
|
|
"module": "lib/vue-property-decorator.js",
|
|
"name": "vue-property-decorator",
|
|
"peerDependencies": {
|
|
"vue": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kaorun343/vue-property-decorator.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p ./src/tsconfig.json && rollup -c",
|
|
"test": "jest"
|
|
},
|
|
"typings": "./lib/vue-property-decorator.d.ts",
|
|
"version": "8.5.1"
|
|
}
|