package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "standard-as-callback@2.1.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "standard-as-callback@2.1.0",
  9. "_id": "standard-as-callback@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  12. "_location": "/standard-as-callback",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "standard-as-callback@2.1.0",
  18. "name": "standard-as-callback",
  19. "escapedName": "standard-as-callback",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/ioredis"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "luin",
  32. "email": "i@zihua.li"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/luin/asCallback/issues"
  36. },
  37. "description": "A performant and standard (Bluebird) library that registers a node-style callback on a promise",
  38. "devDependencies": {
  39. "mocha": "^8.3.2",
  40. "promise-timeout": "^1.3.0",
  41. "sinon": "^9.2.4",
  42. "typescript": "^4.2.3"
  43. },
  44. "directories": {
  45. "lib": "built"
  46. },
  47. "files": [
  48. "built/"
  49. ],
  50. "homepage": "https://github.com/luin/asCallback#readme",
  51. "keywords": [
  52. "ascallback",
  53. "nodeify",
  54. "promise",
  55. "bluebird"
  56. ],
  57. "license": "MIT",
  58. "main": "built/index.js",
  59. "name": "standard-as-callback",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/luin/asCallback.git"
  63. },
  64. "scripts": {
  65. "build": "rm -rf built && tsc",
  66. "prepublishOnly": "npm test",
  67. "test": "npm run build && mocha"
  68. },
  69. "types": "built/index.d.ts",
  70. "version": "2.1.0"
  71. }