{ "_args": [ [ "standard-as-callback@2.1.0", "/Users/zhanwencai/code/game/congkong/webServer" ] ], "_from": "standard-as-callback@2.1.0", "_id": "standard-as-callback@2.1.0", "_inBundle": false, "_integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==", "_location": "/standard-as-callback", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "standard-as-callback@2.1.0", "name": "standard-as-callback", "escapedName": "standard-as-callback", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "/ioredis" ], "_resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz", "_spec": "2.1.0", "_where": "/Users/zhanwencai/code/game/congkong/webServer", "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": "^8.3.2", "promise-timeout": "^1.3.0", "sinon": "^9.2.4", "typescript": "^4.2.3" }, "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 test", "test": "npm run build && mocha" }, "types": "built/index.d.ts", "version": "2.1.0" }