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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "ignore@^4.0.6",
  3. "_id": "ignore@4.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
  6. "_location": "/ignore",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ignore@^4.0.6",
  12. "name": "ignore",
  13. "escapedName": "ignore",
  14. "rawSpec": "^4.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.6"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
  22. "_shasum": "750e3db5862087b4737ebac8207ffd1ef27b25fc",
  23. "_spec": "ignore@^4.0.6",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "author": {
  26. "name": "kael"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kaelzhang/node-ignore/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Ignore is a manager and filter for .gitignore rules.",
  34. "devDependencies": {
  35. "babel-cli": "^6.26.0",
  36. "babel-preset-env": "^1.7.0",
  37. "codecov": "^3.0.4",
  38. "eslint": "^5.3.0",
  39. "eslint-config-ostai": "^1.3.2",
  40. "eslint-plugin-import": "^2.13.0",
  41. "mkdirp": "^0.5.1",
  42. "pre-suf": "^1.1.0",
  43. "rimraf": "^2.6.2",
  44. "spawn-sync": "^2.0.0",
  45. "tap": "^12.0.1",
  46. "tmp": "0.0.33",
  47. "typescript": "^3.0.1"
  48. },
  49. "engines": {
  50. "node": ">= 4"
  51. },
  52. "files": [
  53. "legacy.js",
  54. "index.js",
  55. "index.d.ts",
  56. "LICENSE-MIT"
  57. ],
  58. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  59. "keywords": [
  60. "ignore",
  61. ".gitignore",
  62. "gitignore",
  63. "npmignore",
  64. "rules",
  65. "manager",
  66. "filter",
  67. "regexp",
  68. "regex",
  69. "fnmatch",
  70. "glob",
  71. "asterisks",
  72. "regular-expression"
  73. ],
  74. "license": "MIT",
  75. "name": "ignore",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  79. },
  80. "scripts": {
  81. "build": "babel -o legacy.js index.js",
  82. "posttest": "tap --coverage-report=html && codecov",
  83. "prepublish": "npm run build",
  84. "test": "npm run test-no-cov",
  85. "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
  86. "test:git": "tap test/git-check-ignore.js",
  87. "test:ignore": "tap test/ignore.js --coverage",
  88. "test:lint": "eslint .",
  89. "test:tsc": "tsc ./test/ts/simple.ts"
  90. },
  91. "version": "4.0.6"
  92. }