summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/run-async/package.json
blob: 337564dce1707e99705f454ca8d8f194551d64bc (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
{
  "_args": [
    [
      "run-async@^0.1.0",
      "/Users/trott/test/node_modules/eslint/node_modules/inquirer"
    ]
  ],
  "_from": "run-async@>=0.1.0 <0.2.0",
  "_id": "run-async@0.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/run-async",
  "_npmUser": {
    "email": "admin@simonboudrias.com",
    "name": "sboudrias"
  },
  "_npmVersion": "1.4.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "run-async",
    "raw": "run-async@^0.1.0",
    "rawSpec": "^0.1.0",
    "scope": null,
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz",
  "_shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
  "_shrinkwrap": null,
  "_spec": "run-async@^0.1.0",
  "_where": "/Users/trott/test/node_modules/eslint/node_modules/inquirer",
  "author": {
    "email": "admin@simonboudrias.com",
    "name": "Simon Boudrias"
  },
  "bugs": {
    "url": "https://github.com/SBoudrias/run-async/issues"
  },
  "dependencies": {
    "once": "^1.3.0"
  },
  "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  "devDependencies": {
    "mocha": "^1.21.4"
  },
  "directories": {},
  "dist": {
    "shasum": "c8ad4a5e110661e402a7d21b530e009f25f8e389",
    "tarball": "http://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz"
  },
  "homepage": "https://github.com/SBoudrias/run-async",
  "keywords": [
    "flow",
    "flow-control",
    "async"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "admin@simonboudrias.com",
      "name": "sboudrias"
    }
  ],
  "name": "run-async",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/SBoudrias/run-async.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.1.0"
}