package.json 2.3 KB

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