source: trip-planner-front/node_modules/sockjs-client/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "sockjs-client@1.5.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "sockjs-client@1.5.2",
10 "_id": "sockjs-client@1.5.2",
11 "_inBundle": false,
12 "_integrity": "sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ==",
13 "_location": "/sockjs-client",
14 "_phantomChildren": {
15 "ms": "2.1.2"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "sockjs-client@1.5.2",
21 "name": "sockjs-client",
22 "escapedName": "sockjs-client",
23 "rawSpec": "1.5.2",
24 "saveSpec": null,
25 "fetchSpec": "1.5.2"
26 },
27 "_requiredBy": [
28 "/webpack-dev-server"
29 ],
30 "_resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.5.2.tgz",
31 "_spec": "1.5.2",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Bryce Kahle"
35 },
36 "browser": {
37 "./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
38 "eventsource": "./lib/transport/browser/eventsource.js",
39 "./lib/transport/driver/xhr.js": "./lib/transport/browser/abstract-xhr.js",
40 "crypto": "./lib/utils/browser-crypto.js",
41 "events": "./lib/event/emitter.js"
42 },
43 "bugs": {
44 "url": "https://github.com/sockjs/sockjs-client/issues"
45 },
46 "contributors": [
47 {
48 "name": "Bryce Kahle",
49 "email": "bkahle@gmail.com"
50 },
51 {
52 "name": "Marek Majkowski",
53 "email": "deadbeef@popcount.org"
54 }
55 ],
56 "dependencies": {
57 "debug": "^3.2.6",
58 "eventsource": "^1.0.7",
59 "faye-websocket": "^0.11.3",
60 "inherits": "^2.0.4",
61 "json3": "^3.3.3",
62 "url-parse": "^1.5.3"
63 },
64 "description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
65 "devDependencies": {
66 "browserify": "^16.5.1",
67 "envify": "^4.0.0",
68 "eslint": "^7.6.0",
69 "expect.js": "~0.3.1",
70 "gulp": "^4.0.2",
71 "gulp-header": "^2.0.9",
72 "gulp-rename": "^2.0.0",
73 "gulp-replace": "^1.0.0",
74 "gulp-sourcemaps": "^2.6.5",
75 "gulp-uglify": "^3.0.2",
76 "karma": "^5.1.1",
77 "karma-browserify": "^7.0.0",
78 "karma-browserstack-launcher": "^1.6.0",
79 "karma-chrome-launcher": "^3.1.0",
80 "karma-mocha": "^2.0.1",
81 "mocha": "^8.1.0",
82 "proxyquire": "^2.1.3",
83 "pump": "^3.0.0",
84 "serve-static": "^1.14.1",
85 "sockjs": "^0.3.21",
86 "vinyl-buffer": "~1.0.0",
87 "vinyl-source-stream": "^2.0.0"
88 },
89 "homepage": "http://sockjs.org",
90 "jsdelivr": "dist/sockjs.min.js",
91 "keywords": [
92 "websockets",
93 "websocket"
94 ],
95 "license": "MIT",
96 "main": "./lib/entry.js",
97 "name": "sockjs-client",
98 "repository": {
99 "type": "git",
100 "url": "git+https://github.com/sockjs/sockjs-client.git"
101 },
102 "scripts": {
103 "gulp": "gulp",
104 "lint": "eslint .",
105 "postpublish": "git push origin --all && git push origin --tags",
106 "postversion": "npm publish",
107 "test": "mocha tests/node.js",
108 "test:browser_local": "npm run test:bundle && npx karma start --browsers Chrome",
109 "test:browser_remote": "npm run test:bundle && npx karma start",
110 "test:bundle": "gulp testbundle",
111 "version": "gulp release && git add -A dist lib/version.js Changelog.md"
112 },
113 "version": "1.5.2"
114}
Note: See TracBrowser for help on using the repository browser.