package.json 2.1 KB

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