Gerrit Linnemann 0dd4236e11 Initial Commit
2017-12-18 14:24:11 +01:00

120 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "config@^1.28.1",
"scope": null,
"escapedName": "config",
"name": "config",
"rawSpec": "^1.28.1",
"spec": ">=1.28.1 <2.0.0",
"type": "range"
},
"/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service002"
]
],
"_from": "config@>=1.28.1 <2.0.0",
"_id": "config@1.28.1",
"_inCache": true,
"_location": "/config",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/config-1.28.1.tgz_1510234833948_0.4610609814990312"
},
"_npmUser": {
"name": "lorenwest",
"email": "npm@lorenwest.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "config@^1.28.1",
"scope": null,
"escapedName": "config",
"name": "config",
"rawSpec": "^1.28.1",
"spec": ">=1.28.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/config/-/config-1.28.1.tgz",
"_shasum": "7625d2a1e4c90f131d8a73347982d93c3873282d",
"_shrinkwrap": null,
"_spec": "config@^1.28.1",
"_where": "/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service002",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com"
},
"bugs": {
"url": "https://github.com/lorenwest/node-config/issues"
},
"dependencies": {
"json5": "0.4.0",
"os-homedir": "1.0.2"
},
"description": "Configuration control for production node deployments",
"devDependencies": {
"@types/node": "^7.0.8",
"coffee-script": ">=1.7.0",
"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"
},
"dist": {
"shasum": "7625d2a1e4c90f131d8a73347982d93c3873282d",
"tarball": "https://registry.npmjs.org/config/-/config-1.28.1.tgz"
},
"engines": {
"node": ">= 4.0.0"
},
"gitHead": "d0786a2a5b0ca203daa6927e33856e332f1664ca",
"homepage": "http://lorenwest.github.com/node-config",
"keywords": [
"conf",
"config",
"configuration",
"node-config",
"config-node",
"env",
"environment"
],
"license": "MIT",
"main": "./lib/config.js",
"maintainers": [
{
"name": "lorenwest",
"email": "npm@lorenwest.com"
},
{
"name": "markstos",
"email": "mark@rideamigos.com"
}
],
"name": "config",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.28.1"
}