Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "async-lock",
  "description": "Lock on asynchronous code",
  "version": "1.2.4",
  "author": {
    "name": "Rogier Schouten",
    "url": "https://github.com/rogierschouten/",
    "email": "github@workingcode.ninja"
  },
  "private": false,
  "homepage": "https://github.com/rogierschouten/async-lock",
  "repository": {
    "type": "git",
    "url": "https://github.com/rogierschouten/async-lock.git"
  },
  "bugs": {
    "url": "https://github.com/rogierschouten/async-lock/issues"
  },
  "license": "MIT",
  "keywords": [
    "lock",
    "async",
    "concurrency",
    "critical",
    "section",
    "mutex"
  ],
  "engines": {},
  "scripts": {
    "start": "grunt",
    "test": "grunt test"
  },
  "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.15",
    "mocha": "^7.1.2",
    "q": "^1.5.1",
    "should": "^13.2.1"
  }

,"_resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.2.4.tgz"
,"_integrity": "sha512-UBQJC2pbeyGutIfYmErGc9RaJYnpZ1FHaxuKwb0ahvGiiCkPUf3p67Io+YLPmmv3RHY+mF6JEtNW8FlHsraAaA=="
,"_from": "async-lock@1.2.4"
}