{
  "_from": "@dotenvx/primitives@^0.8.0",
  "_id": "@dotenvx/primitives@0.8.0",
  "_inBundle": false,
  "_integrity": "sha512-VYJy0uhFm9zTJ1TxBaW/pA8bjbOM/OttaNMwZ1RHG4JKyRG7DhSdiqD1ipQoAyoD22olUtxbP78W9xY3Wd11bg==",
  "_location": "/@dotenvx/primitives",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@dotenvx/primitives@^0.8.0",
    "name": "@dotenvx/primitives",
    "escapedName": "@dotenvx%2fprimitives",
    "scope": "@dotenvx",
    "rawSpec": "^0.8.0",
    "saveSpec": null,
    "fetchSpec": "^0.8.0"
  },
  "_requiredBy": [
    "/@dotenvx/dotenvx"
  ],
  "_resolved": "https://registry.npmjs.org/@dotenvx/primitives/-/primitives-0.8.0.tgz",
  "_shasum": "25f3af8f876717deb00b21c64df8a7ba05d16b2c",
  "_spec": "@dotenvx/primitives@^0.8.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@dotenvx/dotenvx",
  "author": {
    "name": "@motdotla"
  },
  "bugs": {
    "url": "https://github.com/dotenvx/dotenvx/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "a secure dotenv–from the creator of `dotenv`",
  "devDependencies": {
    "eciesjs": "^0.5.0",
    "esbuild": "^0.28.1",
    "standard": "^17.1.2"
  },
  "exports": {
    ".": "./dist/index.cjs"
  },
  "files": [
    "dist/**/*",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/dotenvx/dotenvx",
  "keywords": [
    "dotenvx",
    "dotenv",
    "env"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/index.cjs",
  "name": "@dotenvx/primitives",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotenvx/dotenvx.git"
  },
  "scripts": {
    "build": "esbuild src/index.js --bundle --platform=node --format=cjs --target=node16 --outfile=dist/index.cjs --legal-comments=none",
    "prepack": "npm run build",
    "prepublishOnly": "npm pack --dry-run",
    "standard": "standard src",
    "standard:fix": "standard src --fix"
  },
  "version": "0.8.0"
}
