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.

package.json 2.6 KiB

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