Changeset 59329aa for trip-planner-front/node_modules/eventsource
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/eventsource/package.json
rceaed42 r59329aa 1 1 { 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 ] 11 7 ], 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" 17 34 }, 18 35 "bugs": { 19 36 "url": "http://github.com/EventSource/eventsource/issues" 20 37 }, 21 "d irectories": {22 " lib": "./lib"38 "dependencies": { 39 "original": "^1.0.0" 23 40 }, 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)", 32 42 "devDependencies": { 33 43 "buffer-from": "^1.1.1", … … 40 50 "webpack": "^3.5.6" 41 51 }, 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" 47 54 }, 48 55 "engines": { 49 56 "node": ">=0.12.0" 50 57 }, 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" 53 84 }, 54 85 "standard": { … … 56 87 "example/eventsource-polyfill.js" 57 88 ] 58 } 89 }, 90 "version": "1.1.0" 59 91 }
Note:
See TracChangeset
for help on using the changeset viewer.