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/component-emitter/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "component-emitter",
    3   "description": "Event emitter",
    4   "version": "1.3.0",
    5   "license": "MIT",
    6   "devDependencies": {
    7     "mocha": "*",
    8     "should": "*"
     2  "_args": [
     3    [
     4      "component-emitter@1.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "component-emitter@1.3.0",
     10  "_id": "component-emitter@1.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
     13  "_location": "/component-emitter",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "component-emitter@1.3.0",
     19    "name": "component-emitter",
     20    "escapedName": "component-emitter",
     21    "rawSpec": "1.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.3.0"
     24  },
     25  "_requiredBy": [
     26    "/base",
     27    "/cache-base",
     28    "/socket.io-parser"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
     31  "_spec": "1.3.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "bugs": {
     34    "url": "https://github.com/component/emitter/issues"
    935  },
    1036  "component": {
     
    1339    }
    1440  },
     41  "description": "Event emitter",
     42  "devDependencies": {
     43    "mocha": "*",
     44    "should": "*"
     45  },
     46  "files": [
     47    "index.js",
     48    "LICENSE"
     49  ],
     50  "homepage": "https://github.com/component/emitter#readme",
     51  "license": "MIT",
    1552  "main": "index.js",
     53  "name": "component-emitter",
    1654  "repository": {
    1755    "type": "git",
    18     "url": "https://github.com/component/emitter.git"
     56    "url": "git+https://github.com/component/emitter.git"
    1957  },
    2058  "scripts": {
    2159    "test": "make test"
    2260  },
    23   "files": [
    24     "index.js",
    25     "LICENSE"
    26   ]
     61  "version": "1.3.0"
    2762}
Note: See TracChangeset for help on using the changeset viewer.