hint-no-inline-styles
Version:
Invalidate the use of CSS inline styles in HTML
78 lines (77 loc) • 2.45 kB
JSON
{
"author": "Buari Bola Ahmed",
"ava": {
"concurrency": 5,
"failFast": false,
"files": [
"dist/tests/**/*.js",
"!dist/tests/**/fixtures/**/*.js"
],
"timeout": "1m"
},
"dependencies": {
"@hint/utils-i18n": "^1.0.6",
"@hint/utils-string": "^1.0.6",
"@hint/utils-types": "^1.1.1"
},
"description": "Invalidate the use of CSS inline styles in HTML",
"devDependencies": {
"@hint/utils-create-server": "^3.4.7",
"@hint/utils-dom": "^2.1.4",
"@hint/utils-tests-helpers": "^6.3.1",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.0.1",
"ava": "^3.12.1",
"cpx": "^1.5.0",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"hint": "^6.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.5"
},
"files": [
"dist/src"
],
"keywords": [
"no-inline-styles",
"no-inline-styles-hint",
"webhint",
"webhint-hint"
],
"license": "Apache-2.0",
"main": "dist/src/no-inline-styles.js",
"name": "hint-no-inline-styles",
"bin": {
"hint-no-inline-styles": "node node_modules/hint/dist/src/bin/hint.js"
},
"nyc": {
"extends": ".nycrc"
},
"scripts": {
"build": "npm install && npm run i18n && npm-run-all build:*",
"build-release": "npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
"build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
"build:ts": "tsc --outDir dist",
"clean": "rimraf dist",
"i18n": "node ./scripts/create-i18n.js",
"lint": "eslint . --cache --ext .js,.md,.ts --ignore-path .eslintignore",
"test": "npm run i18n && npm run lint && npm run build && npm run test-only",
"test-only": "nyc ava",
"test-release": "npm run i18n && npm run lint && npm run build-release && ava",
"watch": "npm run build && npm-run-all --parallel -c watch:*",
"watch:assets": "npm run build:assets -- -w --no-initial",
"watch:test": "nyc ava --watch",
"init": "npm install && npm run build",
"watch:ts": "npm run build:ts -- --watch",
"hint-no-inline-styles": "node node_modules/hint/dist/src/bin/hint.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bolah2009/hint-no-inline-styles"
},
"version": "1.0.4"
}