source: trip-planner-front/node_modules/sockjs/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "sockjs@0.3.21",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "sockjs@0.3.21",
10 "_id": "sockjs@0.3.21",
11 "_inBundle": false,
12 "_integrity": "sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==",
13 "_location": "/sockjs",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "sockjs@0.3.21",
19 "name": "sockjs",
20 "escapedName": "sockjs",
21 "rawSpec": "0.3.21",
22 "saveSpec": null,
23 "fetchSpec": "0.3.21"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.21.tgz",
29 "_spec": "0.3.21",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Marek Majkowski"
33 },
34 "bugs": {
35 "url": "https://github.com/sockjs/sockjs-node/issues"
36 },
37 "contributors": [
38 {
39 "name": "Bryce Kahle",
40 "email": "bkahle@gmail.com"
41 },
42 {
43 "name": "Marek Majkowski",
44 "email": "deadbeef@popcount.org"
45 }
46 ],
47 "dependencies": {
48 "faye-websocket": "^0.11.3",
49 "uuid": "^3.4.0",
50 "websocket-driver": "^0.7.4"
51 },
52 "description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
53 "devDependencies": {
54 "coffeescript": "^1.12.7"
55 },
56 "homepage": "https://github.com/sockjs/sockjs-node",
57 "keywords": [
58 "websockets",
59 "websocket"
60 ],
61 "license": "MIT",
62 "main": "index",
63 "name": "sockjs",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/sockjs/sockjs-node.git"
67 },
68 "scripts": {
69 "postpublish": "git push origin --all && git push origin --tags",
70 "postversion": "npm publish",
71 "version": "make build && git add Changelog"
72 },
73 "version": "0.3.21"
74}
Note: See TracBrowser for help on using the repository browser.