90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-nuxt@1.0.0",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-nuxt@1.0.0",
|
|
"_id": "eslint-plugin-nuxt@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/wStWT367UXimakvNkYmG66dlP+O4CIEDS7Kg8BrwSlLX/ubQRZowVT3oJqspJJvR6jqJPMdGym5PBYd5iE+xg==",
|
|
"_location": "/eslint-plugin-nuxt",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-nuxt@1.0.0",
|
|
"name": "eslint-plugin-nuxt",
|
|
"escapedName": "eslint-plugin-nuxt",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-nuxt/-/eslint-plugin-nuxt-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/home/node/nuxt",
|
|
"author": {
|
|
"name": "Clark Du",
|
|
"email": "clarkdo@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt/eslint-plugin-nuxt/issues"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"semver": "^7.3.2",
|
|
"vue-eslint-parser": "^7.0.0"
|
|
},
|
|
"description": "ESLint plugin for Nuxt.js",
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.0.1",
|
|
"lint-staged": "^10.2.2",
|
|
"standard-version": "^8.0.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!__tests__"
|
|
],
|
|
"homepage": "https://github.com/nuxt/eslint-plugin-nuxt#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"nuxt",
|
|
"eslint",
|
|
"eslintplugin"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "eslint-plugin-nuxt",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/eslint-plugin-nuxt.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ./",
|
|
"release": "standard-version",
|
|
"test": "jest --silent"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|