-
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.45 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.45 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
{
"_args": [
[
"argsparser@0.0.7",
"/Users/smohamed/work/git/splunk-sdk-javascript"
]
],
"_development": true,
"_from": "argsparser@0.0.7",
"_id": "argsparser@0.0.7",
"_inBundle": false,
"_integrity": "sha1-QcheDD3nV7NQ8S5u0OSQsegtvgY=",
"_location": "/argsparser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "argsparser@0.0.7",
"name": "argsparser",
"escapedName": "argsparser",
"rawSpec": "0.0.7",
"saveSpec": null,
"fetchSpec": "0.0.7"
},
"_requiredBy": [
"/jshint"
],
"_resolved": "https://registry.npmjs.org/argsparser/-/argsparser-0.0.7.tgz",
"_spec": "0.0.7",
"_where": "/Users/smohamed/work/git/splunk-sdk-javascript",
"author": {
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com"
},
"bugs": {
"url": "https://github.com/kof/node-argsparser/issues"
},
"description": "A tiny command line arguments parser",
"engines": {
"node": ">= 0.2.0"
},
"homepage": "https://github.com/kof/node-argsparser#readme",
"keywords": [
"arguments",
"options",
"command line",
"parser"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"name": "argsparser",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kof/node-argsparser.git"
},
"scripts": {
"test": "node ./test/test.js"
},
"version": "0.0.7"
}