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.

92 lines
2.7 KiB

4 years ago
  1. {
  2. "_from": "@riotjs/dom-bindings@^4.6.6",
  3. "_id": "@riotjs/dom-bindings@4.6.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-B89kKtufY20IXWLg4fu51qJpXQdWk0kk06SypFSAIiJRnnfx75VtGR4I1QbfwWeYBk7PLsUnt4U749azg8IFrg==",
  6. "_location": "/@riotjs/dom-bindings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@riotjs/dom-bindings@^4.6.6",
  12. "name": "@riotjs/dom-bindings",
  13. "escapedName": "@riotjs%2fdom-bindings",
  14. "scope": "@riotjs",
  15. "rawSpec": "^4.6.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.6.6"
  18. },
  19. "_requiredBy": [
  20. "/riot"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@riotjs/dom-bindings/-/dom-bindings-4.6.6.tgz",
  23. "_shasum": "2d9833789a55e977978e1465b55743edd25d437f",
  24. "_spec": "@riotjs/dom-bindings@^4.6.6",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/riot",
  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/GianlucaGuarini/dom-bindings/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@riotjs/util": "^1.2.0",
  37. "domdiff": "^2.2.1"
  38. },
  39. "deprecated": false,
  40. "description": "Riot.js DOM bindings",
  41. "devDependencies": {
  42. "benchmark": "^2.1.4",
  43. "chai": "^4.2.0",
  44. "coveralls": "^3.0.9",
  45. "eslint": "^6.8.0",
  46. "eslint-config-riot": "^3.0.0",
  47. "esm": "^3.2.25",
  48. "jsdom": "15.2.1",
  49. "jsdom-global": "3.0.2",
  50. "mocha": "^7.0.0",
  51. "nyc": "^15.0.0",
  52. "rollup": "^1.28.0",
  53. "rollup-plugin-alias": "^2.2.0",
  54. "rollup-plugin-node-resolve": "^5.2.0",
  55. "sinon": "^8.0.2",
  56. "sinon-chai": "^3.4.0",
  57. "typescript": "^3.7.4"
  58. },
  59. "files": [
  60. "dom-bindings.d.ts",
  61. "dist"
  62. ],
  63. "homepage": "https://github.com/GianlucaGuarini/dom-bindings#readme",
  64. "jsnext:main": "dist/esm.dom-bindings.js",
  65. "keywords": [
  66. "riot",
  67. "dom-bindings"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/umd.dom-bindings.js",
  71. "module": "dist/esm.dom-bindings.js",
  72. "name": "@riotjs/dom-bindings",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/GianlucaGuarini/dom-bindings.git"
  76. },
  77. "scripts": {
  78. "bench": "node benchmarks",
  79. "build": "rollup -c",
  80. "cov": "nyc report --reporter=text-lcov | coveralls",
  81. "cov-html": "nyc report --reporter=html",
  82. "lint": "eslint src/ test/ rollup.config.js",
  83. "postest": "npm run cov-html",
  84. "prepublishOnly": "npm test",
  85. "pretest": "npm run build",
  86. "test": "npm run lint && nyc mocha -r esm test/index.js && npm run test-typing",
  87. "test-debug": "mocha -r esm --inspect --inspect-brk test/index.js",
  88. "test-typing": "tsc -p test"
  89. },
  90. "types": "./dom-bindings.d.ts",
  91. "version": "4.6.6"
  92. }