fratzinger/vue-router-parse-props

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "vue-router-parse-props",
  "version": "0.3.0",
  "description": "Parse params and query in vue-router to component props.",
  "keywords": [
    "vue",
    "vue-router",
    "parse",
    "params",
    "query",
    "props"
  ],
  "main": "dist/",
  "types": "dist/",
  "directories": {
    "test": "test",
    "lib": "src",
    "dist": "dist"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "dist/**"
  ],
  "scripts": {
    "build": "shx rm -rf dist/ && tsc",
    "version": "npm run build",
    "release": "np",
    "mocha": "cross-env NODE_ENV=test TS_NODE_PROJECT='tsconfig.test.json' mocha --timeout 5000",
    "test": "npm run mocha",
    "coverage": "nyc npm run test",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fratzinger/vue-router-parse-props.git"
  },
  "author": "Frederik Schmatz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fratzinger/vue-router-parse-props/issues"
  },
  "homepage": "https://github.com/fratzinger/vue-router-parse-props#readme",
  "dependencies": {
    "lodash": "^4.17.21",
    "vue-router": "^3.5.2"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/lodash": "^4.14.179",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.21",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "cross-env": "^7.0.3",
    "date-fns": "^2.28.0",
    "eslint": "^8.10.0",
    "mocha": "^9.2.1",
    "np": "^7.6.0",
    "nyc": "^15.1.0",
    "shx": "^0.3.4",
    "ts-node": "^10.7.0",
    "type-fest": "^2.12.0",
    "typescript": "^4.6.2",
    "vue": "^2.6.14"
  }
}