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

    rceaed42 r59329aa  
    11{
    2   "name": "eventsource",
    3   "version": "1.1.0",
    4   "description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
    5   "keywords": [
    6     "eventsource",
    7     "http",
    8     "streaming",
    9     "sse",
    10     "polyfill"
     2  "_args": [
     3    [
     4      "eventsource@1.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "homepage": "http://github.com/EventSource/eventsource",
    13   "author": "Aslak Hellesøy <aslak.hellesoy@gmail.com>",
    14   "repository": {
    15     "type": "git",
    16     "url": "git://github.com/EventSource/eventsource.git"
     8  "_development": true,
     9  "_from": "eventsource@1.1.0",
     10  "_id": "eventsource@1.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==",
     13  "_location": "/eventsource",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "eventsource@1.1.0",
     19    "name": "eventsource",
     20    "escapedName": "eventsource",
     21    "rawSpec": "1.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.0"
     24  },
     25  "_requiredBy": [
     26    "/sockjs-client"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz",
     29  "_spec": "1.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Aslak Hellesøy",
     33    "email": "aslak.hellesoy@gmail.com"
    1734  },
    1835  "bugs": {
    1936    "url": "http://github.com/EventSource/eventsource/issues"
    2037  },
    21   "directories": {
    22     "lib": "./lib"
     38  "dependencies": {
     39    "original": "^1.0.0"
    2340  },
    24   "main": "./lib/eventsource",
    25   "license": "MIT",
    26   "licenses": [
    27     {
    28       "type": "MIT",
    29       "url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
    30     }
    31   ],
     41  "description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
    3242  "devDependencies": {
    3343    "buffer-from": "^1.1.1",
     
    4050    "webpack": "^3.5.6"
    4151  },
    42   "scripts": {
    43     "test": "mocha --reporter spec && standard",
    44     "polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
    45     "postpublish": "git push && git push --tags",
    46     "coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec"
     52  "directories": {
     53    "lib": "./lib"
    4754  },
    4855  "engines": {
    4956    "node": ">=0.12.0"
    5057  },
    51   "dependencies": {
    52     "original": "^1.0.0"
     58  "homepage": "http://github.com/EventSource/eventsource",
     59  "keywords": [
     60    "eventsource",
     61    "http",
     62    "streaming",
     63    "sse",
     64    "polyfill"
     65  ],
     66  "license": "MIT",
     67  "licenses": [
     68    {
     69      "type": "MIT",
     70      "url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
     71    }
     72  ],
     73  "main": "./lib/eventsource",
     74  "name": "eventsource",
     75  "repository": {
     76    "type": "git",
     77    "url": "git://github.com/EventSource/eventsource.git"
     78  },
     79  "scripts": {
     80    "coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
     81    "polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
     82    "postpublish": "git push && git push --tags",
     83    "test": "mocha --reporter spec && standard"
    5384  },
    5485  "standard": {
     
    5687      "example/eventsource-polyfill.js"
    5788    ]
    58   }
     89  },
     90  "version": "1.1.0"
    5991}
Note: See TracChangeset for help on using the changeset viewer.