{
|
|
"_from": "riot",
|
|
"_id": "riot@4.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eyDJvZIXxo192jVO8TJliK2jX6HYrECO6IEkjXsvAzysRcu81OgozRtzd3Vtf/ASiuCmJYnw5ahAVZK5zx0d4w==",
|
|
"_location": "/riot",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "riot",
|
|
"name": "riot",
|
|
"escapedName": "riot",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/riot/-/riot-4.5.0.tgz",
|
|
"_shasum": "a80c0a8587fe70ebb065bb30145db04a71fc358d",
|
|
"_spec": "riot",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page",
|
|
"author": {
|
|
"name": "Gianluca Guarini",
|
|
"email": "gianluca.guarini@gmail.com",
|
|
"url": "http://gianlucaguarini.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/riot/riot/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@riotjs/compiler": "^4.3.11",
|
|
"@riotjs/dom-bindings": "^4.2.5",
|
|
"bianco.attr": "^1.0.0",
|
|
"bianco.query": "^1.0.0",
|
|
"cumpa": "^1.0.1",
|
|
"curri": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple and elegant component-based UI library",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"babel-plugin-istanbul": "^5.2.0",
|
|
"chai": "^4.2.0",
|
|
"core-js": "^3.2.1",
|
|
"coveralls": "^3.0.6",
|
|
"eslint": "^6.2.1",
|
|
"eslint-config-riot": "^3.0.0",
|
|
"jsdom": "15.1.1",
|
|
"jsdom-global": "3.0.2",
|
|
"karma": "^4.2.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-coverage": "^2.0.1",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-rollup-preprocessor": "^7.0.2",
|
|
"karma-sauce-launcher": "^2.0.2",
|
|
"mocha": "^6.2.0",
|
|
"rollup": "^1.20.1",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
"rollup-plugin-ignore": "^1.0.5",
|
|
"rollup-plugin-json": "^4.0.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-riot": "^4.0.0",
|
|
"sinon": "^7.4.1",
|
|
"sinon-chai": "^3.3.0",
|
|
"terser": "^4.2.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"riot.js",
|
|
"riot.d.ts",
|
|
"riot.esm.js",
|
|
"riot.min.js",
|
|
"riot+compiler.js",
|
|
"riot+compiler.min.js"
|
|
],
|
|
"homepage": "http://riot.js.org/",
|
|
"jsnext:main": "riot.esm.js",
|
|
"keywords": [
|
|
"custom tags",
|
|
"custom elements",
|
|
"web components",
|
|
"virtual dom",
|
|
"shadow dom",
|
|
"minimal",
|
|
"minimalist",
|
|
"client-side",
|
|
"framework",
|
|
"declarative",
|
|
"templating",
|
|
"template",
|
|
"data binding",
|
|
"mvc",
|
|
"model",
|
|
"view",
|
|
"controller",
|
|
"riotjs",
|
|
"riot.js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "riot.js",
|
|
"module": "riot.esm.js",
|
|
"name": "riot",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/riot/riot.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make riot"
|
|
},
|
|
"types": "./riot.d.ts",
|
|
"version": "4.5.0"
|
|
}
|