@yusufkandemir/eslint-plugin-lodash-template
Version:
ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.
128 lines (127 loc) • 4.56 kB
JSON
{
"name": "@yusufkandemir/eslint-plugin-lodash-template",
"version": "2.0.0",
"description": "ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.",
"main": "lib/index.js",
"scripts": {
"lint": "npm run eslint",
"eslint": "eslint .",
"test:lib": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
"test:integration": "mocha \"tests/integration/**/*.js\" --reporter dot --timeout 60000",
"test:all": "npm run test:lib && npm run test:integration",
"test": "npm run test:lib",
"test:nyc": "nyc --reporter=lcov npm run test:all",
"test:rules": "mocha \"tests/lib/rules/**/*.js\" --reporter dot --timeout 60000",
"update": "node ./tools/update.js && npm run lint:fix && npm run test",
"updateonly": "node ./tools/update.js && npm run lint:fix",
"lint:fix": "eslint . --fix",
"test:sp": "mocha \"test_sp/**/*.js\" --reporter dot",
"new": "node ./tools/new-rule.js",
"copy:images": "cpx \"logo.*\" \"docs/\\.vitepress/public\" -u",
"docs:watch": "npm run copy:images && vitepress dev docs",
"docs:build": "npm run copy:images && vitepress build docs",
"docs:build-and-preview": "npm run docs:build && npx http-server docs/.vitepress/dist",
"updatefixture": "cross-env UPDATE_FIXTURE=\"true\" npm run test:all",
"preversion": "npm test && git add .",
"version": "npm run lint:fix && git add .",
"version:ci": "changeset version",
"release": "changeset publish"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yusufkandemir/eslint-plugin-lodash-template.git"
},
"author": "yosuke ota",
"license": "MIT",
"bugs": {
"url": "https://github.com/yusufkandemir/eslint-plugin-lodash-template/issues"
},
"homepage": "https://github.com/yusufkandemir/eslint-plugin-lodash-template#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"eslint-config",
"lodash-templates",
"lodash",
"underscore-templates",
"underscore",
"ejs",
"html",
"micro-templates",
"micro",
"microtemplate",
"resig-templates",
"resig",
"John Resig micro templates",
"template",
"templates",
"templating",
"rules"
],
"peerDependencies": {
"eslint": "^9.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.24.2",
"@eslint-community/eslint-utils": "^4.4.1",
"@ota-meshi/eslint-plugin": "^0.17.6",
"@shikijs/vitepress-twoslash": "^3.0.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@stylistic/eslint-plugin-js": "^3.1.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.2",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-es": "^4.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-json-schema-validator": "^5.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"@yusufkandemir/eslint-plugin-lodash-template": "file:.",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-node-dependencies": "^0.12.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-yml": "^1.0.0",
"eslint-visitor-keys": "^4.0.0",
"espree": "^10.0.0",
"if-node-version": "^1.1.1",
"js-md5": "^0.8.0",
"mocha": "^11.0.0",
"nyc": "^17.0.0",
"pako": "^2.0.0",
"prettier": "^3.0.3",
"twoslash-eslint": "^0.3.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.26.0",
"vitepress": "^1.0.1",
"vue-eslint-parser": "^10.0.0"
},
"dependencies": {
"eslint-compat-utils": "^0.6.4",
"esquery": "^1.0.1",
"parse5": "^7.0.0"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"tests_fixtures/**/*.js",
"tests/**/*.js"
]
},
"engines": {
"node": ">=18.18.0"
},
"publishConfig": {
"access": "public"
}
}