11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "@pkgjs/parseargs", 31cb0ef41Sopenharmony_ci "version": "0.11.0", 41cb0ef41Sopenharmony_ci "description": "Polyfill of future proposal for `util.parseArgs()`", 51cb0ef41Sopenharmony_ci "engines": { 61cb0ef41Sopenharmony_ci "node": ">=14" 71cb0ef41Sopenharmony_ci }, 81cb0ef41Sopenharmony_ci "main": "index.js", 91cb0ef41Sopenharmony_ci "exports": { 101cb0ef41Sopenharmony_ci ".": "./index.js", 111cb0ef41Sopenharmony_ci "./package.json": "./package.json" 121cb0ef41Sopenharmony_ci }, 131cb0ef41Sopenharmony_ci "scripts": { 141cb0ef41Sopenharmony_ci "coverage": "c8 --check-coverage tape 'test/*.js'", 151cb0ef41Sopenharmony_ci "test": "c8 tape 'test/*.js'", 161cb0ef41Sopenharmony_ci "posttest": "eslint .", 171cb0ef41Sopenharmony_ci "fix": "npm run posttest -- --fix" 181cb0ef41Sopenharmony_ci }, 191cb0ef41Sopenharmony_ci "repository": { 201cb0ef41Sopenharmony_ci "type": "git", 211cb0ef41Sopenharmony_ci "url": "git@github.com:pkgjs/parseargs.git" 221cb0ef41Sopenharmony_ci }, 231cb0ef41Sopenharmony_ci "keywords": [], 241cb0ef41Sopenharmony_ci "author": "", 251cb0ef41Sopenharmony_ci "license": "MIT", 261cb0ef41Sopenharmony_ci "bugs": { 271cb0ef41Sopenharmony_ci "url": "https://github.com/pkgjs/parseargs/issues" 281cb0ef41Sopenharmony_ci }, 291cb0ef41Sopenharmony_ci "homepage": "https://github.com/pkgjs/parseargs#readme", 301cb0ef41Sopenharmony_ci "devDependencies": { 311cb0ef41Sopenharmony_ci "c8": "^7.10.0", 321cb0ef41Sopenharmony_ci "eslint": "^8.2.0", 331cb0ef41Sopenharmony_ci "eslint-plugin-node-core": "iansu/eslint-plugin-node-core", 341cb0ef41Sopenharmony_ci "tape": "^5.2.2" 351cb0ef41Sopenharmony_ci } 361cb0ef41Sopenharmony_ci} 37