Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Splunk_Docker/src/commit/76bb868089bcf1ded16cb4bfebe3f2b200436636/files/splunkbeta/lib/node_modules/cssom/package.json You should set ROOT_URL correctly, otherwise the web may not work correctly.

25 lines
590 B

{
"name": "cssom",
"description": "CSS Object Model implementation and CSS parser",
"keywords": ["CSS", "CSSOM", "parser", "styleSheet"],
"version": "0.3.0",
"homepage": "https://github.com/NV/CSSOM",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": {
"type": "git",
"url": "git://github.com/NV/CSSOM.git"
},
"bugs": "https://github.com/NV/CSSOM/issues",
"main": "./lib/index.js",
"devDependencies": {
"jake": "~0.7.3"
},
"license": {
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
},
"scripts": {
"prepublish": "jake lib/index.js"
}
}

Powered by BW's shoe-string budget.