package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. "nice-try": "1.0.5",
  9. "path-key": "2.0.1",
  10. "semver": "5.6.0",
  11. "shebang-command": "1.2.0",
  12. "which": "1.3.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "execa@^1.0.0",
  18. "name": "execa",
  19. "escapedName": "execa",
  20. "rawSpec": "^1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/modernizr/os-locale"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  28. "_shasum": "c6236a5bb4df6d6f15e88e7f017798216749ddd8",
  29. "_spec": "execa@^1.0.0",
  30. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/modernizr/node_modules/os-locale",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/execa/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "cross-spawn": "^6.0.0",
  42. "get-stream": "^4.0.0",
  43. "is-stream": "^1.1.0",
  44. "npm-run-path": "^2.0.0",
  45. "p-finally": "^1.0.0",
  46. "signal-exit": "^3.0.0",
  47. "strip-eof": "^1.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "A better `child_process`",
  51. "devDependencies": {
  52. "ava": "*",
  53. "cat-names": "^1.0.2",
  54. "coveralls": "^3.0.1",
  55. "delay": "^3.0.0",
  56. "is-running": "^2.0.0",
  57. "nyc": "^13.0.1",
  58. "tempfile": "^2.0.0",
  59. "xo": "*"
  60. },
  61. "engines": {
  62. "node": ">=6"
  63. },
  64. "files": [
  65. "index.js",
  66. "lib"
  67. ],
  68. "homepage": "https://github.com/sindresorhus/execa#readme",
  69. "keywords": [
  70. "exec",
  71. "child",
  72. "process",
  73. "execute",
  74. "fork",
  75. "execfile",
  76. "spawn",
  77. "file",
  78. "shell",
  79. "bin",
  80. "binary",
  81. "binaries",
  82. "npm",
  83. "path",
  84. "local"
  85. ],
  86. "license": "MIT",
  87. "name": "execa",
  88. "nyc": {
  89. "reporter": [
  90. "text",
  91. "lcov"
  92. ],
  93. "exclude": [
  94. "**/fixtures/**",
  95. "**/test.js",
  96. "**/test/**"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/execa.git"
  102. },
  103. "scripts": {
  104. "test": "xo && nyc ava"
  105. },
  106. "version": "1.0.0"
  107. }