48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@riotjs/util",
|
|
"version": "2.1.1",
|
|
"description": "Riot.js util functions",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "npm test",
|
|
"lint": "eslint *.js",
|
|
"test": "npm run lint && mocha -r jsdom-global/register -r esm *.spec.js"
|
|
},
|
|
"files": [
|
|
"dom.js",
|
|
"functions.js",
|
|
"constants.js",
|
|
"strings.js",
|
|
"objects.js",
|
|
"checks.js",
|
|
"expression-types.js",
|
|
"binding-types.js",
|
|
"misc.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GianlucaGuarini/@riotjs/util.git"
|
|
},
|
|
"keywords": [
|
|
"Riot.js",
|
|
"shared",
|
|
"Riot util"
|
|
],
|
|
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/GianlucaGuarini/@riotjs/util/issues"
|
|
},
|
|
"homepage": "https://github.com/GianlucaGuarini/@riotjs/util#readme",
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-riot": "^3.0.0",
|
|
"esm": "^3.2.25",
|
|
"jsdom": "20.0.0",
|
|
"jsdom-global": "3.0.2",
|
|
"mocha": "^8.4.0"
|
|
}
|
|
}
|