UNPKG

aurelia-templating-router

Version:

An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.

96 lines (95 loc) 3.23 kB
{ "name": "aurelia-templating-router", "version": "1.5.0", "description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.", "keywords": [ "aurelia", "templating", "html", "router", "routing" ], "homepage": "http://aurelia.io", "bugs": { "url": "https://github.com/aurelia/templating-router/issues" }, "license": "MIT", "author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)", "main": "dist/commonjs/aurelia-templating-router.js", "module": "dist/native-modules/aurelia-templating-router.js", "scripts": { "start": "npm run dev -- --format es2015", "dev": "node build/scripts/dev", "build": "node build/scripts/build", "build:dts": "dts-bundle-generator src/aurelia-templating-router.ts -o dist/aurelia-templating-router.d.ts", "test": "karma start --single-run", "test:watch": "karma start", "test:debugger": "karma start --browsers ChromeDebugging", "lint": "eslint .", "typedoc": "typedoc src/aurelia-templating-router.ts --json doc/api.json", "posttypedoc": "node doc/cleanup.js", "changelog": "standard-version -i doc/CHANGELOG.md --skip.commit --skip.tag", "precut-release": "npm run lint && npm run test && npm run build", "cut-release": "npm run changelog", "postcut-release": "npm run typedoc" }, "typings": "dist/aurelia-templating-router.d.ts", "repository": { "type": "git", "url": "http://github.com/aurelia/templating-router" }, "files": [ "dist", "src", "README.md", "doc/api.json", "doc/CHANGELOG.md", "typings.json" ], "dependencies": { "aurelia-binding": "^2.0.0", "aurelia-dependency-injection": "^1.3.0", "aurelia-logging": "^1.0.0", "aurelia-metadata": "^1.0.0", "aurelia-pal": "^1.3.0", "aurelia-path": "^1.1.7", "aurelia-templating": "^1.11.1" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.1", "@types/estree": "^0.0.51", "@types/jasmine": "^4.0.2", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "aurelia-bootstrapper": "^2.3.0", "aurelia-framework": "^1.4.1", "aurelia-loader-webpack": "^2.2.1", "aurelia-pal-browser": "^1.8.0", "aurelia-testing": "^1.0.0", "aurelia-webpack-plugin": "^5.0.3", "dts-bundle-generator": "^6.7.0", "eslint": "^8.13.0", "gulp-watch": "^5.0.1", "html-loader": "^3.1.0", "jasmine-core": "^3.99.1", "karma": "^6.3.17", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-jasmine": "^4.0.2", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "rimraf": "^2.6.2", "rollup": "^2.70.1", "standard-version": "^9.3.2", "ts-loader": "^9.2.8", "tslib": "^2.3.1", "typedoc": "^0.22.15", "typescript": "^4.6.3", "webpack": "^5.72.0", "yargs": "^4.8.1" }, "peerDependencies": { "aurelia-router": "^1.5.0" } }