package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "tinyexec@^0.3.0",
  3. "_id": "tinyexec@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
  6. "_location": "/tinyexec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tinyexec@^0.3.0",
  12. "name": "tinyexec",
  13. "escapedName": "tinyexec",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/@iconify/utils/@antfu/install-pkg"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.2.tgz",
  22. "_shasum": "941794e657a85e496577995c6eef66f53f42b3d2",
  23. "_spec": "tinyexec@^0.3.0",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@iconify\\utils\\node_modules\\@antfu\\install-pkg",
  25. "author": {
  26. "name": "James Garbutt",
  27. "url": "https://github.com/43081j"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tinylibs/tinyexec/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A minimal library for executing processes in Node",
  35. "devDependencies": {
  36. "@eslint/js": "^9.0.0",
  37. "@types/cross-spawn": "^6.0.6",
  38. "@types/node": "^20.12.7",
  39. "c8": "^9.1.0",
  40. "cross-spawn": "^7.0.3",
  41. "eslint-config-google": "^0.14.0",
  42. "prettier": "^3.2.5",
  43. "tsup": "^8.1.0",
  44. "typescript": "^5.4.5",
  45. "typescript-eslint": "^7.7.0"
  46. },
  47. "exports": {
  48. ".": {
  49. "import": {
  50. "types": "./dist/main.d.ts",
  51. "default": "./dist/main.js"
  52. },
  53. "require": {
  54. "types": "./dist/main.d.cts",
  55. "default": "./dist/main.cjs"
  56. }
  57. },
  58. "./package.json": "./package.json"
  59. },
  60. "files": [
  61. "dist",
  62. "!dist/node_modules",
  63. "!dist/cjs/test",
  64. "!dist/esm/test"
  65. ],
  66. "homepage": "https://github.com/tinylibs/tinyexec#readme",
  67. "keywords": [
  68. "execa",
  69. "exec",
  70. "tiny",
  71. "child_process",
  72. "spawn"
  73. ],
  74. "license": "MIT",
  75. "main": "./dist/main.js",
  76. "name": "tinyexec",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/tinylibs/tinyexec.git"
  80. },
  81. "scripts": {
  82. "build": "npm run build:types && tsup",
  83. "build:types": "tsc",
  84. "dev": "tsup --watch",
  85. "format": "prettier --write src",
  86. "format:check": "prettier --check src",
  87. "lint": "eslint src",
  88. "prepare": "npm run build",
  89. "test": "npm run build && c8 node --test"
  90. },
  91. "type": "module",
  92. "types": "./dist/main.d.ts",
  93. "version": "0.3.2"
  94. }