|
|
- {
- "_from": "@riotjs/dom-bindings@^4.6.6",
- "_id": "@riotjs/dom-bindings@4.6.6",
- "_inBundle": false,
- "_integrity": "sha512-B89kKtufY20IXWLg4fu51qJpXQdWk0kk06SypFSAIiJRnnfx75VtGR4I1QbfwWeYBk7PLsUnt4U749azg8IFrg==",
- "_location": "/@riotjs/dom-bindings",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@riotjs/dom-bindings@^4.6.6",
- "name": "@riotjs/dom-bindings",
- "escapedName": "@riotjs%2fdom-bindings",
- "scope": "@riotjs",
- "rawSpec": "^4.6.6",
- "saveSpec": null,
- "fetchSpec": "^4.6.6"
- },
- "_requiredBy": [
- "/riot"
- ],
- "_resolved": "https://registry.npmjs.org/@riotjs/dom-bindings/-/dom-bindings-4.6.6.tgz",
- "_shasum": "2d9833789a55e977978e1465b55743edd25d437f",
- "_spec": "@riotjs/dom-bindings@^4.6.6",
- "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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.2.0",
- "domdiff": "^2.2.1"
- },
- "deprecated": false,
- "description": "Riot.js DOM bindings",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "chai": "^4.2.0",
- "coveralls": "^3.0.9",
- "eslint": "^6.8.0",
- "eslint-config-riot": "^3.0.0",
- "esm": "^3.2.25",
- "jsdom": "15.2.1",
- "jsdom-global": "3.0.2",
- "mocha": "^7.0.0",
- "nyc": "^15.0.0",
- "rollup": "^1.28.0",
- "rollup-plugin-alias": "^2.2.0",
- "rollup-plugin-node-resolve": "^5.2.0",
- "sinon": "^8.0.2",
- "sinon-chai": "^3.4.0",
- "typescript": "^3.7.4"
- },
- "files": [
- "dom-bindings.d.ts",
- "dist"
- ],
- "homepage": "https://github.com/GianlucaGuarini/dom-bindings#readme",
- "jsnext:main": "dist/esm.dom-bindings.js",
- "keywords": [
- "riot",
- "dom-bindings"
- ],
- "license": "MIT",
- "main": "dist/umd.dom-bindings.js",
- "module": "dist/esm.dom-bindings.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.6.6"
- }
|