Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "/os-locale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  22. "_shasum": "c6236a5bb4df6d6f15e88e7f017798216749ddd8",
  23. "_spec": "execa@^1.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/os-locale",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/execa/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cross-spawn": "^6.0.0",
  36. "get-stream": "^4.0.0",
  37. "is-stream": "^1.1.0",
  38. "npm-run-path": "^2.0.0",
  39. "p-finally": "^1.0.0",
  40. "signal-exit": "^3.0.0",
  41. "strip-eof": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "A better `child_process`",
  45. "devDependencies": {
  46. "ava": "*",
  47. "cat-names": "^1.0.2",
  48. "coveralls": "^3.0.1",
  49. "delay": "^3.0.0",
  50. "is-running": "^2.0.0",
  51. "nyc": "^13.0.1",
  52. "tempfile": "^2.0.0",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=6"
  57. },
  58. "files": [
  59. "index.js",
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/execa#readme",
  63. "keywords": [
  64. "exec",
  65. "child",
  66. "process",
  67. "execute",
  68. "fork",
  69. "execfile",
  70. "spawn",
  71. "file",
  72. "shell",
  73. "bin",
  74. "binary",
  75. "binaries",
  76. "npm",
  77. "path",
  78. "local"
  79. ],
  80. "license": "MIT",
  81. "name": "execa",
  82. "nyc": {
  83. "reporter": [
  84. "text",
  85. "lcov"
  86. ],
  87. "exclude": [
  88. "**/fixtures/**",
  89. "**/test.js",
  90. "**/test/**"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/execa.git"
  96. },
  97. "scripts": {
  98. "test": "xo && nyc ava"
  99. },
  100. "version": "1.0.0"
  101. }