package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "custom-event@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "custom-event@1.0.1",
  9. "_id": "custom-event@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=",
  12. "_location": "/custom-event",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "custom-event@1.0.1",
  18. "name": "custom-event",
  19. "escapedName": "custom-event",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/crossvent",
  26. "/dom-serialize"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://n8.io/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/webmodules/custom-event/issues"
  38. },
  39. "description": "Cross-browser `CustomEvent` constructor",
  40. "devDependencies": {
  41. "zuul": "~1.16.3"
  42. },
  43. "homepage": "https://github.com/webmodules/custom-event",
  44. "keywords": [
  45. "dom",
  46. "browser",
  47. "event",
  48. "custom",
  49. "customevent",
  50. "constructor"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "custom-event",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/webmodules/custom-event.git"
  58. },
  59. "scripts": {
  60. "test": "make test"
  61. },
  62. "version": "1.0.1"
  63. }