| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/eslint-plugin-unicorn/ |
Upload File : |
{
"_args": [
[
"eslint-plugin-unicorn@23.0.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_development": true,
"_from": "eslint-plugin-unicorn@23.0.0",
"_id": "eslint-plugin-unicorn@23.0.0",
"_inBundle": false,
"_integrity": "sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==",
"_location": "/eslint-plugin-unicorn",
"_phantomChildren": {
"@babel/code-frame": "7.14.5",
"@types/normalize-package-data": "2.4.1",
"error-ex": "1.3.2",
"find-up": "4.1.0",
"json-parse-even-better-errors": "2.3.1",
"lines-and-columns": "1.1.6",
"lru-cache": "6.0.0",
"normalize-package-data": "2.5.0",
"regexp-tree": "0.1.23",
"type-fest": "0.8.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-unicorn@23.0.0",
"name": "eslint-plugin-unicorn",
"escapedName": "eslint-plugin-unicorn",
"rawSpec": "23.0.0",
"saveSpec": null,
"fetchSpec": "23.0.0"
},
"_requiredBy": [
"/@nuxtjs/eslint-config"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz",
"_spec": "23.0.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"ava": {
"babel": true,
"files": [
"test/*.js"
]
},
"bugs": {
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn/issues"
},
"dependencies": {
"ci-info": "^2.0.0",
"clean-regexp": "^1.0.0",
"eslint-ast-utils": "^1.1.0",
"eslint-template-visitor": "^2.2.1",
"eslint-utils": "^2.1.0",
"import-modules": "^2.0.0",
"lodash": "^4.17.20",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.21",
"reserved-words": "^0.1.2",
"safe-regex": "^2.1.1",
"semver": "^7.3.2"
},
"description": "Various awesome ESLint rules",
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/code-frame": "7.10.4",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^4.4.1",
"ava": "^3.13.0",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.0",
"eslint": "^7.11.0",
"eslint-ava-rule-tester": "^4.0.0",
"eslint-plugin-eslint-plugin": "^2.3.0",
"execa": "^4.0.3",
"listr": "^0.14.3",
"mem": "8.0.0",
"nyc": "^15.1.0",
"outdent": "^0.7.1",
"pify": "^5.0.0",
"typescript": "^4.0.3",
"vue-eslint-parser": "^7.1.1",
"xo": "^0.33.1"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"rules"
],
"funding": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1",
"homepage": "https://github.com/sindresorhus/eslint-plugin-unicorn#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"unicorn",
"linter",
"lint",
"style",
"xo"
],
"license": "MIT",
"name": "eslint-plugin-unicorn",
"nyc": {
"reporter": [
"text",
"lcov"
]
},
"peerDependencies": {
"eslint": ">=7.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/eslint-plugin-unicorn.git"
},
"scripts": {
"integration": "node ./test/integration/test.js",
"lint": "node ./test/lint/lint.js",
"test": "xo && nyc ava"
},
"version": "23.0.0",
"xo": {
"parserOptions": {
"sourceType": "script"
},
"plugins": [
"eslint-plugin"
],
"extends": [
"plugin:eslint-plugin/all"
],
"ignores": [
"test/integration/{fixtures,unicorn}/**"
],
"overrides": [
{
"files": "rules/utils/*.js",
"rules": {
"eslint-plugin/prefer-object-rule": "off",
"eslint-plugin/require-meta-docs-url": "off"
}
},
{
"files": "test/*.js",
"parserOptions": {
"sourceType": "module"
}
}
],
"rules": {
"strict": "error",
"unicorn/no-null": "error",
"unicorn/prevent-abbreviations": [
"error",
{
"replacements": {
"fn": false
}
}
]
}
}
}