[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "eventsource@1.1.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "http://github.com/EventSource/eventsource/issues"
|
---|
| 37 | },
|
---|
[59329aa] | 38 | "dependencies": {
|
---|
| 39 | "original": "^1.0.0"
|
---|
[6a3a178] | 40 | },
|
---|
[59329aa] | 41 | "description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
|
---|
[6a3a178] | 42 | "devDependencies": {
|
---|
| 43 | "buffer-from": "^1.1.1",
|
---|
| 44 | "express": "^4.15.3",
|
---|
| 45 | "mocha": "^3.5.3",
|
---|
| 46 | "nyc": "^11.2.1",
|
---|
| 47 | "serve-static": "^1.12.3",
|
---|
| 48 | "ssestream": "^1.0.0",
|
---|
| 49 | "standard": "^10.0.2",
|
---|
| 50 | "webpack": "^3.5.6"
|
---|
| 51 | },
|
---|
[59329aa] | 52 | "directories": {
|
---|
| 53 | "lib": "./lib"
|
---|
[6a3a178] | 54 | },
|
---|
| 55 | "engines": {
|
---|
| 56 | "node": ">=0.12.0"
|
---|
| 57 | },
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 84 | },
|
---|
| 85 | "standard": {
|
---|
| 86 | "ignore": [
|
---|
| 87 | "example/eventsource-polyfill.js"
|
---|
| 88 | ]
|
---|
[59329aa] | 89 | },
|
---|
| 90 | "version": "1.1.0"
|
---|
[6a3a178] | 91 | }
|
---|