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

4 years ago
  1. {
  2. "_from": "riot@^4.8.*",
  3. "_id": "riot@4.8.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EHxH6W/i8g4B0PLSXknpfpurOHf95bL9vdO6V7iFnWTAZDwZDs48bqOdZDPuD435yPPCiYE9NcEsqBQw3EawqQ==",
  6. "_location": "/riot",
  7. "_phantomChildren": {
  8. "@riotjs/parser": "4.1.0",
  9. "acorn": "7.1.0",
  10. "cssesc": "3.0.0",
  11. "cumpa": "1.0.1",
  12. "curri": "1.0.1",
  13. "dom-nodes": "1.1.3",
  14. "globals": "12.3.0",
  15. "recast": "0.18.5",
  16. "source-map": "0.7.3"
  17. },
  18. "_requested": {
  19. "type": "range",
  20. "registry": true,
  21. "raw": "riot@^4.8.*",
  22. "name": "riot",
  23. "escapedName": "riot",
  24. "rawSpec": "^4.8.*",
  25. "saveSpec": null,
  26. "fetchSpec": "^4.8.*"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/riot/-/riot-4.8.6.tgz",
  32. "_shasum": "18fceb91e8fd2abd58b01ad13b72170029c39d0d",
  33. "_spec": "riot@^4.8.*",
  34. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent",
  35. "author": {
  36. "name": "Gianluca Guarini",
  37. "email": "gianluca.guarini@gmail.com",
  38. "url": "http://gianlucaguarini.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/riot/riot/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "@riotjs/compiler": "^4.5.5",
  46. "@riotjs/dom-bindings": "^4.6.6",
  47. "@riotjs/util": "^1.2.0",
  48. "bianco.attr": "^1.0.0",
  49. "bianco.query": "^1.0.0",
  50. "cumpa": "^1.0.1",
  51. "curri": "^1.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "Simple and elegant component-based UI library",
  55. "devDependencies": {
  56. "@babel/core": "^7.7.7",
  57. "@babel/preset-env": "^7.7.7",
  58. "babel-plugin-istanbul": "^6.0.0",
  59. "chai": "^4.2.0",
  60. "core-js": "^3.6.2",
  61. "coveralls": "^3.0.9",
  62. "eslint": "^6.8.0",
  63. "eslint-config-riot": "^3.0.0",
  64. "jsdom": "15.2.1",
  65. "jsdom-global": "3.0.2",
  66. "karma": "^4.4.1",
  67. "karma-chrome-launcher": "^3.1.0",
  68. "karma-coverage": "^2.0.1",
  69. "karma-mocha": "^1.3.0",
  70. "karma-rollup-preprocessor": "^7.0.2",
  71. "karma-sauce-launcher": "^2.0.2",
  72. "mocha": "^7.0.0",
  73. "rollup": "^1.29.0",
  74. "rollup-plugin-babel": "^4.3.3",
  75. "rollup-plugin-commonjs": "^9.3.4",
  76. "rollup-plugin-ignore": "^1.0.5",
  77. "rollup-plugin-json": "^4.0.0",
  78. "rollup-plugin-node-resolve": "^5.2.0",
  79. "rollup-plugin-riot": "^4.0.0",
  80. "sinon": "^8.0.4",
  81. "sinon-chai": "^3.4.0",
  82. "terser": "^4.6.2",
  83. "typescript": "^3.7.4"
  84. },
  85. "engines": {
  86. "node": ">=8.0.0"
  87. },
  88. "files": [
  89. "src",
  90. "riot.js",
  91. "riot.d.ts",
  92. "riot.esm.js",
  93. "riot.min.js",
  94. "riot+compiler.js",
  95. "riot+compiler.min.js"
  96. ],
  97. "homepage": "http://riot.js.org/",
  98. "jsnext:main": "riot.esm.js",
  99. "keywords": [
  100. "custom tags",
  101. "custom elements",
  102. "web components",
  103. "virtual dom",
  104. "shadow dom",
  105. "minimal",
  106. "minimalist",
  107. "client-side",
  108. "framework",
  109. "declarative",
  110. "templating",
  111. "template",
  112. "data binding",
  113. "mvc",
  114. "model",
  115. "view",
  116. "controller",
  117. "riotjs",
  118. "riot.js"
  119. ],
  120. "license": "MIT",
  121. "main": "riot.js",
  122. "module": "riot.esm.js",
  123. "name": "riot",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/riot/riot.git"
  127. },
  128. "scripts": {
  129. "test": "make riot"
  130. },
  131. "types": "./riot.d.ts",
  132. "version": "4.8.6"
  133. }