1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| {
| "_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": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/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"
| }
|
|