{ "_from": "tinyexec@^0.3.0", "_id": "tinyexec@0.3.2", "_inBundle": false, "_integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", "_location": "/tinyexec", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tinyexec@^0.3.0", "name": "tinyexec", "escapedName": "tinyexec", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "/@iconify/utils/@antfu/install-pkg" ], "_resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.2.tgz", "_shasum": "941794e657a85e496577995c6eef66f53f42b3d2", "_spec": "tinyexec@^0.3.0", "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@iconify\\utils\\node_modules\\@antfu\\install-pkg", "author": { "name": "James Garbutt", "url": "https://github.com/43081j" }, "bugs": { "url": "https://github.com/tinylibs/tinyexec/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A minimal library for executing processes in Node", "devDependencies": { "@eslint/js": "^9.0.0", "@types/cross-spawn": "^6.0.6", "@types/node": "^20.12.7", "c8": "^9.1.0", "cross-spawn": "^7.0.3", "eslint-config-google": "^0.14.0", "prettier": "^3.2.5", "tsup": "^8.1.0", "typescript": "^5.4.5", "typescript-eslint": "^7.7.0" }, "exports": { ".": { "import": { "types": "./dist/main.d.ts", "default": "./dist/main.js" }, "require": { "types": "./dist/main.d.cts", "default": "./dist/main.cjs" } }, "./package.json": "./package.json" }, "files": [ "dist", "!dist/node_modules", "!dist/cjs/test", "!dist/esm/test" ], "homepage": "https://github.com/tinylibs/tinyexec#readme", "keywords": [ "execa", "exec", "tiny", "child_process", "spawn" ], "license": "MIT", "main": "./dist/main.js", "name": "tinyexec", "repository": { "type": "git", "url": "git+https://github.com/tinylibs/tinyexec.git" }, "scripts": { "build": "npm run build:types && tsup", "build:types": "tsc", "dev": "tsup --watch", "format": "prettier --write src", "format:check": "prettier --check src", "lint": "eslint src", "prepare": "npm run build", "test": "npm run build && c8 node --test" }, "type": "module", "types": "./dist/main.d.ts", "version": "0.3.2" }