package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "execa@1.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "execa@1.0.0",
  10. "_id": "execa@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
  13. "_location": "/execa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "execa@1.0.0",
  19. "name": "execa",
  20. "escapedName": "execa",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-babel/@vue/cli-shared-utils",
  27. "/@vue/cli-plugin-eslint/@vue/cli-shared-utils",
  28. "/@vue/cli-shared-utils",
  29. "/clipboardy",
  30. "/internal-ip/default-gateway",
  31. "/os-locale"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  34. "_spec": "1.0.0",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/execa/issues"
  43. },
  44. "dependencies": {
  45. "cross-spawn": "^6.0.0",
  46. "get-stream": "^4.0.0",
  47. "is-stream": "^1.1.0",
  48. "npm-run-path": "^2.0.0",
  49. "p-finally": "^1.0.0",
  50. "signal-exit": "^3.0.0",
  51. "strip-eof": "^1.0.0"
  52. },
  53. "description": "A better `child_process`",
  54. "devDependencies": {
  55. "ava": "*",
  56. "cat-names": "^1.0.2",
  57. "coveralls": "^3.0.1",
  58. "delay": "^3.0.0",
  59. "is-running": "^2.0.0",
  60. "nyc": "^13.0.1",
  61. "tempfile": "^2.0.0",
  62. "xo": "*"
  63. },
  64. "engines": {
  65. "node": ">=6"
  66. },
  67. "files": [
  68. "index.js",
  69. "lib"
  70. ],
  71. "homepage": "https://github.com/sindresorhus/execa#readme",
  72. "keywords": [
  73. "exec",
  74. "child",
  75. "process",
  76. "execute",
  77. "fork",
  78. "execfile",
  79. "spawn",
  80. "file",
  81. "shell",
  82. "bin",
  83. "binary",
  84. "binaries",
  85. "npm",
  86. "path",
  87. "local"
  88. ],
  89. "license": "MIT",
  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": "1.0.0"
  110. }