{
  "_from": "dotenv-expand@10.0.0",
  "_id": "dotenv-expand@10.0.0",
  "_inBundle": false,
  "_integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==",
  "_location": "/dotenv-expand",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dotenv-expand@10.0.0",
    "name": "dotenv-expand",
    "escapedName": "dotenv-expand",
    "rawSpec": "10.0.0",
    "saveSpec": null,
    "fetchSpec": "10.0.0"
  },
  "_requiredBy": [
    "/@nestjs/config"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
  "_shasum": "12605d00fb0af6d0a592e6558585784032e4ef37",
  "_spec": "dotenv-expand@10.0.0",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/@nestjs/config",
  "author": {
    "name": "motdotla"
  },
  "bugs": {
    "url": "https://github.com/motdotla/dotenv-expand/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Expand environment variables using dotenv",
  "devDependencies": {
    "@hapi/lab": "^24.5.1",
    "@types/node": "^17.0.8",
    "dotenv": "16.0.3",
    "lab": "^14.3.4",
    "should": "^11.2.1",
    "standard": "^16.0.4",
    "typescript": "^4.5.4"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    ".": {
      "require": "./lib/main.js",
      "types": "./lib/main.d.ts",
      "default": "./lib/main.js"
    },
    "./config": "./config.js",
    "./config.js": "./config.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/motdotla/dotenv-expand#readme",
  "keywords": [
    "dotenv",
    "expand",
    "variables",
    "env",
    ".env"
  ],
  "license": "BSD-2-Clause",
  "main": "lib/main.js",
  "name": "dotenv-expand",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motdotla/dotenv-expand.git"
  },
  "scripts": {
    "dts-check": "tsc --project tests/types/tsconfig.json",
    "lint": "standard",
    "pretest": "npm run lint && npm run dts-check",
    "test": "lab tests --coverage"
  },
  "types": "lib/main.d.ts",
  "version": "10.0.0"
}
