package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "deasync@^0.1.15",
  3. "_id": "deasync@0.1.26",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YKw0BmJSWxkjtQsbgn6Q9CHSWB7DKMen8vKrgyC006zy0UZ6nWyGidB0IzZgqkVRkOglAeUaFtiRTeLyel72bg==",
  6. "_location": "/deasync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "deasync@^0.1.15",
  12. "name": "deasync",
  13. "escapedName": "deasync",
  14. "rawSpec": "^0.1.15",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.15"
  17. },
  18. "_requiredBy": [
  19. "/vue-jest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/deasync/-/deasync-0.1.26.tgz",
  22. "_shasum": "87f54440034b87afc1e6a46667930c4e06363256",
  23. "_spec": "deasync@^0.1.15",
  24. "_where": "H:\\gs_nuxt\\node_modules\\vue-jest",
  25. "author": {
  26. "name": "Vladimir Kurchatkin",
  27. "email": "vladimir.kurchatkin@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/abbr/deasync/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Fred Wen",
  36. "email": "wenfred@gmail.com",
  37. "url": "https://github.com/abbr"
  38. }
  39. ],
  40. "dependencies": {
  41. "bindings": "^1.5.0",
  42. "node-addon-api": "^1.7.1"
  43. },
  44. "deprecated": false,
  45. "description": "Turns async function into sync via JavaScript wrapper of Node event loop",
  46. "devDependencies": {
  47. "require-directory": "^2.1.1"
  48. },
  49. "engines": {
  50. "node": ">=0.11.0"
  51. },
  52. "homepage": "https://github.com/abbr/deasync",
  53. "keywords": [
  54. "async",
  55. "sync",
  56. "sleep",
  57. "async wrapper"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "deasync",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/abbr/deasync.git"
  65. },
  66. "scripts": {
  67. "install": "node ./build.js",
  68. "test": "node spec"
  69. },
  70. "version": "0.1.26"
  71. }