You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "component-emitter@^1.2.1",
  3. "_id": "component-emitter@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
  6. "_location": "/component-emitter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "component-emitter@^1.2.1",
  12. "name": "component-emitter",
  13. "escapedName": "component-emitter",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/base",
  20. "/cache-base"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
  23. "_shasum": "16e4070fba8ae29b679f2215853ee181ab2eabc0",
  24. "_spec": "component-emitter@^1.2.1",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\base",
  26. "bugs": {
  27. "url": "https://github.com/component/emitter/issues"
  28. },
  29. "bundleDependencies": false,
  30. "component": {
  31. "scripts": {
  32. "emitter/index.js": "index.js"
  33. }
  34. },
  35. "deprecated": false,
  36. "description": "Event emitter",
  37. "devDependencies": {
  38. "mocha": "*",
  39. "should": "*"
  40. },
  41. "files": [
  42. "index.js",
  43. "LICENSE"
  44. ],
  45. "homepage": "https://github.com/component/emitter#readme",
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "component-emitter",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/component/emitter.git"
  52. },
  53. "scripts": {
  54. "test": "make test"
  55. },
  56. "version": "1.3.0"
  57. }