1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "@nuxtjs/eslint-module@^3.0.2",
- "_id": "@nuxtjs/eslint-module@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-9bK8AOJBflWmbQeL77SHIsgyGzhiW2b1BdwOtZ53Yyfa7Km3XMMVd8CtLA7z4+03eS+4TVQMxw62yRpJH5icZA==",
- "_location": "/@nuxtjs/eslint-module",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@nuxtjs/eslint-module@^3.0.2",
- "name": "@nuxtjs/eslint-module",
- "escapedName": "@nuxtjs%2feslint-module",
- "scope": "@nuxtjs",
- "rawSpec": "^3.0.2",
- "saveSpec": null,
- "fetchSpec": "^3.0.2"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/@nuxtjs/eslint-module/-/eslint-module-3.1.0.tgz",
- "_shasum": "3e7d241f4b53fbc6ab59932054d11dd22a828a40",
- "_spec": "@nuxtjs/eslint-module@^3.0.2",
- "_where": "H:\\gs_nuxt",
- "bugs": {
- "url": "https://github.com/nuxt-community/eslint-module/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Ricardo Gobbo de Souza",
- "email": "ricardogobbosouza@yahoo.com.br"
- }
- ],
- "dependencies": {
- "consola": "^2.15.3",
- "defu": "^6.0.0",
- "eslint-webpack-plugin": "^2.6.0"
- },
- "deprecated": false,
- "description": "ESLint module for Nuxt.js",
- "devDependencies": {
- "@babel/preset-typescript": "latest",
- "@nuxt/test-utils": "latest",
- "@nuxt/types": "latest",
- "@nuxtjs/eslint-config-typescript": "latest",
- "@types/jest": "latest",
- "@types/node": "latest",
- "eslint": "latest",
- "jest": "latest",
- "nuxt": "latest",
- "siroc": "latest",
- "standard-version": "latest"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/nuxt-community/eslint-module#readme",
- "license": "MIT",
- "main": "./dist/module.js",
- "name": "@nuxtjs/eslint-module",
- "peerDependencies": {
- "eslint": ">=7"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt-community/eslint-module.git"
- },
- "scripts": {
- "build": "siroc build",
- "dev": "nuxt dev test/fixture/basic",
- "lint": "eslint --ext .js,.ts,.vue .",
- "prepublishOnly": "yarn build",
- "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
- "test": "yarn lint && yarn jest"
- },
- "types": "./dist/module.d.ts",
- "version": "3.1.0"
- }
|