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.

99 lines
2.6 KiB

3 years ago
  1. {
  2. "_args": [
  3. [
  4. "eslint-utils@2.1.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-utils@2.1.0",
  10. "_id": "eslint-utils@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  13. "_location": "/eslint-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-utils@2.1.0",
  19. "name": "eslint-utils",
  20. "escapedName": "eslint-utils",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint",
  27. "/eslint-plugin-es",
  28. "/eslint-plugin-mocha",
  29. "/eslint-plugin-node"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  32. "_spec": "2.1.0",
  33. "_where": "/home/ubuntu/etherpad-lite",
  34. "author": {
  35. "name": "Toru Nagashima"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mysticatea/eslint-utils/issues"
  39. },
  40. "dependencies": {
  41. "eslint-visitor-keys": "^1.1.0"
  42. },
  43. "description": "Utilities for ESLint plugins.",
  44. "devDependencies": {
  45. "@mysticatea/eslint-plugin": "^12.0.0",
  46. "codecov": "^3.6.1",
  47. "dot-prop": "^4.2.0",
  48. "eslint": "^6.5.1",
  49. "esm": "^3.2.25",
  50. "espree": "^6.1.1",
  51. "mocha": "^6.2.2",
  52. "npm-run-all": "^4.1.5",
  53. "nyc": "^14.1.1",
  54. "opener": "^1.5.1",
  55. "rimraf": "^3.0.0",
  56. "rollup": "^1.25.0",
  57. "rollup-plugin-sourcemaps": "^0.4.2",
  58. "semver": "^7.3.2",
  59. "vuepress": "^1.2.0",
  60. "warun": "^1.0.0"
  61. },
  62. "engines": {
  63. "node": ">=6"
  64. },
  65. "files": [
  66. "index.*"
  67. ],
  68. "funding": "https://github.com/sponsors/mysticatea",
  69. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  70. "keywords": [
  71. "eslint"
  72. ],
  73. "license": "MIT",
  74. "main": "index",
  75. "module": "index.mjs",
  76. "name": "eslint-utils",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  80. },
  81. "scripts": {
  82. "build": "rollup -c",
  83. "clean": "rimraf .nyc_output coverage index.*",
  84. "codecov": "nyc report -r lcovonly && codecov",
  85. "coverage": "opener ./coverage/lcov-report/index.html",
  86. "docs:build": "vuepress build docs",
  87. "docs:watch": "vuepress dev docs",
  88. "lint": "eslint src test",
  89. "postversion": "git push && git push --tags",
  90. "prebuild": "npm run -s clean",
  91. "preversion": "npm test && npm run -s build",
  92. "prewatch": "npm run -s clean",
  93. "test": "run-s lint build test:mocha",
  94. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  95. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  96. },
  97. "sideEffects": false,
  98. "version": "2.1.0"
  99. }