source: trip-planner-front/node_modules/events/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "events@3.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "events@3.3.0",
10 "_id": "events@3.3.0",
11 "_inBundle": false,
12 "_integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
13 "_location": "/events",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "events@3.3.0",
19 "name": "events",
20 "escapedName": "events",
21 "rawSpec": "3.3.0",
22 "saveSpec": null,
23 "fetchSpec": "3.3.0"
24 },
25 "_requiredBy": [
26 "/webpack"
27 ],
28 "_resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
29 "_spec": "3.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Irakli Gozalishvili",
33 "email": "rfobic@gmail.com",
34 "url": "http://jeditoolkit.com"
35 },
36 "bugs": {
37 "url": "http://github.com/Gozala/events/issues/"
38 },
39 "description": "Node's event emitter for all engines.",
40 "devDependencies": {
41 "airtap": "^1.0.0",
42 "functions-have-names": "^1.2.1",
43 "has": "^1.0.3",
44 "has-symbols": "^1.0.1",
45 "isarray": "^2.0.5",
46 "tape": "^5.0.0"
47 },
48 "engines": {
49 "node": ">=0.8.x"
50 },
51 "homepage": "https://github.com/Gozala/events#readme",
52 "keywords": [
53 "events",
54 "eventEmitter",
55 "eventDispatcher",
56 "listeners"
57 ],
58 "license": "MIT",
59 "main": "./events.js",
60 "name": "events",
61 "repository": {
62 "type": "git",
63 "url": "git://github.com/Gozala/events.git",
64 "web": "https://github.com/Gozala/events"
65 },
66 "scripts": {
67 "test": "node tests/index.js",
68 "test:browsers": "airtap -- tests/index.js"
69 },
70 "version": "3.3.0"
71}
Note: See TracBrowser for help on using the repository browser.