package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "deasync@^0.1.15",
  3. "_id": "deasync@0.1.30",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OaAjvEQuQ9tJsKG4oHO9nV1UHTwb2Qc2+fadB0VeVtD0Z9wiG1XPGLJ4W3aLhAoQSYTaLROFRbd5X20Dkzf7MQ==",
  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.npmmirror.com/deasync/-/deasync-0.1.30.tgz",
  22. "_shasum": "b0e5445e533fc116b25b21001d2b8e2b6d60b6d3",
  23. "_spec": "deasync@^0.1.15",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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.30"
  71. }