72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"standard-as-callback@2.0.1",
|
|
"E:\\new-xy\\xy-server"
|
|
]
|
|
],
|
|
"_from": "standard-as-callback@2.0.1",
|
|
"_id": "standard-as-callback@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-7YuyVkjhWDF1m2Ajvbh+a2CzgSY=",
|
|
"_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.npm.taobao.org/standard-as-callback/download/standard-as-callback-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "E:\\new-xy\\xy-server",
|
|
"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"
|
|
}
|