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.
126 lines
3.0 KiB
126 lines
3.0 KiB
4 years ago
|
{
|
||
|
"_from": "riot",
|
||
|
"_id": "riot@4.13.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-d0F09u3ufGAV9Kr0Ac6by14hXSMYkX+tsmt98Ywiw3EFI6jH/4gP7Ztp8MgjMvaulQNmicb+bxkcirVvPWbndg==",
|
||
|
"_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.13.1.tgz",
|
||
|
"_shasum": "a655d94ca15065d8beaa795233e574980315cdd9",
|
||
|
"_spec": "riot",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board",
|
||
|
"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.9.1",
|
||
|
"@riotjs/dom-bindings": "^4.8.1",
|
||
|
"@riotjs/util": "^1.3.1",
|
||
|
"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.10.2",
|
||
|
"@babel/preset-env": "^7.10.2",
|
||
|
"@riotjs/babel-preset": "1.0.0",
|
||
|
"babel-plugin-istanbul": "^6.0.0",
|
||
|
"chai": "^4.2.0",
|
||
|
"core-js": "^3.6.5",
|
||
|
"coveralls": "^3.1.0",
|
||
|
"eslint": "^7.1.0",
|
||
|
"eslint-config-riot": "^3.0.0",
|
||
|
"jsdom": "16.2.2",
|
||
|
"jsdom-global": "3.0.2",
|
||
|
"karma": "^5.0.9",
|
||
|
"karma-chrome-launcher": "^3.1.0",
|
||
|
"karma-coverage": "^2.0.2",
|
||
|
"karma-mocha": "^2.0.1",
|
||
|
"karma-rollup-preprocessor": "^7.0.5",
|
||
|
"karma-sauce-launcher": "^4.1.5",
|
||
|
"mocha": "^7.2.0",
|
||
|
"rollup": "^2.13.1",
|
||
|
"rollup-plugin-babel": "^4.4.0",
|
||
|
"rollup-plugin-commonjs": "^9.3.4",
|
||
|
"rollup-plugin-ignore": "^1.0.6",
|
||
|
"rollup-plugin-json": "^4.0.0",
|
||
|
"rollup-plugin-node-resolve": "^5.2.0",
|
||
|
"rollup-plugin-riot": "^4.0.2",
|
||
|
"sinon": "^9.0.2",
|
||
|
"sinon-chai": "^3.5.0",
|
||
|
"terser": "^4.7.0",
|
||
|
"typescript": "^3.9.5"
|
||
|
},
|
||
|
"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.13.1"
|
||
|
}
|