Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/events/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "events",
    3   "version": "3.3.0",
    4   "description": "Node's event emitter for all engines.",
    5   "keywords": [
    6     "events",
    7     "eventEmitter",
    8     "eventDispatcher",
    9     "listeners"
     2  "_args": [
     3    [
     4      "events@3.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
    12   "repository": {
    13     "type": "git",
    14     "url": "git://github.com/Gozala/events.git",
    15     "web": "https://github.com/Gozala/events"
     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"
    1635  },
    1736  "bugs": {
    1837    "url": "http://github.com/Gozala/events/issues/"
    1938  },
    20   "main": "./events.js",
    21   "engines": {
    22     "node": ">=0.8.x"
    23   },
     39  "description": "Node's event emitter for all engines.",
    2440  "devDependencies": {
    2541    "airtap": "^1.0.0",
     
    3046    "tape": "^5.0.0"
    3147  },
     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  },
    3266  "scripts": {
    3367    "test": "node tests/index.js",
    3468    "test:browsers": "airtap -- tests/index.js"
    3569  },
    36   "license": "MIT"
     70  "version": "3.3.0"
    3771}
Note: See TracChangeset for help on using the changeset viewer.