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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "execa@^0.7.0",
  3. "_id": "execa@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
  6. "_location": "/execa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "execa@^0.7.0",
  12. "name": "execa",
  13. "escapedName": "execa",
  14. "rawSpec": "^0.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-build",
  20. "/bin-check",
  21. "/exec-buffer"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
  24. "_shasum": "944becd34cc41ee32a63a9faf27ad5a65fc59777",
  25. "_spec": "execa@^0.7.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\exec-buffer",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/execa/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "cross-spawn": "^5.0.1",
  38. "get-stream": "^3.0.0",
  39. "is-stream": "^1.1.0",
  40. "npm-run-path": "^2.0.0",
  41. "p-finally": "^1.0.0",
  42. "signal-exit": "^3.0.0",
  43. "strip-eof": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "A better `child_process`",
  47. "devDependencies": {
  48. "ava": "*",
  49. "cat-names": "^1.0.2",
  50. "coveralls": "^2.11.9",
  51. "delay": "^2.0.0",
  52. "is-running": "^2.0.0",
  53. "nyc": "^11.0.2",
  54. "tempfile": "^2.0.0",
  55. "xo": "*"
  56. },
  57. "engines": {
  58. "node": ">=4"
  59. },
  60. "files": [
  61. "index.js",
  62. "lib"
  63. ],
  64. "homepage": "https://github.com/sindresorhus/execa#readme",
  65. "keywords": [
  66. "exec",
  67. "child",
  68. "process",
  69. "execute",
  70. "fork",
  71. "execfile",
  72. "spawn",
  73. "file",
  74. "shell",
  75. "bin",
  76. "binary",
  77. "binaries",
  78. "npm",
  79. "path",
  80. "local"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "James Talmage",
  86. "email": "james@talmage.io",
  87. "url": "github.com/jamestalmage"
  88. }
  89. ],
  90. "name": "execa",
  91. "nyc": {
  92. "reporter": [
  93. "text",
  94. "lcov"
  95. ],
  96. "exclude": [
  97. "**/fixtures/**",
  98. "**/test.js",
  99. "**/test/**"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/execa.git"
  105. },
  106. "scripts": {
  107. "test": "xo && nyc ava"
  108. },
  109. "version": "0.7.0"
  110. }