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

76 lines
2.1 KiB
JSON

{
"_from": "eslint-plugin-standard@^4.0.0",
"_id": "eslint-plugin-standard@4.1.0",
"_inBundle": false,
"_integrity": "sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==",
"_location": "/eslint-plugin-standard",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-plugin-standard@^4.0.0",
"name": "eslint-plugin-standard",
"escapedName": "eslint-plugin-standard",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@vue/eslint-config-standard"
],
"_resolved": "https://registry.npmmirror.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz",
"_shasum": "0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5",
"_spec": "eslint-plugin-standard@^4.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\eslint-config-standard",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {
"url": "https://github.com/standard/eslint-plugin-standard/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "ESlint Plugin for the Standard Linter",
"devDependencies": {
"eslint": "^7.0.0",
"mocha": "^6.2.0",
"standard": "*"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"homepage": "https://github.com/standard/eslint-plugin-standard#readme",
"keywords": [
"eslint",
"eslintplugin"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-plugin-standard",
"peerDependencies": {
"eslint": ">=5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/standard/eslint-plugin-standard.git"
},
"scripts": {
"test": "standard && mocha tests/"
},
"version": "4.1.0"
}