You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

133 lines
3.2 KiB

{
"_from": "riot@^4.8.*",
"_id": "riot@4.8.6",
"_inBundle": false,
"_integrity": "sha512-EHxH6W/i8g4B0PLSXknpfpurOHf95bL9vdO6V7iFnWTAZDwZDs48bqOdZDPuD435yPPCiYE9NcEsqBQw3EawqQ==",
"_location": "/riot",
"_phantomChildren": {
"@riotjs/parser": "4.1.0",
"acorn": "7.1.0",
"cssesc": "3.0.0",
"cumpa": "1.0.1",
"curri": "1.0.1",
"dom-nodes": "1.1.3",
"globals": "12.3.0",
"recast": "0.18.5",
"source-map": "0.7.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "riot@^4.8.*",
"name": "riot",
"escapedName": "riot",
"rawSpec": "^4.8.*",
"saveSpec": null,
"fetchSpec": "^4.8.*"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/riot/-/riot-4.8.6.tgz",
"_shasum": "18fceb91e8fd2abd58b01ad13b72170029c39d0d",
"_spec": "riot@^4.8.*",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent",
"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.5.5",
"@riotjs/dom-bindings": "^4.6.6",
"@riotjs/util": "^1.2.0",
"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.7.7",
"@babel/preset-env": "^7.7.7",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"core-js": "^3.6.2",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-riot": "^3.0.0",
"jsdom": "15.2.1",
"jsdom-global": "3.0.2",
"karma": "^4.4.1",
"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": "^7.0.0",
"rollup": "^1.29.0",
"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": "^8.0.4",
"sinon-chai": "^3.4.0",
"terser": "^4.6.2",
"typescript": "^3.7.4"
},
"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.8.6"
}