# superenv **Repository Path**: mirrors_mapbox/superenv ## Basic Information - **Project Name**: superenv - **Description**: pull configuration variables from JSON and ini configuration files and environment variables - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/mapbox/superenv.svg)](https://travis-ci.org/mapbox/superenv) ## superenv A subset of [rc](https://github.com/dominictarr/rc) that pulls configuration variables from JSON and ini configuration files and environment variables. ### Example ```js var superenv = require('superenv'); // looks for ~/.mapbox.rc and so on, returns // an object var env = superenv('mapbox'); ``` ### API `superenv(prefix)` Given a prefix that forms the name of configuration files and the prefix of environment variables, give settings. ### LICENSE BSD / MIT / Apache2, same as rc, because this is based on rc by [Dominic Tarr](https://github.com/dominictarr)