forked from splunk/dashpub
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_from": "https://github.com/livehybrid/dashpub/tarball/master",
"_id": "@splunk/dashpub@0.0.1-alpha5",
"_inBundle": false,
"_integrity": "sha512-pYwpzldu80uiIaWZkPO4T1fdceY5zFBc9ACfmHrJbSbNEAHBi8j/Bgzvu/d+9kaEvoBiyoy83gaumzUGDjX92g==",
"_location": "/@splunk/dashpub",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "https://github.com/livehybrid/dashpub/tarball/master",
"rawSpec": "https://github.com/livehybrid/dashpub/tarball/master",
"fetchSpec": "https://github.com/livehybrid/dashpub/tarball/master"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://github.com/livehybrid/dashpub/tarball/master",
"_shasum": "d3df339f38d5f2763cd644b81ccdcf4330254d73",
"_spec": "https://github.com/livehybrid/dashpub/tarball/master",
"_where": "/var/lib/cloud/instances/i-063756d8ebead1cff/scripts",
"type": "module",
"bin": {
"dashpub": "cli/cli.js"
},
"bugs": {
"url": "https://github.com/livehybrid/dashpub/issues"
},
"dependencies": {
"@oclif/core": "^4.0.37",
"@react-google-maps/api": "^2.19.2",
"chalk": "^5.6.2",
"debug": "^4.3.4",
"dotenv": "^17.2.1",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"inquirer": "^14.0.2",
"node-addon-api": "^8.0.0",
"node-gyp": "12.3.0",
"sharp": "^0.34.3",
"xmldoc": "^2.0.2"
},
"devDependencies": {
"prettier": "^3.1.1"
},
"resolutions": {
"cross-spawn": "^7.0.5",
"glob": "^10.5.0",
"tar": "^7.5.7",
"undici": "^6.27.0"
},
"overrides": {
"glob": "^10.5.0",
"minimatch": "^9.0.7",
"picomatch": "^4.0.4",
"tar": "^7.5.7",
"undici": "^6.27.0"
},
"deprecated": false,
"description": "Generate next.js apps to publish Splunk dashboards",
"homepage": "https://github.com/livehybrid/dashpub",
"license": "Apache-2.0",
"name": "@splunk/dashpub",
"repository": {
"type": "git",
"url": "git+https://github.com/livehybrid/dashpub.git"
},
"scripts": {
"update:license-report": "yarn licenses list > license_report.txt",
"test:splunk": "node cli/test-splunk.js",
"test:template": "node cli/test-template.js",
"test:e2e": "./scripts/run-e2e.sh",
"verify:lockfile": "npm ci --no-audit --no-fund"
},
"version": "0.0.1-alpha5",
"dashpub": {
"settings": {
"useDataSnapshots": false
},
"splunkd": {}
}
}