1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
| {
| "_args": [
| [
| "dotenv@9.0.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "dotenv@9.0.2",
| "_id": "dotenv@9.0.2",
| "_inBundle": false,
| "_integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==",
| "_location": "/dotenv",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "dotenv@9.0.2",
| "name": "dotenv",
| "escapedName": "dotenv",
| "rawSpec": "9.0.2",
| "saveSpec": null,
| "fetchSpec": "9.0.2"
| },
| "_requiredBy": [
| "/@nuxt/config",
| "/@nuxt/telemetry"
| ],
| "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz",
| "_spec": "9.0.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bugs": {
| "url": "https://github.com/motdotla/dotenv/issues"
| },
| "dependencies": {},
| "description": "Loads environment variables from .env file",
| "devDependencies": {
| "decache": "^4.5.1",
| "dtslint": "^0.9.8",
| "flow-bin": "^0.109.0",
| "sinon": "^7.5.0",
| "standard": "^13.1.0",
| "standard-markdown": "^5.1.0",
| "standard-version": "^7.0.0",
| "tap": "^14.7.0"
| },
| "engines": {
| "node": ">=10"
| },
| "exports": {
| ".": "./lib/main.js",
| "./config": "./config.js",
| "./package.json": "./package.json"
| },
| "homepage": "https://github.com/motdotla/dotenv#readme",
| "keywords": [
| "dotenv",
| "env",
| ".env",
| "environment",
| "variables",
| "config",
| "settings"
| ],
| "license": "BSD-2-Clause",
| "main": "lib/main.js",
| "name": "dotenv",
| "repository": {
| "type": "git",
| "url": "git://github.com/motdotla/dotenv.git"
| },
| "scripts": {
| "dtslint": "dtslint types",
| "flow": "flow",
| "lint": "standard",
| "postlint": "standard-markdown",
| "prerelease": "npm test",
| "pretest": "npm run lint && npm run dtslint",
| "release": "standard-version",
| "test": "tap tests/*.js --100"
| },
| "standard": {
| "ignore": [
| "flow-typed/"
| ]
| },
| "types": "types/index.d.ts",
| "version": "9.0.2"
| }
|
|