| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_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.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "_shasum": "a77ea742fab25775145434eb1d2328cf5013ac33",
- "_spec": "@pkgjs/parseargs@^0.11.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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"
- }
|