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

{
"_from": "@riotjs/dom-bindings@^4.2.5",
"_id": "@riotjs/dom-bindings@4.3.0",
"_inBundle": false,
"_integrity": "sha512-SxcuWgW9wdUlJnMiyNgeC6n/Olo1SyiDmhSpR+Ss+iUKCnfjbl5lpq6AoBqpUiO++PMUIRZqsDsvkI+pilMSqw==",
"_location": "/@riotjs/dom-bindings",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@riotjs/dom-bindings@^4.2.5",
"name": "@riotjs/dom-bindings",
"escapedName": "@riotjs%2fdom-bindings",
"scope": "@riotjs",
"rawSpec": "^4.2.5",
"saveSpec": null,
"fetchSpec": "^4.2.5"
},
"_requiredBy": [
"/@riotjs/compiler",
"/riot"
],
"_resolved": "https://registry.npmjs.org/@riotjs/dom-bindings/-/dom-bindings-4.3.0.tgz",
"_shasum": "38dd567814f4150f1fd6e3a94762d532d278b879",
"_spec": "@riotjs/dom-bindings@^4.2.5",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/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": {
"domdiff": "^2.0.7"
},
"deprecated": false,
"description": "Riot.js DOM bindings",
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"eslint": "^6.3.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"rollup": "^1.20.3",
"rollup-plugin-alias": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0"
},
"files": [
"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",
"test-debug": "mocha -r esm --inspect --inspect-brk test/index.js"
},
"version": "4.3.0"
}