package.json 3.01 KB
{
  "_from": "async-lock@^1.0.0",
  "_id": "async-lock@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-8A7SkiisnEgME2zEedtDYPxUPzdv3x//E7n5IFktPAtMYSEAV7eNJF0rMwrVyUFj6d/8rgajLantbjcNRQYXIg==",
  "_location": "/async-lock",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async-lock@^1.0.0",
    "name": "async-lock",
    "escapedName": "async-lock",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/appium-adb"
  ],
  "_resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.3.0.tgz",
  "_shasum": "0fba111bea8b9693020857eba4f9adca173df3e5",
  "_spec": "async-lock@^1.0.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-adb",
  "author": {
    "name": "Rogier Schouten",
    "email": "github@workingcode.ninja",
    "url": "https://github.com/rogierschouten/"
  },
  "bugs": {
    "url": "https://github.com/rogierschouten/async-lock/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "rain1017",
      "url": "https://github.com/rain1017"
    },
    {
      "name": "JonathanPicques",
      "url": "https://github.com/JonathanPicques"
    },
    {
      "name": "Rogier Schouten",
      "url": "https://github.com/rogierschouten"
    },
    {
      "name": "erikvold",
      "url": "https://github.com/erikvold"
    },
    {
      "name": "Christian Passet",
      "url": "https://github.com/thePunIssuer"
    },
    {
      "name": "Tanguy Krotoff",
      "url": "https://github.com/tkrotoff"
    },
    {
      "name": "jtyers",
      "url": "https://github.com/jtyers"
    },
    {
      "name": "Paul Roub",
      "url": "https://github.com/paulroub"
    },
    {
      "name": "Geoff Whatley",
      "url": "https://github.com/meatwallace"
    },
    {
      "name": "Patryk L.",
      "url": "https://github.com/LosTigeros"
    },
    {
      "name": "Julian Saunderson",
      "url": "https://github.com/bitrivers"
    },
    {
      "name": "Philipp Keck",
      "url": "https://github.com/Philipp91"
    }
  ],
  "deprecated": false,
  "description": "Lock on asynchronous code",
  "devDependencies": {
    "bluebird": "^3.5.1",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-env": "^1.0.1",
    "grunt-mocha-test": "^0.13.3",
    "load-grunt-tasks": "^4.0.0",
    "lodash": "^4.17.20",
    "mocha": "^7.1.2",
    "q": "^1.5.1",
    "should": "^13.2.1"
  },
  "engines": {},
  "homepage": "https://github.com/rogierschouten/async-lock",
  "keywords": [
    "lock",
    "async",
    "concurrency",
    "critical",
    "section",
    "mutex"
  ],
  "license": "MIT",
  "name": "async-lock",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rogierschouten/async-lock.git"
  },
  "scripts": {
    "start": "grunt",
    "test": "grunt test"
  },
  "version": "1.3.0"
}