1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "rc@1.2.6",
- "E:\\vscode\\UseStudio.Desktop"
- ]
- ],
- "_development": true,
- "_from": "rc@^1.1.2",
- "_id": "rc@1.2.6",
- "_inBundle": false,
- "_integrity": "sha1-6xiYnG1PTxYsOZ953dKfODVWgJI=",
- "_location": "/rc",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "rc@1.2.6",
- "name": "rc",
- "escapedName": "rc",
- "rawSpec": "1.2.6",
- "saveSpec": null,
- "fetchSpec": "1.2.6"
- },
- "_requiredBy": [
- "/",
- "/electron-download",
- "/electron-packager/electron-download"
- ],
- "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.6.tgz",
- "_shasum": "eb18989c6d4f4f162c399f79ddd29f3835568092",
- "_spec": "1.2.6",
- "_where": "E:\\vscode\\UseStudio.Desktop",
- "author": {
- "name": "Dominic Tarr",
- "email": "dominic.tarr@gmail.com",
- "url": "dominictarr.com"
- },
- "bin": {
- "rc": "./cli.js"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/dominictarr/rc/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "deep-extend": "~0.4.0",
- "ini": "~1.3.0",
- "minimist": "^1.2.0",
- "strip-json-comments": "~2.0.1"
- },
- "deprecated": false,
- "description": "hardwired configuration loader",
- "homepage": "https://github.com/dominictarr/rc#readme",
- "keywords": [
- "config",
- "rc",
- "unix",
- "defaults"
- ],
- "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
- "main": "index.js",
- "name": "rc",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dominictarr/rc.git"
- },
- "scripts": {
- "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
- },
- "version": "1.2.6"
- }
|