mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
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
{
  "_args": [
    [
      "kill-port@1.6.1",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "kill-port@1.6.1",
  "_id": "kill-port@1.6.1",
  "_inBundle": false,
  "_integrity": "sha512-un0Y55cOM7JKGaLnGja28T38tDDop0AQ8N0KlAdyh+B1nmMoX8AnNmqPNZbS3mUMgiST51DCVqmbFT1gNJpVNw==",
  "_location": "/kill-port",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "kill-port@1.6.1",
    "name": "kill-port",
    "escapedName": "kill-port",
    "rawSpec": "1.6.1",
    "saveSpec": null,
    "fetchSpec": "1.6.1"
  },
  "_requiredBy": [
    "/@dcloudio/uni-automator"
  ],
  "_resolved": "https://registry.npmmirror.com/kill-port/-/kill-port-1.6.1.tgz",
  "_spec": "1.6.1",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Tiaan du Plessis"
  },
  "bin": {
    "kill-port": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/tiaanduplessis/kill-port/issues"
  },
  "dependencies": {
    "get-them-args": "1.3.2",
    "shell-exec": "1.0.2"
  },
  "description": "Kill the process running on given port",
  "devDependencies": {
    "husky": "4.2.5",
    "jest": "26.1.0",
    "npm-check": "^5.9.2",
    "standard": "14.3.4"
  },
  "homepage": "https://github.com/tiaanduplessis/kill-port",
  "keywords": [
    "port",
    "process",
    "kill",
    "kill-port",
    "port"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "kill-port",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiaanduplessis/kill-port.git"
  },
  "scripts": {
    "check": "npm-check -u",
    "coverage": "npm test -- --coverage",
    "lint": "standard --fix",
    "precommit": "npm test",
    "pretest": "npm run lint",
    "start": "npm run dev",
    "test": "jest --env=node",
    "test:watch": "npm test -- --watch"
  },
  "standard": {
    "env": {
      "jest": true
    }
  },
  "version": "1.6.1"
}