UNPKG

@hint/utils-dom

Version:
72 lines (71 loc) 2.08 kB
{ "ava": { "failFast": false, "files": [ "dist/tests/**/*.js", "!dist/tests/**/fixtures/**/*.js" ], "timeout": "1m", "workerThreads": false }, "dependencies": { "@types/parse5": "^6.0.3", "eventemitter2": "^6.4.9", "@hint/utils-debug": "^1.0.11", "@hint/utils-types": "^1.2.1", "css-select": "^4.3.0", "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1" }, "description": "utils for DOM", "devDependencies": { "@types/parse5-htmlparser2-tree-adapter": "^6.0.1", "ava": "^4.3.3", "axe-core": "^4.4.1", "eslint": "^7.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-markdown": "^2.2.1", "jsdom": "^21.1.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "rimraf": "^5.0.0", "typescript": "^4.5.5" }, "files": [ "dist" ], "homepage": "https://webhint.io/", "keywords": [ "hint", "hint-utils-dom", "dom", "utils", "webhint" ], "license": "Apache-2.0", "main": "./dist/src/index.js", "name": "@hint/utils-dom", "repository": { "directory": "packages/utils-dom", "type": "git", "url": "https://github.com/webhintio/hint.git" }, "scripts": { "build": "npm-run-all build:*", "build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true", "build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist", "build:ts": "tsc -b", "clean": "rimraf dist", "lint": "npm-run-all lint:*", "lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore", "lint:dependencies": "node ../../scripts/lint-dependencies.js", "lint:md": "node ../../scripts/lint-markdown.js", "test": "npm run lint && npm run build && npm run test-only", "test-only": "nyc ava", "test-release": "npm run lint && npm run build-release", "watch": "npm run build && npm-run-all --parallel -c watch:*", "watch:ts": "npm run build:ts -- --watch" }, "version": "2.2.4" }