package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "execa@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/default-gateway",
  29. "/webpack-dev-server/os-locale"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/execa/download/execa-1.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexeca%2Fdownload%2Fexeca-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/execa/issues"
  41. },
  42. "dependencies": {
  43. "cross-spawn": "^6.0.0",
  44. "get-stream": "^4.0.0",
  45. "is-stream": "^1.1.0",
  46. "npm-run-path": "^2.0.0",
  47. "p-finally": "^1.0.0",
  48. "signal-exit": "^3.0.0",
  49. "strip-eof": "^1.0.0"
  50. },
  51. "description": "A better `child_process`",
  52. "devDependencies": {
  53. "ava": "*",
  54. "cat-names": "^1.0.2",
  55. "coveralls": "^3.0.1",
  56. "delay": "^3.0.0",
  57. "is-running": "^2.0.0",
  58. "nyc": "^13.0.1",
  59. "tempfile": "^2.0.0",
  60. "xo": "*"
  61. },
  62. "engines": {
  63. "node": ">=6"
  64. },
  65. "files": [
  66. "index.js",
  67. "lib"
  68. ],
  69. "homepage": "https://github.com/sindresorhus/execa#readme",
  70. "keywords": [
  71. "exec",
  72. "child",
  73. "process",
  74. "execute",
  75. "fork",
  76. "execfile",
  77. "spawn",
  78. "file",
  79. "shell",
  80. "bin",
  81. "binary",
  82. "binaries",
  83. "npm",
  84. "path",
  85. "local"
  86. ],
  87. "license": "MIT",
  88. "name": "execa",
  89. "nyc": {
  90. "reporter": [
  91. "text",
  92. "lcov"
  93. ],
  94. "exclude": [
  95. "**/fixtures/**",
  96. "**/test.js",
  97. "**/test/**"
  98. ]
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/execa.git"
  103. },
  104. "scripts": {
  105. "test": "xo && nyc ava"
  106. },
  107. "version": "1.0.0"
  108. }