Ohm-Management - Projektarbeit B-ME
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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "eslint-utils@^1.3.1",
  3. "_id": "eslint-utils@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==",
  6. "_location": "/eslint-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-utils@^1.3.1",
  12. "name": "eslint-utils",
  13. "escapedName": "eslint-utils",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz",
  22. "_shasum": "9a851ba89ee7c460346f97cf8939c7298827e512",
  23. "_spec": "eslint-utils@^1.3.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "Toru Nagashima"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mysticatea/eslint-utils/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Utilities for ESLint plugins.",
  35. "devDependencies": {
  36. "@mysticatea/eslint-plugin": "^5.0.1",
  37. "codecov": "^3.0.2",
  38. "eslint": "^5.0.1",
  39. "esm": "^3.0.55",
  40. "espree": "^4.0.0",
  41. "mocha": "^5.2.0",
  42. "nyc": "^12.0.2",
  43. "opener": "^1.4.3",
  44. "rimraf": "^2.6.2",
  45. "rollup": "^0.62.0",
  46. "rollup-plugin-sourcemaps": "^0.4.2",
  47. "vuepress": "github:mysticatea/vuepress#skip-waiting"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.*"
  54. ],
  55. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  56. "keywords": [
  57. "eslint"
  58. ],
  59. "license": "MIT",
  60. "main": "index",
  61. "name": "eslint-utils",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  65. },
  66. "scripts": {
  67. "build": "rollup -c",
  68. "clean": "rimraf .nyc_output coverage index.*",
  69. "codecov": "nyc report -r lcovonly && codecov",
  70. "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
  71. "docs:build": "vuepress build docs",
  72. "docs:watch": "vuepress dev docs",
  73. "lint": "eslint src test",
  74. "postversion": "git push && git push --tags",
  75. "prebuild": "npm run -s clean",
  76. "pretest": "npm run -s lint && npm run -s build",
  77. "preversion": "npm test && npm run -s build",
  78. "prewatch": "npm run -s clean",
  79. "test": "nyc mocha --reporter dot \"test/*.js\"",
  80. "watch": "mocha --require esm --reporter dot --watch --growl \"test/*.js\""
  81. },
  82. "version": "1.3.1"
  83. }