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.

94 lines
2.7 KiB

{
"_from": "@riotjs/dom-bindings@^4.8.1",
"_id": "@riotjs/dom-bindings@4.8.1",
"_inBundle": false,
"_integrity": "sha512-19cKHpdsVF4NKHSN60KL64ALC1UjpbJmJLdtuHgpyCZRt0DhFcEuZKjIFvgFdLNJbW18rrU+7TNRSDzuNC8wag==",
"_location": "/@riotjs/dom-bindings",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@riotjs/dom-bindings@^4.8.1",
"name": "@riotjs/dom-bindings",
"escapedName": "@riotjs%2fdom-bindings",
"scope": "@riotjs",
"rawSpec": "^4.8.1",
"saveSpec": null,
"fetchSpec": "^4.8.1"
},
"_requiredBy": [
"/riot"
],
"_resolved": "https://registry.npmjs.org/@riotjs/dom-bindings/-/dom-bindings-4.8.1.tgz",
"_shasum": "e98cf7e9cb946e344a6def5630447cd7eed75082",
"_spec": "@riotjs/dom-bindings@^4.8.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/riot",
"author": {
"name": "Gianluca Guarini",
"email": "gianluca.guarini@gmail.com",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/GianlucaGuarini/dom-bindings/issues"
},
"bundleDependencies": false,
"dependencies": {
"@riotjs/util": "^1.3.1",
"domdiff": "^2.2.2"
},
"deprecated": false,
"description": "Riot.js DOM bindings",
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"jsdom": "^16.2.2",
"jsdom-global": "3.0.2",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"rollup": "^2.6.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"typescript": "^3.8.3"
},
"files": [
"dom-bindings.d.ts",
"src",
"dist"
],
"homepage": "https://github.com/GianlucaGuarini/dom-bindings#readme",
"jsnext:main": "src/index.js",
"keywords": [
"riot",
"dom-bindings"
],
"license": "MIT",
"main": "dist/umd.dom-bindings.js",
"module": "src/index.js",
"name": "@riotjs/dom-bindings",
"repository": {
"type": "git",
"url": "git+https://github.com/GianlucaGuarini/dom-bindings.git"
},
"scripts": {
"bench": "node benchmarks",
"build": "rollup -c",
"cov": "nyc report --reporter=text-lcov | coveralls",
"cov-html": "nyc report --reporter=html",
"lint": "eslint src/ test/ rollup.config.js",
"postest": "npm run cov-html",
"prepublishOnly": "npm test",
"pretest": "npm run build",
"test": "npm run lint && nyc mocha -r esm test/index.js && npm run test-typing",
"test-debug": "mocha -r esm --inspect --inspect-brk test/index.js",
"test-typing": "tsc -p test"
},
"types": "./dom-bindings.d.ts",
"version": "4.8.1"
}