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.

78 lines
2.0 KiB

{
"_from": "@riotjs/util@^1.3.1",
"_id": "@riotjs/util@1.3.1",
"_inBundle": false,
"_integrity": "sha512-8MhO7mVyRGDY/oaH6X+Q6DCrtu9zWrLOySBA8S3Qe5AGyVInpCwvjiAWGKqNbz5r6GWm08/S9yN/hCdB3mTLWw==",
"_location": "/@riotjs/util",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@riotjs/util@^1.3.1",
"name": "@riotjs/util",
"escapedName": "@riotjs%2futil",
"scope": "@riotjs",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/@riotjs/compiler",
"/@riotjs/dom-bindings",
"/riot"
],
"_resolved": "https://registry.npmjs.org/@riotjs/util/-/util-1.3.1.tgz",
"_shasum": "3cc24081145f0c650fffc52b051a13ff2d19677e",
"_spec": "@riotjs/util@^1.3.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/@riotjs/util/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Riot.js util functions",
"devDependencies": {
"chai": "^4.2.0",
"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"
},
"files": [
"dom.js",
"functions.js",
"constants.js",
"strings.js",
"objects.js",
"checks.js",
"expression-types.js",
"binding-types.js",
"misc.js"
],
"homepage": "https://github.com/GianlucaGuarini/@riotjs/util#readme",
"keywords": [
"Riot.js",
"shared",
"Riot util"
],
"license": "MIT",
"name": "@riotjs/util",
"repository": {
"type": "git",
"url": "git+https://github.com/GianlucaGuarini/@riotjs/util.git"
},
"scripts": {
"lint": "eslint *.js",
"prepublishOnly": "npm test",
"test": "npm run lint && mocha -r jsdom-global/register -r esm *.spec.js"
},
"version": "1.3.1"
}