package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "eslint-config-standard@^16.0.3",
  3. "_id": "eslint-config-standard@16.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==",
  6. "_location": "/eslint-config-standard",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-config-standard@^16.0.3",
  12. "name": "eslint-config-standard",
  13. "escapedName": "eslint-config-standard",
  14. "rawSpec": "^16.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^16.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@nuxtjs/eslint-config"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-16.0.3.tgz",
  22. "_shasum": "6c8761e544e96c531ff92642eeb87842b8488516",
  23. "_spec": "eslint-config-standard@^16.0.3",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxtjs\\eslint-config",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "https://feross.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/standard/eslint-config-standard/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "JavaScript Standard Style - ESLint Shareable Config",
  36. "devDependencies": {
  37. "eslint": "^7.12.1",
  38. "eslint-plugin-import": "^2.22.1",
  39. "eslint-plugin-node": "^11.1.0",
  40. "eslint-plugin-promise": "^4.2.1",
  41. "tape": "^5.0.1"
  42. },
  43. "funding": [
  44. {
  45. "type": "github",
  46. "url": "https://github.com/sponsors/feross"
  47. },
  48. {
  49. "type": "patreon",
  50. "url": "https://www.patreon.com/feross"
  51. },
  52. {
  53. "type": "consulting",
  54. "url": "https://feross.org/support"
  55. }
  56. ],
  57. "homepage": "https://github.com/standard/eslint-config-standard",
  58. "keywords": [
  59. "JavaScript Standard Style",
  60. "check",
  61. "checker",
  62. "code",
  63. "code checker",
  64. "code linter",
  65. "code standards",
  66. "code style",
  67. "enforce",
  68. "eslint",
  69. "eslintconfig",
  70. "hint",
  71. "jscs",
  72. "jshint",
  73. "lint",
  74. "policy",
  75. "quality",
  76. "simple",
  77. "standard",
  78. "standard style",
  79. "style",
  80. "style checker",
  81. "style linter",
  82. "verify"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "eslint-config-standard",
  87. "peerDependencies": {
  88. "eslint": "^7.12.1",
  89. "eslint-plugin-import": "^2.22.1",
  90. "eslint-plugin-node": "^11.1.0",
  91. "eslint-plugin-promise": "^4.2.1 || ^5.0.0"
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/standard/eslint-config-standard.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint . --config=eslintrc.json",
  99. "test": "npm run lint && tape test/*.js"
  100. },
  101. "version": "16.0.3"
  102. }