package.json 2.83 KB
{
  "_args": [
    [
      "appium-adb@7.27.1",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_from": "appium-adb@7.27.1",
  "_id": "appium-adb@7.27.1",
  "_inBundle": false,
  "_integrity": "sha512-EE+I20lQK8fJWRjlWtETgI6YqVKKB0xsqUaen+R1j+yRKJWFLtYKipyKHAhWvwJivBFofr7v7luEHnyjmyiGqg==",
  "_location": "/appium-adb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "appium-adb@7.27.1",
    "name": "appium-adb",
    "escapedName": "appium-adb",
    "rawSpec": "7.27.1",
    "saveSpec": null,
    "fetchSpec": "7.27.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-7.27.1.tgz",
  "_spec": "7.27.1",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": "",
  "bin": {},
  "bugs": {
    "url": "https://github.com/appium/appium-adb/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "adbkit-apkreader": "^3.1.2",
    "appium-support": "^2.37.0",
    "async-lock": "^1.0.0",
    "asyncbox": "^2.3.1",
    "bluebird": "^3.4.7",
    "lodash": "^4.0.0",
    "lru-cache": "^5.0.0",
    "semver": "^7.0.0",
    "shell-quote": "^1.6.1",
    "source-map-support": "^0.5.5",
    "teen_process": "^1.11.0",
    "utf7": "^1.0.2"
  },
  "description": "Android Debug Bridge interface",
  "devDependencies": {
    "ajv": "^6.5.3",
    "appium-gulp-plugins": "^5.0.0",
    "appium-test-support": "^1.0.0",
    "chai": "^4.1.0",
    "chai-as-promised": "^7.1.1",
    "eslint-config-appium": "^4.0.1",
    "gulp": "^4.0.0",
    "mocha": "^7.0.1",
    "mocha-junit-reporter": "^1.21.0",
    "mocha-multi-reporters": "^1.1.7",
    "pre-commit": "^1.1.3",
    "sinon": "^9.0.0",
    "temp": "^0.9.0"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": [
    "node"
  ],
  "files": [
    "index.js",
    "jars",
    "keys",
    "lib",
    "build/index.js",
    "build/lib"
  ],
  "greenkeeper": {
    "ignore": []
  },
  "homepage": "https://github.com/appium/appium-adb",
  "license": "Apache-2.0",
  "main": "./build/index.js",
  "name": "appium-adb",
  "pre-commit": [
    "precommit-msg",
    "precommit-test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appium/appium-adb.git"
  },
  "scripts": {
    "build": "gulp transpile",
    "clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
    "coverage": "gulp coveralls",
    "e2e-test": "gulp transpile && npm run mocha -- -t 600000 --recursive build/test/functional/",
    "lint": "gulp lint",
    "lint:fix": "gulp eslint --fix",
    "mocha": "mocha",
    "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
    "precommit-test": "REPORTER=dot gulp once",
    "prepare": "gulp prepublish",
    "test": "gulp once",
    "watch": "gulp watch"
  },
  "version": "7.27.1"
}