You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.9 KiB
78 lines
1.9 KiB
|
3 years ago
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"adb-devices-emitter@0.1.9",
|
||
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "adb-devices-emitter@0.1.9",
|
||
|
|
"_id": "adb-devices-emitter@0.1.9",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha1-D4QlN2NHcLWEzby8AzP077SguGA=",
|
||
|
|
"_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.npm.taobao.org/adb-devices-emitter/download/adb-devices-emitter-0.1.9.tgz",
|
||
|
|
"_spec": "0.1.9",
|
||
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
||
|
|
"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"
|
||
|
|
}
|