81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"_from": "config@^1.30.0",
|
|
"_id": "config@1.31.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ep/l9Rd1J9IPueztJfpbOqVzuKHQh4ZODMNt9xqTYdBBNRXbV4oTu34kCkkfdRVcDq0ohtpaeXGgb+c0LQxFRA==",
|
|
"_location": "/config",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "config@^1.30.0",
|
|
"name": "config",
|
|
"escapedName": "config",
|
|
"rawSpec": "^1.30.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.30.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/config/-/config-1.31.0.tgz",
|
|
"_shasum": "ab08aeba6536015d220cd0afe14b3e0501082542",
|
|
"_spec": "config@^1.30.0",
|
|
"_where": "/home/safemobile/LINX/linx-simulator2",
|
|
"author": {
|
|
"name": "Loren West",
|
|
"email": "open_source@lorenwest.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lorenwest/node-config/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"json5": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"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": ">= 4.0.0"
|
|
},
|
|
"homepage": "http://lorenwest.github.com/node-config",
|
|
"keywords": [
|
|
"conf",
|
|
"config",
|
|
"configuration",
|
|
"node-config",
|
|
"config-node",
|
|
"env",
|
|
"environment"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/config.js",
|
|
"name": "config",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/lorenwest/node-config.git"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/vows/bin/vows test/*.js --spec"
|
|
},
|
|
"version": "1.31.0"
|
|
}
|