| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/@pkgjs/parseargs/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/@pkgjs/parseargs/package.json |
{
"_id": "@pkgjs/parseargs@0.11.0",
"_inBundle": true,
"_location": "/npm/@pkgjs/parseargs",
"_phantomChildren": {},
"_requiredBy": [
"/npm/jackspeak"
],
"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"
}