management/front/dkha-web-sz-main/node_modules/eslint-utils/package.json

92 lines
2.6 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "eslint-utils@^1.3.1",
"_id": "eslint-utils@1.4.3",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
2023-12-18 13:12:25 +08:00
"_location": "/eslint-utils",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "eslint-utils@^1.3.1",
2023-12-18 13:12:25 +08:00
"name": "eslint-utils",
"escapedName": "eslint-utils",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.3.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.3.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/eslint-plugin-es",
"/eslint-plugin-node"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-1.4.3.tgz",
"_shasum": "74fec7c54d0776b6f67e0251040b5806564e981f",
"_spec": "eslint-utils@^1.3.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\eslint-plugin-node",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Toru Nagashima"
},
"bugs": {
"url": "https://github.com/mysticatea/eslint-utils/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"eslint-visitor-keys": "^1.1.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Utilities for ESLint plugins.",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@mysticatea/eslint-plugin": "^12.0.0",
"codecov": "^3.6.1",
2023-12-18 13:12:25 +08:00
"dot-prop": "^4.2.0",
2024-01-16 21:26:16 +08:00
"eslint": "^6.5.1",
"esm": "^3.2.25",
"espree": "^6.1.1",
"mocha": "^6.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"opener": "^1.5.1",
"rimraf": "^3.0.0",
"rollup": "^1.25.0",
2023-12-18 13:12:25 +08:00
"rollup-plugin-sourcemaps": "^0.4.2",
2024-01-16 21:26:16 +08:00
"vuepress": "^1.2.0",
2023-12-18 13:12:25 +08:00
"warun": "^1.0.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.*"
],
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
"keywords": [
"eslint"
],
"license": "MIT",
"main": "index",
"module": "index.mjs",
"name": "eslint-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/eslint-utils.git"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf .nyc_output coverage index.*",
"codecov": "nyc report -r lcovonly && codecov",
2024-01-16 21:26:16 +08:00
"coverage": "opener ./coverage/lcov-report/index.html",
2023-12-18 13:12:25 +08:00
"docs:build": "vuepress build docs",
"docs:watch": "vuepress dev docs",
"lint": "eslint src test",
"postversion": "git push && git push --tags",
"prebuild": "npm run -s clean",
"preversion": "npm test && npm run -s build",
"prewatch": "npm run -s clean",
2024-01-16 21:26:16 +08:00
"test": "run-s lint build test:mocha",
"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
2023-12-18 13:12:25 +08:00
},
"sideEffects": false,
2024-01-16 21:26:16 +08:00
"version": "1.4.3"
2023-12-18 13:12:25 +08:00
}