package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "@nuxtjs/eslint-module@^3.0.2",
  3. "_id": "@nuxtjs/eslint-module@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9bK8AOJBflWmbQeL77SHIsgyGzhiW2b1BdwOtZ53Yyfa7Km3XMMVd8CtLA7z4+03eS+4TVQMxw62yRpJH5icZA==",
  6. "_location": "/@nuxtjs/eslint-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxtjs/eslint-module@^3.0.2",
  12. "name": "@nuxtjs/eslint-module",
  13. "escapedName": "@nuxtjs%2feslint-module",
  14. "scope": "@nuxtjs",
  15. "rawSpec": "^3.0.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^3.0.2"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxtjs/eslint-module/-/eslint-module-3.1.0.tgz",
  23. "_shasum": "3e7d241f4b53fbc6ab59932054d11dd22a828a40",
  24. "_spec": "@nuxtjs/eslint-module@^3.0.2",
  25. "_where": "H:\\gs_nuxt",
  26. "bugs": {
  27. "url": "https://github.com/nuxt-community/eslint-module/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Ricardo Gobbo de Souza",
  33. "email": "ricardogobbosouza@yahoo.com.br"
  34. }
  35. ],
  36. "dependencies": {
  37. "consola": "^2.15.3",
  38. "defu": "^6.0.0",
  39. "eslint-webpack-plugin": "^2.6.0"
  40. },
  41. "deprecated": false,
  42. "description": "ESLint module for Nuxt.js",
  43. "devDependencies": {
  44. "@babel/preset-typescript": "latest",
  45. "@nuxt/test-utils": "latest",
  46. "@nuxt/types": "latest",
  47. "@nuxtjs/eslint-config-typescript": "latest",
  48. "@types/jest": "latest",
  49. "@types/node": "latest",
  50. "eslint": "latest",
  51. "jest": "latest",
  52. "nuxt": "latest",
  53. "siroc": "latest",
  54. "standard-version": "latest"
  55. },
  56. "files": [
  57. "dist"
  58. ],
  59. "homepage": "https://github.com/nuxt-community/eslint-module#readme",
  60. "license": "MIT",
  61. "main": "./dist/module.js",
  62. "name": "@nuxtjs/eslint-module",
  63. "peerDependencies": {
  64. "eslint": ">=7"
  65. },
  66. "publishConfig": {
  67. "access": "public"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/nuxt-community/eslint-module.git"
  72. },
  73. "scripts": {
  74. "build": "siroc build",
  75. "dev": "nuxt dev test/fixture/basic",
  76. "lint": "eslint --ext .js,.ts,.vue .",
  77. "prepublishOnly": "yarn build",
  78. "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
  79. "test": "yarn lint && yarn jest"
  80. },
  81. "types": "./dist/module.d.ts",
  82. "version": "3.1.0"
  83. }