{ "_from": "@nuxtjs/dotenv@^1.4.1", "_id": "@nuxtjs/dotenv@1.4.1", "_inBundle": false, "_integrity": "sha512-DpdObsvRwC8d89I9mzz6pBg6e/PEXHazDM57DOI1mmML2ZjHfQ/DvkjlSzUL7T+TnW3b/a4Ks5wQx08DqFBmeQ==", "_location": "/@nuxtjs/dotenv", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@nuxtjs/dotenv@^1.4.1", "name": "@nuxtjs/dotenv", "escapedName": "@nuxtjs%2fdotenv", "scope": "@nuxtjs", "rawSpec": "^1.4.1", "saveSpec": null, "fetchSpec": "^1.4.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz", "_shasum": "dd5abb98e22cc7ae27139d3aa606151034293128", "_spec": "@nuxtjs/dotenv@^1.4.1", "_where": "D:\\project\\PAM\\PAMapp", "bugs": { "url": "https://github.com/nuxt-community/dotenv-module/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Julien Tant", "email": "julien@craftyx.fr" } ], "dependencies": { "consola": "^2.10.1", "dotenv": "^8.1.0" }, "deprecated": false, "description": "A nuxt.js module that loads your .env file into your context options", "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "@nuxtjs/eslint-config": "^1.1.2", "codecov": "latest", "eslint": "^6.3.0", "get-port": "latest", "husky": "^3.0.5", "jest": "^24.9.0", "nuxt-edge": "^2.10.0-26138895.e9c4bcfe", "request": "latest", "request-promise-native": "latest", "standard-version": "latest" }, "files": [ "lib" ], "homepage": "https://github.com/nuxt-community/dotenv-module#readme", "license": "MIT", "main": "lib/module.js", "name": "@nuxtjs/dotenv", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/nuxt-community/dotenv-module.git" }, "scripts": { "dev": "nuxt test/fixture/basic", "lint": "eslint --ext .js,.vue lib test", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && jest" }, "version": "1.4.1" }