{ "_from": "nuxt-property-decorator@^2.9.1", "_id": "nuxt-property-decorator@2.9.1", "_inBundle": false, "_integrity": "sha512-dE2GrrGKZMhv0dHAr+Lmj+JOQfjIouINgF58QNRDFNOZXMJrXxKO5zGqvCRwmx3hxqqwht7TXHdz9w1AnvL2IA==", "_location": "/nuxt-property-decorator", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "nuxt-property-decorator@^2.9.1", "name": "nuxt-property-decorator", "escapedName": "nuxt-property-decorator", "rawSpec": "^2.9.1", "saveSpec": null, "fetchSpec": "^2.9.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/nuxt-property-decorator/-/nuxt-property-decorator-2.9.1.tgz", "_shasum": "60fd87b64d85519b091374c7ea4c0ce1979f6afa", "_spec": "nuxt-property-decorator@^2.9.1", "_where": "D:\\project\\PAM\\PAMapp", "author": { "name": "davidbernal" }, "browser": "lib/nuxt-property-decorator.umd.js", "bugs": { "url": "https://github.com/nuxt-community/nuxt-property-decorator/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Tony BRIET", "email": "tony.briet@viacesi.fr" }, { "name": "HG", "email": "husayt@gmail.com" } ], "dependencies": { "vue-class-component": "^7.2.6", "vue-property-decorator": "^9.0.0", "vuex-class": "^0.3.2", "vuex-module-decorators": "^1.0.1" }, "deprecated": false, "description": "Property decorators for Nuxt", "devDependencies": { "@microsoft/api-extractor": "^7.9.22", "@std/esm": "^0.26.0", "@types/jest": "^26.0.4", "@types/node": "12.11.1", "@vue/test-utils": "^1.0.0", "babel-jest": "^26.3.0", "jest": "^26.4.2", "rollup": "^2.28.1", "rollup-plugin-typescript2": "^0.29.0", "standard-version": "^9.0.0", "ts-jest": "^26.4.0", "ts-node": "^9.0.0", "typedoc": "0.17.0-3", "typescript": "^4.0.3", "vue": "^2.6.12", "vue-jest": "^3.0.7", "vue-template-compiler": "^2.6.12", "vuex": "^3.5.1", "yorkie": "^2.0.0" }, "directories": { "lib": "lib", "test": "test" }, "files": [ "lib" ], "gitHooks": { "pre-commit": "npm run build:full" }, "homepage": "https://github.com/nuxt-community/nuxt-property-decorator#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest", "^.+\\.js$": "/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": { "apiextract": "api-extractor run --local --verbose", "build": "rollup -c", "build:full": "npm run build && npm run apiextract && npm run tsdoc", "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.9.1" }