parcoursup/node_modules/@riotjs/route/package.json

77 lines
2.0 KiB
JSON
Raw Normal View History

2023-03-05 13:23:23 +01:00
{
"name": "@riotjs/route",
"version": "8.0.2",
"description": "Riot.js isomorphic router",
"main": "route.js",
"jsnext:main": "route.esm.js",
"module": "route.esm.js",
"scripts": {
"prepublishOnly": "npm run build && npm test",
"lint": "eslint src test rollup.config.js",
"build": "rollup -c && npm run build-demo",
"build-demo": "riot demos/components -o demos/components",
"demo": "npm run build && serve",
"cov": "nyc report --reporter=lcov",
"cov-html": "nyc report --reporter=html",
"test": "npm run lint && nyc mocha -r esm -r test/setup.js test/*.spec.js"
},
"files": [
"route.js",
"route.esm.js",
"route.standalone.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/riot/route.git"
},
"keywords": [
"riot",
"Riot.js",
"router",
"riot-route",
"route"
],
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/route/issues"
},
"homepage": "https://github.com/riot/route#readme",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@riotjs/babel-preset": "^1.0.0",
"@riotjs/cli": "^6.1.0",
"@riotjs/compiler": "^6.3.2",
"@riotjs/register": "^6.0.1",
"bianco.query": "^1.1.4",
"chai": "^4.3.6",
"eslint": "^8.22.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"jsdom": "20.0.0",
"jsdom-global": "3.0.2",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"riot": "^7.0.3",
"rollup": "^2.78.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-riot": "^6.0.0",
"serve": "^14.0.1",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0"
},
"peerDependency": {
"riot": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"@riotjs/util": "^2.1.1",
"bianco.attr": "^1.1.1",
"bianco.events": "^1.1.1",
"cumpa": "^1.0.1",
"rawth": "^2.1.2"
}
}