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.

71 lines
2.0 KiB

5 years ago
  1. {
  2. "_from": "dom-nodes@^1.1.3",
  3. "_id": "dom-nodes@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y5wnIx97oe0IqMllL/lizgkK2c9vu1cQeqPCCsS7mwNdPuYxg3b04eDJynHhC63kM8+ZsteOmiPElfVGOUmmKg==",
  6. "_location": "/dom-nodes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dom-nodes@^1.1.3",
  12. "name": "dom-nodes",
  13. "escapedName": "dom-nodes",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/compiler",
  20. "/@riotjs/parser"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/dom-nodes/-/dom-nodes-1.1.3.tgz",
  23. "_shasum": "608d569eafacadef857f09505123efd10a566030",
  24. "_spec": "dom-nodes@^1.1.3",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
  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/dom-nodes/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "List of all the available DOM and SVG nodes and helper functions to quickly test against them",
  37. "devDependencies": {
  38. "eslint": "^6.1.0",
  39. "eslint-config-riot": "^3.0.0",
  40. "mocha": "^6.2.0",
  41. "rollup": "^1.18.0"
  42. },
  43. "files": [
  44. "index.next.js"
  45. ],
  46. "homepage": "https://github.com/riot/dom-nodes#readme",
  47. "jsnext:main": "index.next.js",
  48. "keywords": [
  49. "html",
  50. "svg",
  51. "void",
  52. "dom",
  53. "riot"
  54. ],
  55. "license": "MIT",
  56. "main": "dom-nodes.js",
  57. "module": "index.next.js",
  58. "name": "dom-nodes",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/riot/dom-nodes.git"
  62. },
  63. "scripts": {
  64. "build": "rollup -c",
  65. "doc": "npx documentation readme index.next.js -s API",
  66. "lint": "eslint index.next.js test.js rollup.config.js",
  67. "prepare": "npm run build && npm test",
  68. "test": "npm run build && npm run lint && mocha test.js"
  69. },
  70. "version": "1.1.3"
  71. }