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 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "signal-exit@^3.0.2",
  3. "_id": "signal-exit@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
  6. "_location": "/signal-exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "signal-exit@^3.0.2",
  12. "name": "signal-exit",
  13. "escapedName": "signal-exit",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/restore-cursor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
  22. "_shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
  23. "_spec": "signal-exit@^3.0.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/restore-cursor",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tapjs/signal-exit/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "when you want to fire an event no matter how a process exits.",
  35. "devDependencies": {
  36. "chai": "^3.5.0",
  37. "coveralls": "^2.11.10",
  38. "nyc": "^8.1.0",
  39. "standard": "^7.1.2",
  40. "standard-version": "^2.3.0",
  41. "tap": "^8.0.1"
  42. },
  43. "files": [
  44. "index.js",
  45. "signals.js"
  46. ],
  47. "homepage": "https://github.com/tapjs/signal-exit",
  48. "keywords": [
  49. "signal",
  50. "exit"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "signal-exit",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/tapjs/signal-exit.git"
  58. },
  59. "scripts": {
  60. "coverage": "nyc report --reporter=text-lcov | coveralls",
  61. "pretest": "standard",
  62. "release": "standard-version",
  63. "test": "tap --timeout=240 ./test/*.js --cov"
  64. },
  65. "version": "3.0.2"
  66. }