{ "_args": [ [ "@pkgjs/parseargs@0.11.0", "/root/spacedeck-open" ] ], "_from": "@pkgjs/parseargs@0.11.0", "_id": "@pkgjs/parseargs@0.11.0", "_inBundle": false, "_integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "_location": "/@pkgjs/parseargs", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@pkgjs/parseargs@0.11.0", "name": "@pkgjs/parseargs", "escapedName": "@pkgjs%2fparseargs", "scope": "@pkgjs", "rawSpec": "0.11.0", "saveSpec": null, "fetchSpec": "0.11.0" }, "_requiredBy": [ "/jackspeak" ], "_resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "_spec": "0.11.0", "_where": "/root/spacedeck-open", "author": "", "bugs": { "url": "https://github.com/pkgjs/parseargs/issues" }, "description": "Polyfill of future proposal for `util.parseArgs()`", "devDependencies": { "c8": "^7.10.0", "eslint": "^8.2.0", "eslint-plugin-node-core": "github:iansu/eslint-plugin-node-core", "tape": "^5.2.2" }, "engines": { "node": ">=14" }, "exports": { ".": "./index.js", "./package.json": "./package.json" }, "homepage": "https://github.com/pkgjs/parseargs#readme", "keywords": [], "license": "MIT", "main": "index.js", "name": "@pkgjs/parseargs", "repository": { "type": "git", "url": "git+ssh://git@github.com/pkgjs/parseargs.git" }, "scripts": { "coverage": "c8 --check-coverage tape 'test/*.js'", "fix": "npm run posttest -- --fix", "posttest": "eslint .", "test": "c8 tape 'test/*.js'" }, "version": "0.11.0" }