333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
{
  "_args": [
    [
      "standard-as-callback@2.0.1",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "standard-as-callback@2.0.1",
  "_id": "standard-as-callback@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-NQOxSeB8gOI5WjSaxjBgog2QFw55FV8TkS6Y07BiB3VJ8xNTvUYm0wl0s8ObgQ5NhdpnNfigMIKjgPESzgr4tg==",
  "_location": "/standard-as-callback",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "standard-as-callback@2.0.1",
    "name": "standard-as-callback",
    "escapedName": "standard-as-callback",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/ioredis"
  ],
  "_resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "luin",
    "email": "i@zihua.li"
  },
  "bugs": {
    "url": "https://github.com/luin/asCallback/issues"
  },
  "description": "A performant and standard (Bluebird) library that registers a node-style callback on a promise",
  "devDependencies": {
    "mocha": "^5.2.0",
    "promise-timeout": "^1.3.0",
    "sinon": "^6.0.0",
    "typescript": "^3.3.1"
  },
  "directories": {
    "lib": "built"
  },
  "files": [
    "built/"
  ],
  "homepage": "https://github.com/luin/asCallback#readme",
  "keywords": [
    "ascallback",
    "nodeify",
    "promise",
    "bluebird"
  ],
  "license": "MIT",
  "main": "built/index.js",
  "name": "standard-as-callback",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luin/asCallback.git"
  },
  "scripts": {
    "build": "rm -rf built && tsc",
    "prepublishOnly": "npm run build && npm test",
    "test": "mocha"
  },
  "types": "built/index.d.ts",
  "version": "2.0.1"
}