{
  "_args": [
    [
      "@next/env@12.3.1",
      "/home/ghf/public_html"
    ]
  ],
  "_from": "@next/env@12.3.1",
  "_id": "@next/env@12.3.1",
  "_inBundle": false,
  "_integrity": "sha512-9P9THmRFVKGKt9DYqeC2aKIxm8rlvkK38V1P1sRE7qyoPBIs8l9oo79QoSdPtOWfzkbDAVUqvbQGgTMsb8BtJg==",
  "_location": "/@next/env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@next/env@12.3.1",
    "name": "@next/env",
    "escapedName": "@next%2fenv",
    "scope": "@next",
    "rawSpec": "12.3.1",
    "saveSpec": null,
    "fetchSpec": "12.3.1"
  },
  "_requiredBy": [
    "/next"
  ],
  "_resolved": "https://registry.npmjs.org/@next/env/-/env-12.3.1.tgz",
  "_spec": "12.3.1",
  "_where": "/home/ghf/public_html",
  "author": {
    "name": "Next.js Team",
    "email": "support@vercel.com"
  },
  "bugs": {
    "url": "https://github.com/vercel/next.js/issues"
  },
  "description": "Next.js dotenv file loading",
  "devDependencies": {
    "@vercel/ncc": "0.34.0",
    "dotenv": "10.0.0",
    "dotenv-expand": "8.0.1",
    "rimraf": "3.0.2"
  },
  "files": [
    "dist",
    "types"
  ],
  "gitHead": "980095d59e0f108019415641a724910cd41a7630",
  "homepage": "https://github.com/vercel/next.js#readme",
  "keywords": [
    "react",
    "next",
    "next.js",
    "dotenv"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@next/env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/next.js.git",
    "directory": "packages/next-env"
  },
  "scripts": {
    "build": "pnpm release && pnpm types",
    "dev": "ncc build ./index.ts -w -o dist/",
    "prepublishOnly": "cd ../../ && turbo run build",
    "prerelease": "rimraf ./dist/",
    "release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
    "types": "tsc index.ts --declaration --emitDeclarationOnly --declarationDir types --esModuleInterop"
  },
  "types": "types/index.d.ts",
  "version": "12.3.1"
}
