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

component.json « async « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0684c869b055eb24e2f608cc4d352f39c69e44dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "async",
  "description": "Higher-order functions and common patterns for asynchronous code",
  "version": "1.2.1",
  "keywords": [
    "async",
    "callback",
    "utility",
    "module"
  ],
  "license": "MIT",
  "main": "lib/async.js",
  "repository": "caolan/async",
  "scripts": [
    "lib/async.js"
  ]
}