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
| {
| "_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"
| }
|
|