blob: 1c979b01e6124dec93497c5eeb8453f257d94363 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
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\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\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}