123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "config",
- "_id": "config@3.3.6",
- "_inBundle": false,
- "_integrity": "sha512-Hj5916C5HFawjYJat1epbyY2PlAgLpBtDUlr0MxGLgo3p5+7kylyvnRY18PqJHgnNWXcdd0eWDemT7eYWuFgwg==",
- "_location": "/config",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "config",
- "name": "config",
- "escapedName": "config",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/config/-/config-3.3.6.tgz",
- "_shasum": "b87799db7399cc34988f55379b5f43465b1b065c",
- "_spec": "config",
- "_where": "/home/pvvvm505/Документы/Project/Back",
- "author": {
- "name": "Loren West",
- "email": "open_source@lorenwest.com"
- },
- "bugs": {
- "url": "https://github.com/lorenwest/node-config/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "json5": "^2.1.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": ">= 10.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",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/lorenwest/node-config.git"
- },
- "scripts": {
- "test": "./node_modules/vows/bin/vows test/*.js --spec"
- },
- "version": "3.3.6"
- }
|