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.

88 lines
2.6 KiB

5 years ago
  1. {
  2. "_from": "@riotjs/dom-bindings@^4.2.5",
  3. "_id": "@riotjs/dom-bindings@4.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SxcuWgW9wdUlJnMiyNgeC6n/Olo1SyiDmhSpR+Ss+iUKCnfjbl5lpq6AoBqpUiO++PMUIRZqsDsvkI+pilMSqw==",
  6. "_location": "/@riotjs/dom-bindings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@riotjs/dom-bindings@^4.2.5",
  12. "name": "@riotjs/dom-bindings",
  13. "escapedName": "@riotjs%2fdom-bindings",
  14. "scope": "@riotjs",
  15. "rawSpec": "^4.2.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.2.5"
  18. },
  19. "_requiredBy": [
  20. "/@riotjs/compiler",
  21. "/riot"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@riotjs/dom-bindings/-/dom-bindings-4.3.0.tgz",
  24. "_shasum": "38dd567814f4150f1fd6e3a94762d532d278b879",
  25. "_spec": "@riotjs/dom-bindings@^4.2.5",
  26. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/riot",
  27. "author": {
  28. "name": "Gianluca Guarini",
  29. "email": "gianluca.guarini@gmail.com",
  30. "url": "http://gianlucaguarini.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/GianlucaGuarini/dom-bindings/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "domdiff": "^2.0.7"
  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.6",
  45. "eslint": "^6.3.0",
  46. "eslint-config-riot": "^3.0.0",
  47. "esm": "^3.2.25",
  48. "jsdom": "15.1.1",
  49. "jsdom-global": "3.0.2",
  50. "mocha": "^6.2.0",
  51. "nyc": "^14.1.1",
  52. "rollup": "^1.20.3",
  53. "rollup-plugin-alias": "^2.0.0",
  54. "rollup-plugin-node-resolve": "^5.2.0",
  55. "sinon": "^7.4.1",
  56. "sinon-chai": "^3.3.0"
  57. },
  58. "files": [
  59. "dist"
  60. ],
  61. "homepage": "https://github.com/GianlucaGuarini/dom-bindings#readme",
  62. "jsnext:main": "dist/esm.dom-bindings.js",
  63. "keywords": [
  64. "riot",
  65. "dom-bindings"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/umd.dom-bindings.js",
  69. "module": "dist/esm.dom-bindings.js",
  70. "name": "@riotjs/dom-bindings",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/GianlucaGuarini/dom-bindings.git"
  74. },
  75. "scripts": {
  76. "bench": "node benchmarks",
  77. "build": "rollup -c",
  78. "cov": "nyc report --reporter=text-lcov | coveralls",
  79. "cov-html": "nyc report --reporter=html",
  80. "lint": "eslint src/ test/ rollup.config.js",
  81. "postest": "npm run cov-html",
  82. "prepublishOnly": "npm test",
  83. "pretest": "npm run build",
  84. "test": "npm run lint && nyc mocha -r esm test/index.js",
  85. "test-debug": "mocha -r esm --inspect --inspect-brk test/index.js"
  86. },
  87. "version": "4.3.0"
  88. }