7cfbd394b5b1dd13d8679125dab5685ccc2f5e58.svn-base
1.5 KB
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
{
"_from": "arg@^4.1.0",
"_id": "arg@4.1.3",
"_inBundle": false,
"_integrity": "sha1-Jp/HrVuOQstjyJbVZmAXJhwUQIk=",
"_location": "/arg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arg@^4.1.0",
"name": "arg",
"escapedName": "arg",
"rawSpec": "^4.1.0",
"saveSpec": null,
"fetchSpec": "^4.1.0"
},
"_requiredBy": [
"/ts-node"
],
"_resolved": "https://registry.npm.taobao.org/arg/download/arg-4.1.3.tgz",
"_shasum": "269fc7ad5b8e42cb63c896d5666017261c144089",
"_spec": "arg@^4.1.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\ts-node",
"author": {
"name": "Josh Junon",
"email": "junon@zeit.co"
},
"bugs": {
"url": "https://github.com/zeit/arg/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Another simple argument parser",
"devDependencies": {
"chai": "^4.1.1",
"jest": "^20.0.4",
"xo": "^0.18.2"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/zeit/arg#readme",
"license": "MIT",
"main": "index.js",
"name": "arg",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/arg.git"
},
"scripts": {
"pretest": "xo",
"test": "WARN_EXIT=1 jest --coverage -w 2"
},
"types": "index.d.ts",
"version": "4.1.3",
"xo": {
"rules": {
"complexity": 0,
"max-depth": 0,
"no-div-regex": 0
}
}
}