2023-09-25 13:27:24 +02:00

63 lines
1.8 KiB
JSON

{
"_from": "@pkgjs/parseargs@^0.11.0",
"_id": "@pkgjs/parseargs@0.11.0",
"_inBundle": false,
"_integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
"_location": "/@pkgjs/parseargs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "a77ea742fab25775145434eb1d2328cf5013ac33",
"_spec": "@pkgjs/parseargs@^0.11.0",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/jackspeak",
"author": "",
"bugs": {
"url": "https://github.com/pkgjs/parseargs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}