11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "@npmcli/promise-spawn",
31cb0ef41Sopenharmony_ci  "version": "7.0.1",
41cb0ef41Sopenharmony_ci  "files": [
51cb0ef41Sopenharmony_ci    "bin/",
61cb0ef41Sopenharmony_ci    "lib/"
71cb0ef41Sopenharmony_ci  ],
81cb0ef41Sopenharmony_ci  "main": "./lib/index.js",
91cb0ef41Sopenharmony_ci  "description": "spawn processes the way the npm cli likes to do",
101cb0ef41Sopenharmony_ci  "repository": {
111cb0ef41Sopenharmony_ci    "type": "git",
121cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/promise-spawn.git"
131cb0ef41Sopenharmony_ci  },
141cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
151cb0ef41Sopenharmony_ci  "license": "ISC",
161cb0ef41Sopenharmony_ci  "scripts": {
171cb0ef41Sopenharmony_ci    "test": "tap",
181cb0ef41Sopenharmony_ci    "snap": "tap",
191cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
201cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
211cb0ef41Sopenharmony_ci    "posttest": "npm run lint",
221cb0ef41Sopenharmony_ci    "postsnap": "npm run lintfix --",
231cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
241cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force"
251cb0ef41Sopenharmony_ci  },
261cb0ef41Sopenharmony_ci  "tap": {
271cb0ef41Sopenharmony_ci    "check-coverage": true,
281cb0ef41Sopenharmony_ci    "nyc-arg": [
291cb0ef41Sopenharmony_ci      "--exclude",
301cb0ef41Sopenharmony_ci      "tap-snapshots/**"
311cb0ef41Sopenharmony_ci    ]
321cb0ef41Sopenharmony_ci  },
331cb0ef41Sopenharmony_ci  "devDependencies": {
341cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
351cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.21.3",
361cb0ef41Sopenharmony_ci    "spawk": "^1.7.1",
371cb0ef41Sopenharmony_ci    "tap": "^16.0.1"
381cb0ef41Sopenharmony_ci  },
391cb0ef41Sopenharmony_ci  "engines": {
401cb0ef41Sopenharmony_ci    "node": "^16.14.0 || >=18.0.0"
411cb0ef41Sopenharmony_ci  },
421cb0ef41Sopenharmony_ci  "templateOSS": {
431cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
441cb0ef41Sopenharmony_ci    "version": "4.21.3",
451cb0ef41Sopenharmony_ci    "publish": true
461cb0ef41Sopenharmony_ci  },
471cb0ef41Sopenharmony_ci  "dependencies": {
481cb0ef41Sopenharmony_ci    "which": "^4.0.0"
491cb0ef41Sopenharmony_ci  }
501cb0ef41Sopenharmony_ci}
51