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.

72 lines
2.0 KiB

{
"_from": "dom-nodes@^1.1.3",
"_id": "dom-nodes@1.1.3",
"_inBundle": false,
"_integrity": "sha512-y5wnIx97oe0IqMllL/lizgkK2c9vu1cQeqPCCsS7mwNdPuYxg3b04eDJynHhC63kM8+ZsteOmiPElfVGOUmmKg==",
"_location": "/dom-nodes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dom-nodes@^1.1.3",
"name": "dom-nodes",
"escapedName": "dom-nodes",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/@riotjs/compiler",
"/@riotjs/parser"
],
"_resolved": "https://registry.npmjs.org/dom-nodes/-/dom-nodes-1.1.3.tgz",
"_shasum": "608d569eafacadef857f09505123efd10a566030",
"_spec": "dom-nodes@^1.1.3",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/@riotjs/compiler",
"author": {
"name": "Gianluca Guarini",
"email": "gianluca.guarini@gmail.com",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/riot/dom-nodes/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "List of all the available DOM and SVG nodes and helper functions to quickly test against them",
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-riot": "^3.0.0",
"mocha": "^6.2.0",
"rollup": "^1.18.0"
},
"files": [
"index.next.js"
],
"homepage": "https://github.com/riot/dom-nodes#readme",
"jsnext:main": "index.next.js",
"keywords": [
"html",
"svg",
"void",
"dom",
"riot"
],
"license": "MIT",
"main": "dom-nodes.js",
"module": "index.next.js",
"name": "dom-nodes",
"repository": {
"type": "git",
"url": "git+https://github.com/riot/dom-nodes.git"
},
"scripts": {
"build": "rollup -c",
"doc": "npx documentation readme index.next.js -s API",
"lint": "eslint index.next.js test.js rollup.config.js",
"prepare": "npm run build && npm test",
"test": "npm run build && npm run lint && mocha test.js"
},
"version": "1.1.3"
}