1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/eslint-plugin-es/package.json

98 lines
2.9 KiB
JSON

{
"_from": "eslint-plugin-es@^1.3.1",
"_id": "eslint-plugin-es@1.4.1",
"_inBundle": false,
"_integrity": "sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==",
"_location": "/eslint-plugin-es",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-plugin-es@^1.3.1",
"name": "eslint-plugin-es",
"escapedName": "eslint-plugin-es",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/eslint-plugin-node"
],
"_resolved": "https://registry.npmmirror.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz",
"_shasum": "12acae0f4953e76ba444bfd1b2271081ac620998",
"_spec": "eslint-plugin-es@^1.3.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\eslint-plugin-node",
"author": {
"name": "Toru Nagashima",
"url": "https://github.com/mysticatea"
},
"bugs": {
"url": "https://github.com/mysticatea/eslint-plugin-es/issues"
},
"bundleDependencies": false,
"dependencies": {
"eslint-utils": "^1.4.2",
"regexpp": "^2.0.1"
},
"deprecated": false,
"description": "ESLint plugin about ECMAScript syntactic features.",
"devDependencies": {
"@mysticatea/eslint-plugin": "^7.0.0",
"babel-eslint": "^10.0.1",
"codecov": "^3.1.0",
"eslint": "^5.8.0",
"eslint4b": "^5.8.0",
"espree": "^4.1.0",
"globals": "^11.8.0",
"mocha": "^5.0.5",
"npm-run-all": "^4.1.2",
"nyc": "^13.1.0",
"opener": "^1.5.1",
"rimraf": "^2.6.2",
"vue-eslint-editor": "^0.1.2",
"vuepress": "^0.14.4"
},
"engines": {
"node": ">=6.5.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
"keywords": [
"eslint",
"plugin",
"eslintplugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "eslint-plugin-es",
"peerDependencies": {
"eslint": ">=4.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
},
"scripts": {
"clean": "rimraf .nyc_output coverage",
"codecov": "nyc report -r lcovonly && codecov",
"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
"docs:build": "vuepress build docs",
"docs:watch": "vuepress dev docs",
"lint": "eslint lib tests scripts",
"new": "node scripts/new-rule",
"postversion": "git push && git push --tags",
"pretest": "npm run -s lint",
"preversion": "npm test",
"test": "nyc mocha tests/**/*.js --reporter dot",
"update": "run-s update:*",
"update:index": "node scripts/update-index",
"update:ruledocs": "node scripts/update-docs-rules",
"update:url": "npm run -s lint -- --fix",
"version": "run-s update:* && git add .",
"watch": "mocha tests/**/*.js --reporter progress --watch --growl"
},
"version": "1.4.1"
}