line_push/node_modules/@nuxtjs/eslint-module/package.json
2022-07-21 03:28:35 +00:00

82 lines
2.1 KiB
JSON
Executable File

{
"_args": [
[
"@nuxtjs/eslint-module@2.0.0",
"/home/node/nuxt"
]
],
"_development": true,
"_from": "@nuxtjs/eslint-module@2.0.0",
"_id": "@nuxtjs/eslint-module@2.0.0",
"_inBundle": false,
"_integrity": "sha512-uL3prMRwSBcxy583O11nMiUtfA2fxF7lZgCCUCsq4FNCqv320euJ7XE3KNZT6IVs/QJ1vaUNLC8tL4SZS99Tjw==",
"_location": "/@nuxtjs/eslint-module",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@nuxtjs/eslint-module@2.0.0",
"name": "@nuxtjs/eslint-module",
"escapedName": "@nuxtjs%2feslint-module",
"scope": "@nuxtjs",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/@nuxtjs/eslint-module/-/eslint-module-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/node/nuxt",
"bugs": {
"url": "https://github.com/nuxt-community/eslint-module/issues"
},
"contributors": [
{
"name": "Ricardo Gobbo de Souza",
"email": "ricardogobbosouza@yahoo.com.br"
}
],
"dependencies": {
"consola": "^2.11.3",
"eslint-loader": "^4.0.2"
},
"description": "ESLint module for Nuxt.js",
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/module-test-utils": "latest",
"eslint": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"standard-version": "latest"
},
"files": [
"lib"
],
"homepage": "https://github.com/nuxt-community/eslint-module#readme",
"license": "MIT",
"main": "lib/module.js",
"name": "@nuxtjs/eslint-module",
"peerDependencies": {
"eslint": ">=6"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-community/eslint-module.git"
},
"scripts": {
"dev": "nuxt test/fixture",
"lint": "eslint --ext .js,.vue .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"version": "2.0.0"
}