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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
| {
| "_args": [
| [
| "envinfo@6.0.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "envinfo@6.0.1",
| "_id": "envinfo@6.0.1",
| "_inBundle": false,
| "_integrity": "sha512-IbMWvMQulMm1hiky1Zt5YTcSDEdZs0r9bt77mcLa4RUAKRYTGZvrb3MtAt47FuldPxwL+u2LtQex1FajIW1/Cw==",
| "_location": "/envinfo",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "envinfo@6.0.1",
| "name": "envinfo",
| "escapedName": "envinfo",
| "rawSpec": "6.0.1",
| "saveSpec": null,
| "fetchSpec": "6.0.1"
| },
| "_requiredBy": [
| "/@dcloudio/vue-cli-plugin-uni"
| ],
| "_resolved": "https://registry.npmmirror.com/envinfo/-/envinfo-6.0.1.tgz",
| "_spec": "6.0.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "tabrindle@gmail.com"
| },
| "bin": {
| "envinfo": "dist/cli.js"
| },
| "bugs": {
| "url": "https://github.com/tabrindle/envinfo/issues"
| },
| "dependencies": {},
| "description": "Info about your dev environment for debugging purposes",
| "devDependencies": {
| "all-contributors-cli": "^4.11.1",
| "array-includes": "^3.0.3",
| "clipboardy": "^1.2.2",
| "eslint": "^4.10.0",
| "eslint-config-airbnb-base": "^12.1.0",
| "eslint-config-prettier": "^2.7.0",
| "eslint-plugin-import": "^2.8.0",
| "eslint-plugin-prettier": "^2.3.1",
| "github-release-cli": "^0.4.1",
| "glob": "^7.1.2",
| "jest": "^22.4.3",
| "minimist": "^1.2.0",
| "object.entries": "^1.0.4",
| "object.values": "^1.0.4",
| "os-name": "^2.0.1",
| "pkg": "^4.3.4",
| "prettier-eslint-cli": "^4.1.1",
| "webpack": "^4.25.1",
| "webpack-cli": "^3.1.2",
| "which": "^1.2.14",
| "yamlify-object": "^0.4.5"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "dist/"
| ],
| "homepage": "https://github.com/tabrindle/envinfo#readme",
| "jest": {
| "testEnvironment": "node"
| },
| "keywords": [
| "development",
| "env",
| "environment",
| "info",
| "issues",
| "reporting",
| "diagnostics"
| ],
| "license": "MIT",
| "main": "dist/envinfo.js",
| "name": "envinfo",
| "pkg": {
| "scripts": "dist/*.js",
| "targets": [
| "linux",
| "macos",
| "win"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/tabrindle/envinfo.git"
| },
| "scripts": {
| "build": "webpack",
| "check:format": "prettier -l src/*.js",
| "compress": "gzexe envinfo-* && upx envinfo-win.exe",
| "executable": "pkg package.json",
| "format": "prettier --write src/*.js",
| "lint": "eslint src",
| "postcompress": "tar -czvf envinfo-linux.tar.gz envinfo-linux && tar -czvf envinfo-macos.tar.gz envinfo-macos && zip -r -X envinfo-win.zip envinfo-win.exe",
| "postversion": "npm run executable && npm run compress && npm run release",
| "preversion": "npm run test && webpack && git add .",
| "release": "github-release upload --owner=tabrindle --repo=envinfo --tag=${npm_package_version} 'envinfo-linux.tar.gz' 'envinfo-macos.tar.gz' 'envinfo-win.zip'",
| "start": "node src/cli.js",
| "test": "jest --env=node && npm run lint && npm run check:format"
| },
| "version": "6.0.1"
| }
|
|