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
{
  "_args": [
    [
      "adb-devices-emitter@0.1.9",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "adb-devices-emitter@0.1.9",
  "_id": "adb-devices-emitter@0.1.9",
  "_inBundle": false,
  "_integrity": "sha512-vR38T3ZqZmCXPQS6p0dEjbHZYAybNk6MLW2evtbVGCQvvrvoTzXSFjIdfrRbxryn9HJ7WAXfH42GYgvZIZDiTA==",
  "_location": "/adb-devices-emitter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "adb-devices-emitter@0.1.9",
    "name": "adb-devices-emitter",
    "escapedName": "adb-devices-emitter",
    "rawSpec": "0.1.9",
    "saveSpec": null,
    "fetchSpec": "0.1.9"
  },
  "_requiredBy": [
    "/@hap-toolkit/debugger"
  ],
  "_resolved": "https://registry.npmmirror.com/adb-devices-emitter/-/adb-devices-emitter-0.1.9.tgz",
  "_spec": "0.1.9",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "panwen85@gmail.com"
  },
  "dependencies": {
    "adb-commander": "^0.1.9"
  },
  "description": "a tool to track devices",
  "devDependencies": {
    "@types/jest": "23.3.11",
    "@types/node": "10.12.18",
    "jest": "23.6.0",
    "prettier": "1.15.3",
    "rimraf": "2.6.3",
    "ts-jest": "23.10.5",
    "ts-node": "6.0.0",
    "typescript": "3.2.4"
  },
  "files": [
    "build"
  ],
  "jest": {
    "testEnvironment": "node",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testMatch": [
      "**/?(*.)(spec|test).(ts|tsx|js)",
      "**/__tests__/*.(ts|tsx|js)",
      "**/test/*.(ts|tsx|js)"
    ]
  },
  "license": "MIT",
  "main": "build/AdbDevicesEmitter.js",
  "name": "adb-devices-emitter",
  "scripts": {
    "build": "npm run clean && tsc -p ./tsconfig.json",
    "clean": "rimraf build",
    "format": "prettier \"{examples,lib,script,test}/**/*.{js,ts}\" \"*.yml\" --write",
    "start": "tsc -w",
    "test": "jest"
  },
  "version": "0.1.9"
}