package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "worker-rpc@^0.1.0",
  3. "_id": "worker-rpc@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==",
  6. "_location": "/worker-rpc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "worker-rpc@^0.1.0",
  12. "name": "worker-rpc",
  13. "escapedName": "worker-rpc",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/fork-ts-checker-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz",
  22. "_shasum": "cb565bd6d7071a8f16660686051e969ad32f54d5",
  23. "_spec": "worker-rpc@^0.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\fork-ts-checker-webpack-plugin",
  25. "author": {
  26. "name": "Christian Speckner",
  27. "email": "cnspeckn@googlemail.com",
  28. "url": "https://github.com/DirtyHairy/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/DirtyHairy/worker-rpc/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "microevent.ts": "~0.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "A simple RPC layer for communicating with web workers and over other transports",
  39. "devDependencies": {
  40. "mocha": "~6.1.4",
  41. "typescript": "~3.4.5",
  42. "typings": "~2.1.1"
  43. },
  44. "homepage": "https://github.com/DirtyHairy/worker-rpc#readme",
  45. "keywords": [
  46. "worker",
  47. "rpc"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "worker-rpc",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/DirtyHairy/worker-rpc.git"
  55. },
  56. "scripts": {
  57. "prepublish": "tsc",
  58. "pretest": "typings install && tsc -p tsconfig.test.json",
  59. "test": "mocha -R spec -u tdd test"
  60. },
  61. "types": "lib/index.d.ts",
  62. "version": "0.1.1"
  63. }