package.json 1.7 KB

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