-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.48 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
{
"_from": "arg@^4.1.0",
"_id": "arg@4.1.0",
"_inBundle": false,
"_integrity": "sha512-ZWc51jO3qegGkVh8Hwpv636EkbesNV5ZNQPCtRa+0qytRYPEs9IYT9qITY9buezqUH5uqyzlWLcufrzU2rffdg==",
"_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.npmjs.org/arg/-/arg-4.1.0.tgz",
"_shasum": "583c518199419e0037abb74062c37f8519e575f0",
"_spec": "arg@^4.1.0",
"_where": "/Users/smohamed/work/git/splunk-sdk-javascript/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.0",
"xo": {
"rules": {
"complexity": 0,
"max-depth": 0
}
}
}