Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « util-promisify « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da11e6ecb63b4d16d3dda9fe4f186dceab0a6c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "util-promisify",
  "version": "2.1.0",
  "license": "MIT",
  "description": "Node 8's util.promisify, as a node module",
  "repository": "juliangruber/util-promisify",
  "scripts": {
    "test": "node test"
  },
  "dependencies": {
    "object.getownpropertydescriptors": "^2.0.3"
  }
}