package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "foreground-child@^3.1.0",
  3. "_id": "foreground-child@3.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  6. "_location": "/foreground-child",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "foreground-child@^3.1.0",
  12. "name": "foreground-child",
  13. "escapedName": "foreground-child",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/js-beautify/glob"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  22. "_shasum": "32e8e9ed1b68a3497befb9ac2b6adf92a638576f",
  23. "_spec": "foreground-child@^3.1.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\js-beautify\\node_modules\\glob",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tapjs/foreground-child/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cross-spawn": "^7.0.6",
  36. "signal-exit": "^4.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
  40. "devDependencies": {
  41. "@types/cross-spawn": "^6.0.2",
  42. "@types/node": "^18.15.11",
  43. "@types/tap": "^15.0.8",
  44. "prettier": "^3.3.2",
  45. "tap": "^21.1.0",
  46. "tshy": "^3.0.2",
  47. "typedoc": "^0.24.2",
  48. "typescript": "^5.0.2"
  49. },
  50. "engines": {
  51. "node": ">=14"
  52. },
  53. "exports": {
  54. "./watchdog": {
  55. "import": {
  56. "types": "./dist/esm/watchdog.d.ts",
  57. "default": "./dist/esm/watchdog.js"
  58. },
  59. "require": {
  60. "types": "./dist/commonjs/watchdog.d.ts",
  61. "default": "./dist/commonjs/watchdog.js"
  62. }
  63. },
  64. "./proxy-signals": {
  65. "import": {
  66. "types": "./dist/esm/proxy-signals.d.ts",
  67. "default": "./dist/esm/proxy-signals.js"
  68. },
  69. "require": {
  70. "types": "./dist/commonjs/proxy-signals.d.ts",
  71. "default": "./dist/commonjs/proxy-signals.js"
  72. }
  73. },
  74. "./package.json": "./package.json",
  75. ".": {
  76. "import": {
  77. "types": "./dist/esm/index.d.ts",
  78. "default": "./dist/esm/index.js"
  79. },
  80. "require": {
  81. "types": "./dist/commonjs/index.d.ts",
  82. "default": "./dist/commonjs/index.js"
  83. }
  84. }
  85. },
  86. "files": [
  87. "dist"
  88. ],
  89. "funding": {
  90. "url": "https://github.com/sponsors/isaacs"
  91. },
  92. "homepage": "https://github.com/tapjs/foreground-child#readme",
  93. "license": "ISC",
  94. "main": "./dist/commonjs/index.js",
  95. "module": "./dist/esm/index.js",
  96. "name": "foreground-child",
  97. "prettier": {
  98. "experimentalTernaries": true,
  99. "semi": false,
  100. "printWidth": 75,
  101. "tabWidth": 2,
  102. "useTabs": false,
  103. "singleQuote": true,
  104. "jsxSingleQuote": false,
  105. "bracketSameLine": true,
  106. "arrowParens": "avoid",
  107. "endOfLine": "lf"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/tapjs/foreground-child.git"
  112. },
  113. "scripts": {
  114. "format": "prettier --write . --log-level warn",
  115. "postversion": "npm publish",
  116. "prepare": "tshy",
  117. "prepublishOnly": "git push origin --follow-tags",
  118. "presnap": "npm run prepare",
  119. "pretest": "npm run prepare",
  120. "preversion": "npm test",
  121. "snap": "tap",
  122. "test": "tap",
  123. "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  124. },
  125. "tap": {
  126. "typecheck": true
  127. },
  128. "tshy": {
  129. "exports": {
  130. "./watchdog": "./src/watchdog.ts",
  131. "./proxy-signals": "./src/proxy-signals.ts",
  132. "./package.json": "./package.json",
  133. ".": "./src/index.ts"
  134. }
  135. },
  136. "type": "module",
  137. "types": "./dist/commonjs/index.d.ts",
  138. "version": "3.3.1"
  139. }