package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@nuxtjs/eslint-config@^8.0.0",
  3. "_id": "@nuxtjs/eslint-config@8.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==",
  6. "_location": "/@nuxtjs/eslint-config",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxtjs/eslint-config@^8.0.0",
  12. "name": "@nuxtjs/eslint-config",
  13. "escapedName": "@nuxtjs%2feslint-config",
  14. "scope": "@nuxtjs",
  15. "rawSpec": "^8.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^8.0.0"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxtjs/eslint-config/-/eslint-config-8.0.0.tgz",
  23. "_shasum": "6e9eefc4993985537cc289cfab6a2d24fcc0f320",
  24. "_spec": "@nuxtjs/eslint-config@^8.0.0",
  25. "_where": "H:\\gs_nuxt",
  26. "bugs": {
  27. "url": "https://github.com/nuxt/eslint-config/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Alexander Lichter",
  33. "email": "npm@lichter.io"
  34. }
  35. ],
  36. "dependencies": {
  37. "eslint-config-standard": "^16.0.3",
  38. "eslint-plugin-import": "^2.25.3",
  39. "eslint-plugin-jest": "^25.3.0",
  40. "eslint-plugin-node": "^11.1.0",
  41. "eslint-plugin-promise": "^5.1.1",
  42. "eslint-plugin-unicorn": "^39.0.0",
  43. "eslint-plugin-vue": "^8.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "Nuxt.js eslint config",
  47. "files": [
  48. "index.js"
  49. ],
  50. "gitHead": "caaea1aa66d7d561e404896924bcd2d47488c2b4",
  51. "homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config",
  52. "license": "MIT",
  53. "name": "@nuxtjs/eslint-config",
  54. "peerDependencies": {
  55. "eslint": "^8.3.0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/nuxt/eslint-config.git"
  63. },
  64. "version": "8.0.0"
  65. }