You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.2 KiB

преди 4 години
  1. {
  2. "_args": [
  3. [
  4. "eslint-config-etherpad@1.0.20",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-config-etherpad@1.0.20",
  10. "_id": "eslint-config-etherpad@1.0.20",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dDEmWphxOmYe7XC0Uevzb0lK7o1jDBGwYMMCdNeZlgo2EfJljnijPgodlimM4R+4OsnfegEMY6rdWoXjzdd5Rw==",
  13. "_location": "/eslint-config-etherpad",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-config-etherpad@1.0.20",
  19. "name": "eslint-config-etherpad",
  20. "escapedName": "eslint-config-etherpad",
  21. "rawSpec": "1.0.20",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.20"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-1.0.20.tgz",
  29. "_spec": "1.0.20",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "bugs": {
  32. "url": "https://github.com/ether/eslint-config-etherpad/issues"
  33. },
  34. "description": "ESLint shareable config used for Etherpad and its plugins",
  35. "devDependencies": {
  36. "eslint": "^7.15.0",
  37. "eslint-plugin-eslint-comments": "^3.2.0",
  38. "eslint-plugin-node": "^11.1.0",
  39. "eslint-plugin-prefer-arrow": "^1.2.2",
  40. "eslint-plugin-promise": "^4.2.1",
  41. "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0"
  42. },
  43. "engines": {
  44. "node": ">=10.13.0"
  45. },
  46. "eslintConfig": {
  47. "root": true,
  48. "extends": "./node.js"
  49. },
  50. "homepage": "https://github.com/ether/eslint-config-etherpad#readme",
  51. "keywords": [
  52. "eslint",
  53. "eslintconfig",
  54. "etherpad"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "index.js",
  58. "name": "eslint-config-etherpad",
  59. "peerDependencies": {
  60. "eslint": "^7.15.0",
  61. "eslint-plugin-eslint-comments": "^3.2.0",
  62. "eslint-plugin-mocha": "^8.0.0",
  63. "eslint-plugin-node": "^11.1.0",
  64. "eslint-plugin-prefer-arrow": "^1.2.2",
  65. "eslint-plugin-promise": "^4.2.1",
  66. "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ether/eslint-config-etherpad.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint .",
  74. "lint:fix": "eslint --fix ."
  75. },
  76. "version": "1.0.20"
  77. }