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
| {
| "_args": [
| [
| "shell-exec@1.0.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "shell-exec@1.0.2",
| "_id": "shell-exec@1.0.2",
| "_inBundle": false,
| "_integrity": "sha512-jyVd+kU2X+mWKMmGhx4fpWbPsjvD53k9ivqetutVW/BQ+WIZoDoP4d8vUMGezV6saZsiNoW2f9GIhg9Dondohg==",
| "_location": "/shell-exec",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "shell-exec@1.0.2",
| "name": "shell-exec",
| "escapedName": "shell-exec",
| "rawSpec": "1.0.2",
| "saveSpec": null,
| "fetchSpec": "1.0.2"
| },
| "_requiredBy": [
| "/kill-port"
| ],
| "_resolved": "https://registry.npmmirror.com/shell-exec/-/shell-exec-1.0.2.tgz",
| "_spec": "1.0.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Tiaan du Plessis"
| },
| "bugs": {
| "url": "https://github.com/tiaanduplessis/shell-exec"
| },
| "description": "A tiny cross-platform promise based wrapper around child_process.spawn.",
| "devDependencies": {
| "husky": "^0.14.3",
| "jest": "^22.4.3",
| "standard": "^12.0.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/tiaanduplessis/shell-exec",
| "license": "MIT",
| "main": "index.js",
| "name": "shell-exec",
| "repository": {
| "url": "git+https://github.com/tiaanduplessis/shell-exec.git",
| "type": "git"
| },
| "scripts": {
| "lint": "standard --fix index.js",
| "precommit": "yarn test",
| "pretest": "yarn lint",
| "start": "yarn test",
| "test": "jest"
| },
| "version": "1.0.2"
| }
|
|