159 lines
3.7 KiB
JSON
159 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-unicorn@19.0.1",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-unicorn@19.0.1",
|
|
"_id": "eslint-plugin-unicorn@19.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fu0/h5mHXfBC6EkA3i2vCjsfC8j53+T9txGhNL4fpxJ+1JKsUKfv+tmXDgy0XnLHhFjnOZp4tRWJWbcykeIP2Q==",
|
|
"_location": "/eslint-plugin-unicorn",
|
|
"_phantomChildren": {
|
|
"@babel/code-frame": "7.18.6",
|
|
"@types/normalize-package-data": "2.4.0",
|
|
"error-ex": "1.3.2",
|
|
"json-parse-better-errors": "1.0.2",
|
|
"lines-and-columns": "1.1.6",
|
|
"normalize-package-data": "2.5.0",
|
|
"p-limit": "2.3.0",
|
|
"regexp-tree": "0.1.21"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-unicorn@19.0.1",
|
|
"name": "eslint-plugin-unicorn",
|
|
"escapedName": "eslint-plugin-unicorn",
|
|
"rawSpec": "19.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "19.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nuxtjs/eslint-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-19.0.1.tgz",
|
|
"_spec": "19.0.1",
|
|
"_where": "/home/node/nuxt",
|
|
"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": "^1.1.0",
|
|
"eslint-utils": "^2.0.0",
|
|
"import-modules": "^2.0.0",
|
|
"lodash": "^4.17.15",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regexp-tree": "^0.1.21",
|
|
"reserved-words": "^0.1.2",
|
|
"safe-regex": "^2.1.1",
|
|
"semver": "^7.1.3"
|
|
},
|
|
"description": "Various awesome ESLint rules",
|
|
"devDependencies": {
|
|
"@ava/babel": "^1.0.1",
|
|
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
|
|
"@typescript-eslint/parser": "^2.24.0",
|
|
"ava": "^3.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"chalk": "^3.0.0",
|
|
"del": "^5.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-ava-rule-tester": "^4.0.0",
|
|
"eslint-plugin-eslint-plugin": "^2.2.1",
|
|
"execa": "^4.0.0",
|
|
"listr": "^0.14.3",
|
|
"nyc": "^15.0.0",
|
|
"outdent": "^0.7.1",
|
|
"pify": "^5.0.0",
|
|
"typescript": "^3.8.3",
|
|
"vue-eslint-parser": "^7.0.0",
|
|
"xo": "^0.28.0"
|
|
},
|
|
"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": ">=6.8.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": "19.0.1",
|
|
"xo": {
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
"plugins": [
|
|
"eslint-plugin"
|
|
],
|
|
"extends": [
|
|
"plugin:eslint-plugin/all"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "rules/utils/*.js",
|
|
"rules": {
|
|
"eslint-plugin/require-meta-docs-url": "off"
|
|
}
|
|
},
|
|
{
|
|
"files": "test/*.js",
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
],
|
|
"rules": {
|
|
"strict": "error",
|
|
"unicorn/string-content": "off"
|
|
}
|
|
}
|
|
}
|