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.

123 lines
2.9 KiB

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