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

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