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
63
| {
| "_from": "argparse@^2.0.1",
| "_id": "argparse@2.0.1",
| "_inBundle": false,
| "_integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
| "_location": "/argparse",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "argparse@^2.0.1",
| "name": "argparse",
| "escapedName": "argparse",
| "rawSpec": "^2.0.1",
| "saveSpec": null,
| "fetchSpec": "^2.0.1"
| },
| "_requiredBy": [
| "/js-yaml"
| ],
| "_resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
| "_shasum": "246f50f3ca78a3240f6c997e8a9bd1eac49e4b38",
| "_spec": "argparse@^2.0.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/js-yaml",
| "bugs": {
| "url": "https://github.com/nodeca/argparse/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "CLI arguments parser. Native port of python's argparse.",
| "devDependencies": {
| "@babel/eslint-parser": "^7.11.0",
| "@babel/plugin-syntax-class-properties": "^7.10.4",
| "eslint": "^7.5.0",
| "mocha": "^8.0.1",
| "nyc": "^15.1.0"
| },
| "files": [
| "argparse.js",
| "lib/"
| ],
| "homepage": "https://github.com/nodeca/argparse#readme",
| "keywords": [
| "cli",
| "parser",
| "argparse",
| "option",
| "args"
| ],
| "license": "Python-2.0",
| "main": "argparse.js",
| "name": "argparse",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nodeca/argparse.git"
| },
| "scripts": {
| "coverage": "npm run test && nyc report --reporter html",
| "lint": "eslint .",
| "test": "npm run lint && nyc mocha"
| },
| "version": "2.0.1"
| }
|
|