File: //opt/bitninja-dispatcher/node_modules/config/package.json
{
"_args": [
[
"config@3.3.8",
"/home/jenkins/workspace/BitNinja_Dispatcher_master"
]
],
"_from": "config@3.3.8",
"_id": "config@3.3.8",
"_inBundle": false,
"_integrity": "sha512-rFzF6VESOdp7wAXFlB9IOZI4ouL05g3A03v2eRcTHj2JBQaTNJ40zhAUl5wRbWHqLZ+uqp/7OE0BWWtAVgrong==",
"_location": "/config",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "config@3.3.8",
"name": "config",
"escapedName": "config",
"rawSpec": "3.3.8",
"saveSpec": null,
"fetchSpec": "3.3.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/config/-/config-3.3.8.tgz",
"_spec": "3.3.8",
"_where": "/home/jenkins/workspace/BitNinja_Dispatcher_master",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com"
},
"bugs": {
"url": "https://github.com/node-config/node-config/issues"
},
"dependencies": {
"json5": "^2.2.1"
},
"description": "Configuration control for production node deployments",
"devDependencies": {
"@types/node": "^7.0.8",
"coffeescript": "2.2.4",
"cson": "^3.0.1",
"hjson": "^1.2.0",
"js-yaml": "^3.2.2",
"properties": "~1.2.1",
"semver": "5.3.0",
"toml": "^2.0.6",
"ts-node": "^3.3.0",
"typescript": "^2.4.2",
"underscore": "^1.8.3",
"vows": ">=0.8.1",
"x2js": "^2.0.1"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 10.0.0"
},
"homepage": "http://github.com/node-config/node-config.git",
"keywords": [
"conf",
"config",
"configuration",
"node-config",
"config-node",
"env",
"environment"
],
"license": "MIT",
"main": "./lib/config.js",
"name": "config",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/node-config/node-config.git"
},
"scripts": {
"test": "./node_modules/vows/bin/vows test/*.js --spec"
},
"version": "3.3.8"
}