Blame view

node_modules/run-async/package.json 1.53 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "run-async@2.3.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "run-async@2.3.0",
    "_id": "run-async@2.3.0",
    "_inBundle": false,
    "_integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=",
    "_location": "/run-async",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "run-async@2.3.0",
      "name": "run-async",
      "escapedName": "run-async",
      "rawSpec": "2.3.0",
      "saveSpec": null,
      "fetchSpec": "2.3.0"
    },
    "_requiredBy": [
      "/inquirer"
    ],
    "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
    "_spec": "2.3.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Simon Boudrias",
      "email": "admin@simonboudrias.com"
    },
    "bugs": {
      "url": "https://github.com/SBoudrias/run-async/issues"
    },
    "dependencies": {
      "is-promise": "^2.1.0"
    },
    "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
    "devDependencies": {
      "mocha": "^3.1.2"
    },
    "engines": {
      "node": ">=0.12.0"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/SBoudrias/run-async#readme",
    "keywords": [
      "flow",
      "flow-control",
      "async"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "run-async",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/SBoudrias/run-async.git"
    },
    "scripts": {
      "test": "mocha -R spec"
    },
    "version": "2.3.0"
  }