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
| {
| "// babel 1": "this disables all built-in plugins from kcd-scripts for tests",
| "// babel 2": "that way we ensure that the tests run without compilation",
| "// babel 3": "because this module is published as-is. It is not compiled.",
| "_from": "cross-env@^7.0.3",
| "_id": "cross-env@7.0.3",
| "_inBundle": false,
| "_integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
| "_location": "/cross-env",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "cross-env@^7.0.3",
| "name": "cross-env",
| "escapedName": "cross-env",
| "rawSpec": "^7.0.3",
| "saveSpec": null,
| "fetchSpec": "^7.0.3"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
| "_shasum": "865264b29677dc015ba8418918965dd232fc54cf",
| "_spec": "cross-env@^7.0.3",
| "_where": "D:\\project\\PAM\\PAMapp",
| "author": {
| "name": "Kent C. Dodds",
| "email": "me@kentcdodds.com",
| "url": "https://kentcdodds.com"
| },
| "babel": {},
| "bin": {
| "cross-env": "src/bin/cross-env.js",
| "cross-env-shell": "src/bin/cross-env-shell.js"
| },
| "bugs": {
| "url": "https://github.com/kentcdodds/cross-env/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "cross-spawn": "^7.0.1"
| },
| "deprecated": false,
| "description": "Run scripts that set and use environment variables across platforms",
| "devDependencies": {
| "kcd-scripts": "^5.5.0"
| },
| "engines": {
| "node": ">=10.14",
| "npm": ">=6",
| "yarn": ">=1"
| },
| "eslintConfig": {
| "extends": "./node_modules/kcd-scripts/eslint.js"
| },
| "files": [
| "src",
| "!__tests__"
| ],
| "homepage": "https://github.com/kentcdodds/cross-env#readme",
| "keywords": [
| "cross-environment",
| "environment variable",
| "windows"
| ],
| "license": "MIT",
| "main": "src/index.js",
| "name": "cross-env",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/kentcdodds/cross-env.git"
| },
| "scripts": {
| "lint": "kcd-scripts lint",
| "setup": "npm install && npm run validate -s",
| "test": "kcd-scripts test",
| "test:update": "npm test -- --updateSnapshot --coverage",
| "validate": "kcd-scripts validate"
| },
| "version": "7.0.3"
| }
|
|