package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "execa@1.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "execa@1.0.0",
  10. "_id": "execa@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-xiNqW7TfbW8V6I5/AXeYIWdJ3dg=",
  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-shared-utils",
  27. "/clipboardy",
  28. "/internal-ip/default-gateway"
  29. ],
  30. "_resolved": "https://registry.nlark.com/execa/download/execa-1.0.0.tgz?cache=0&sync_timestamp=1622825859616&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fexeca%2Fdownload%2Fexeca-1.0.0.tgz",
  31. "_spec": "1.0.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/execa/issues"
  40. },
  41. "dependencies": {
  42. "cross-spawn": "^6.0.0",
  43. "get-stream": "^4.0.0",
  44. "is-stream": "^1.1.0",
  45. "npm-run-path": "^2.0.0",
  46. "p-finally": "^1.0.0",
  47. "signal-exit": "^3.0.0",
  48. "strip-eof": "^1.0.0"
  49. },
  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. }