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
64
65
66
67
68
69
| {
| "_args": [
| [
| "get-them-args@1.3.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "get-them-args@1.3.2",
| "_id": "get-them-args@1.3.2",
| "_inBundle": false,
| "_integrity": "sha512-LRn8Jlk+DwZE4GTlDbT3Hikd1wSHgLMme/+7ddlqKd7ldwR6LjJgTVWzBnR01wnYGe4KgrXjg287RaI22UHmAw==",
| "_location": "/get-them-args",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "get-them-args@1.3.2",
| "name": "get-them-args",
| "escapedName": "get-them-args",
| "rawSpec": "1.3.2",
| "saveSpec": null,
| "fetchSpec": "1.3.2"
| },
| "_requiredBy": [
| "/kill-port"
| ],
| "_resolved": "https://registry.npmmirror.com/get-them-args/-/get-them-args-1.3.2.tgz",
| "_spec": "1.3.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Tiaan du Plessis"
| },
| "bugs": {
| "url": "https://github.com/tiaanduplessis/get-them-args/issues"
| },
| "description": "Parse argument options",
| "devDependencies": {
| "jest": "^23.4.1",
| "standard": "^11.0.1"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/tiaanduplessis/get-them-args",
| "keywords": [
| "args",
| "get-them-args",
| "parser",
| "arguments"
| ],
| "license": "MIT",
| "name": "get-them-args",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/tiaanduplessis/get-them-args.git"
| },
| "scripts": {
| "coverage": "jest --coverage",
| "lint": "standard --fix",
| "test": "jest"
| },
| "standard": {
| "env": {
| "jest": true
| }
| },
| "version": "1.3.2"
| }
|
|