package.json 2.46 KB
{
  "_args": [
    [
      "teen_process@1.15.0",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_from": "teen_process@1.15.0",
  "_id": "teen_process@1.15.0",
  "_inBundle": false,
  "_integrity": "sha512-E8DdTeffAselFMtcE56jNiof7jt+X+KJPpCn4xvbLFy0YVAT24Y9O5jSIzOFfAKIAirKkK0M9YfmQfmxmUdgGA==",
  "_location": "/teen_process",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "teen_process@1.15.0",
    "name": "teen_process",
    "escapedName": "teen_process",
    "rawSpec": "1.15.0",
    "saveSpec": null,
    "fetchSpec": "1.15.0"
  },
  "_requiredBy": [
    "/appium-adb",
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/teen_process/-/teen_process-1.15.0.tgz",
  "_spec": "1.15.0",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": {
    "name": "appium"
  },
  "bin": {},
  "bugs": {
    "url": "https://github.com/appium/node-teen_process/issues"
  },
  "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"
  },
  "description": "A grown up version of Node's spawn/exec",
  "devDependencies": {
    "ajv": "^6.5.3",
    "appium-gulp-plugins": "^4.0.0",
    "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"
  ],
  "greenkeeper": {
    "ignore": []
  },
  "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.15.0"
}