package.json 2.45 KB
{
  "_from": "teen_process@^1.11.0",
  "_id": "teen_process@1.16.0",
  "_inBundle": false,
  "_integrity": "sha512-RnW7HHZD1XuhSTzD3djYOdIl1adE3oNEprE3HOFFxWs5m4FZsqYRhKJ4mDU2udtNGMLUS7jV7l8vVRLWAvmPDw==",
  "_location": "/teen_process",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "teen_process@^1.11.0",
    "name": "teen_process",
    "escapedName": "teen_process",
    "rawSpec": "^1.11.0",
    "saveSpec": null,
    "fetchSpec": "^1.11.0"
  },
  "_requiredBy": [
    "/appium-adb",
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/teen_process/-/teen_process-1.16.0.tgz",
  "_shasum": "2bad3e33b4d0a3a271cdd0c836434befa7771b44",
  "_spec": "teen_process@^1.11.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-adb",
  "author": {
    "name": "appium"
  },
  "bugs": {
    "url": "https://github.com/appium/node-teen_process/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "bluebird": "^3.5.1",
    "lodash": "^4.17.4",
    "shell-quote": "^1.4.3",
    "source-map-support": "^0.5.3",
    "which": "^2.0.2"
  },
  "deprecated": false,
  "description": "A grown up version of Node's spawn/exec",
  "devDependencies": {
    "appium-gulp-plugins": "^5.4.1",
    "appium-support": "^2.0.10",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "eslint-config-appium": "^4.0.0",
    "gulp": "^4.0.0",
    "pre-commit": "^1.2.2"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": [
    "node"
  ],
  "files": [
    "index.js",
    "lib",
    "build/index.js",
    "build/lib"
  ],
  "homepage": "https://github.com/appium/node-teen_process#readme",
  "keywords": [
    "child_process",
    "process management"
  ],
  "license": "Apache-2.0",
  "main": "./build/index.js",
  "name": "teen_process",
  "pre-commit": [
    "precommit-msg",
    "precommit-test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appium/node-teen_process.git"
  },
  "scripts": {
    "build": "gulp transpile",
    "clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
    "lint": "gulp eslint",
    "lint:fix": "gulp eslint --fix",
    "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
    "precommit-test": "REPORTER=dot gulp once",
    "prepare": "gulp prepublish",
    "test": "gulp once",
    "watch": "gulp"
  },
  "version": "1.16.0"
}