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

package.json « async « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc43a0539fb1b4fde60e81589ed1768e87ee8a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_args": [
    [
      "async@^1.2.1",
      "/Users/rebecca/code/npm/node_modules/form-data"
    ]
  ],
  "_from": "async@>=1.2.1 <2.0.0",
  "_id": "async@1.2.1",
  "_inCache": true,
  "_location": "/async",
  "_nodeVersion": "2.0.2",
  "_npmUser": {
    "email": "alexander.early@gmail.com",
    "name": "aearly"
  },
  "_npmVersion": "2.9.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "async",
    "raw": "async@^1.2.1",
    "rawSpec": "^1.2.1",
    "scope": null,
    "spec": ">=1.2.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/form-data"
  ],
  "_resolved": "https://registry.npmjs.org/async/-/async-1.2.1.tgz",
  "_shasum": "a4816a17cd5ff516dfa2c7698a453369b9790de0",
  "_shrinkwrap": null,
  "_spec": "async@^1.2.1",
  "_where": "/Users/rebecca/code/npm/node_modules/form-data",
  "author": {
    "name": "Caolan McMahon"
  },
  "bugs": {
    "url": "https://github.com/caolan/async/issues"
  },
  "dependencies": {},
  "description": "Higher-order functions and common patterns for asynchronous code",
  "devDependencies": {
    "benchmark": "github:bestiejs/benchmark.js",
    "coveralls": "^2.11.2",
    "jshint": "~2.7.0",
    "lodash": ">=2.4.1",
    "mkdirp": "~0.5.1",
    "nodeunit": ">0.0.0",
    "nyc": "^2.1.0",
    "uglify-js": "1.2.x",
    "yargs": "~3.9.1"
  },
  "directories": {},
  "dist": {
    "shasum": "a4816a17cd5ff516dfa2c7698a453369b9790de0",
    "tarball": "http://registry.npmjs.org/async/-/async-1.2.1.tgz"
  },
  "gitHead": "b66e85d1cca8c8056313253f22d18f571e7001d2",
  "homepage": "https://github.com/caolan/async#readme",
  "jam": {
    "categories": [
      "Utilities"
    ],
    "include": [
      "LICENSE",
      "README.md",
      "lib/async.js"
    ],
    "main": "lib/async.js"
  },
  "keywords": [
    "async",
    "callback",
    "module",
    "utility"
  ],
  "license": "MIT",
  "main": "lib/async.js",
  "maintainers": [
    {
      "name": "caolan",
      "email": "caolan.mcmahon@gmail.com"
    },
    {
      "name": "beaugunderson",
      "email": "beau@beaugunderson.com"
    },
    {
      "name": "aearly",
      "email": "alexander.early@gmail.com"
    }
  ],
  "name": "async",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caolan/async.git"
  },
  "scripts": {
    "coverage": "nyc npm test && nyc report",
    "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "lint": "jshint lib/*.js test/*.js perf/*.js",
    "test": "npm run-script lint && nodeunit test/test-async.js"
  },
  "spm": {
    "main": "lib/async.js"
  },
  "version": "1.2.1",
  "volo": {
    "ignore": [
      "**/.*",
      "bower_components",
      "node_modules",
      "test",
      "tests"
    ],
    "main": "lib/async.js"
  }
}