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
| {
| "_args": [
| [
| "dotenv-expand@5.1.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "dotenv-expand@5.1.0",
| "_id": "dotenv-expand@5.1.0",
| "_inBundle": false,
| "_integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
| "_location": "/dotenv-expand",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "dotenv-expand@5.1.0",
| "name": "dotenv-expand",
| "escapedName": "dotenv-expand",
| "rawSpec": "5.1.0",
| "saveSpec": null,
| "fetchSpec": "5.1.0"
| },
| "_requiredBy": [
| "/@vue/cli-service"
| ],
| "_resolved": "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
| "_spec": "5.1.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "motdotla"
| },
| "description": "Expand environment variables using dotenv",
| "devDependencies": {
| "dotenv": "^4.0.0",
| "lab": "^13.0.1",
| "should": "^11.2.1",
| "standard": "^9.0.2"
| },
| "keywords": [
| "dotenv",
| "expand",
| "variables"
| ],
| "license": "BSD-2-Clause",
| "main": "lib/main.js",
| "name": "dotenv-expand",
| "scripts": {
| "lint": "standard",
| "posttest": "npm run lint",
| "test": "lab test/* --coverage"
| },
| "types": "./index.d.ts",
| "version": "5.1.0"
| }
|
|