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
| {
| "_args": [
| [
| "cross-env@5.2.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "cross-env@5.2.1",
| "_id": "cross-env@5.2.1",
| "_inBundle": false,
| "_integrity": "sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==",
| "_location": "/@dcloudio/vue-cli-plugin-uni/cross-env",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "cross-env@5.2.1",
| "name": "cross-env",
| "escapedName": "cross-env",
| "rawSpec": "5.2.1",
| "saveSpec": null,
| "fetchSpec": "5.2.1"
| },
| "_requiredBy": [
| "/@dcloudio/vue-cli-plugin-uni"
| ],
| "_resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-5.2.1.tgz",
| "_spec": "5.2.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Kent C. Dodds",
| "email": "kent@doddsfamily.us",
| "url": "http://kentcdodds.com/"
| },
| "bin": {
| "cross-env": "dist/bin/cross-env.js",
| "cross-env-shell": "dist/bin/cross-env-shell.js"
| },
| "bugs": {
| "url": "https://github.com/kentcdodds/cross-env/issues"
| },
| "dependencies": {
| "cross-spawn": "^6.0.5"
| },
| "description": "Run scripts that set and use environment variables across platforms",
| "devDependencies": {
| "kcd-scripts": "^0.3.4"
| },
| "engines": {
| "node": ">=4.0"
| },
| "eslintConfig": {
| "extends": "./node_modules/kcd-scripts/eslint.js"
| },
| "eslintIgnore": [
| "node_modules",
| "coverage",
| "dist"
| ],
| "files": [
| "dist"
| ],
| "homepage": "https://github.com/kentcdodds/cross-env#readme",
| "keywords": [
| "cross-environment",
| "environment variable",
| "windows"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "cross-env",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/kentcdodds/cross-env.git"
| },
| "scripts": {
| "add-contributor": "kcd-scripts contributors add",
| "build": "kcd-scripts build",
| "lint": "kcd-scripts lint",
| "precommit": "kcd-scripts precommit",
| "test": "kcd-scripts test",
| "test:update": "npm test -- --updateSnapshot --coverage",
| "validate": "kcd-scripts validate"
| },
| "version": "5.2.1"
| }
|
|