{
  "_from": "@next/env@10.0.1",
  "_id": "@next/env@10.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6dwx5YXKG88IR9Q1aai+pprF7WKcmtl0ShQy/iENj5yMWMzsQCem6hxe198u9j7z1IsWyGDXZPsaLEJEatOpeQ==",
  "_location": "/@next/env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@next/env@10.0.1",
    "name": "@next/env",
    "escapedName": "@next%2fenv",
    "scope": "@next",
    "rawSpec": "10.0.1",
    "saveSpec": null,
    "fetchSpec": "10.0.1"
  },
  "_requiredBy": [
    "/next"
  ],
  "_resolved": "https://registry.npmjs.org/@next/env/-/env-10.0.1.tgz",
  "_shasum": "5f49329fcc4fe8948737aeb8108c9d7d75155f93",
  "_spec": "@next/env@10.0.1",
  "_where": "/home/chavel5/puelkis-apps.com/puelkis_bundles/node_modules/next",
  "author": {
    "name": "Next.js Team",
    "email": "support@vercel.com"
  },
  "bugs": {
    "url": "https://github.com/vercel/next.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Next.js dotenv file loading",
  "devDependencies": {
    "@types/dotenv": "8.2.0",
    "@zeit/ncc": "^0.20.4",
    "dotenv": "8.2.0",
    "dotenv-expand": "5.1.0"
  },
  "files": [
    "dist",
    "types"
  ],
  "gitHead": "3c3379412eeb0f877cef54bd6fe7afa9512c8ee5",
  "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": "ncc build ./index.ts -w -o dist/",
    "prepublish": "yarn release && yarn types",
    "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": "10.0.1"
}
