package.json 2.15 KB
{
  "_from": "asyncbox@^2.3.1",
  "_id": "asyncbox@2.8.0",
  "_inBundle": false,
  "_integrity": "sha512-wutDUrsVaCOjNNEDskVnLAcu8nQRHRNtI/gz1LtR4GNYMF+yMiWe5YvFMOOeGlavbEmkwrTalftIaTwwCiMtog==",
  "_location": "/asyncbox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "asyncbox@^2.3.1",
    "name": "asyncbox",
    "escapedName": "asyncbox",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "/appium-adb"
  ],
  "_resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-2.8.0.tgz",
  "_shasum": "53981ba7975fff91aa1b38e6a581d3dec0032d15",
  "_spec": "asyncbox@^2.3.1",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-adb",
  "author": {
    "name": "jlipps@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jlipps/asyncbox/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "bluebird": "^3.5.1",
    "es6-mapify": "^1.1.0",
    "lodash": "^4.17.4",
    "source-map-support": "^0.5.5"
  },
  "deprecated": false,
  "description": "A collection of small async/await utilities",
  "devDependencies": {
    "ajv": "^6.5.3",
    "appium-gulp-plugins": "^4.0.0",
    "chai": "4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint-config-appium": "^4.0.0",
    "gulp": "^4.0.0",
    "request": "^2.47.0",
    "should": "^13.2.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": [
    "node"
  ],
  "files": [
    "lib",
    "build/lib"
  ],
  "homepage": "https://github.com/jlipps/asyncbox#readme",
  "license": "Apache-2.0",
  "main": "./build/lib/asyncbox.js",
  "name": "asyncbox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jlipps/asyncbox.git"
  },
  "scripts": {
    "build": "gulp transpile",
    "clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
    "e2e-test": "gulp e2e-test",
    "lint": "gulp eslint",
    "prepare": "gulp prepublish",
    "test": "gulp once",
    "watch": "gulp watch"
  },
  "tags": [
    "async/await",
    "es7",
    "async"
  ],
  "version": "2.8.0"
}