package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "microevent.ts@~0.1.1",
  3. "_id": "microevent.ts@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==",
  6. "_location": "/microevent.ts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "microevent.ts@~0.1.1",
  12. "name": "microevent.ts",
  13. "escapedName": "microevent.ts",
  14. "rawSpec": "~0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/worker-rpc"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz",
  22. "_shasum": "70b09b83f43df5172d0205a63025bce0f7357fa0",
  23. "_spec": "microevent.ts@~0.1.1",
  24. "_where": "/Users/jane/myproject/node_modules/worker-rpc",
  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/microevent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Zero cost events",
  36. "devDependencies": {
  37. "mocha": "~6.1.4",
  38. "typescript": "~3.4.5",
  39. "typings": "^2.1.1"
  40. },
  41. "homepage": "https://github.com/DirtyHairy/microevent#readme",
  42. "keywords": [
  43. "events",
  44. "performance"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "microevent.ts",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/DirtyHairy/microevent.git"
  52. },
  53. "scripts": {
  54. "prepublish": "tsc",
  55. "pretest": "typings install && tsc -p tsconfig.test.json",
  56. "test": "mocha -R spec -u tdd test"
  57. },
  58. "types": "lib/index.d.ts",
  59. "version": "0.1.1"
  60. }