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

    rceaed42 r59329aa  
    11{
    2   "name": "sockjs",
    3   "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.",
    4   "version": "0.3.21",
    5   "author": "Marek Majkowski",
     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  },
    634  "bugs": {
    735    "url": "https://github.com/sockjs/sockjs-node/issues"
     
    2250    "websocket-driver": "^0.7.4"
    2351  },
     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.",
    2453  "devDependencies": {
    2554    "coffeescript": "^1.12.7"
     
    3261  "license": "MIT",
    3362  "main": "index",
     63  "name": "sockjs",
    3464  "repository": {
    3565    "type": "git",
    36     "url": "https://github.com/sockjs/sockjs-node.git"
     66    "url": "git+https://github.com/sockjs/sockjs-node.git"
    3767  },
    3868  "scripts": {
    39     "version": "make build && git add Changelog",
     69    "postpublish": "git push origin --all && git push origin --tags",
    4070    "postversion": "npm publish",
    41     "postpublish": "git push origin --all && git push origin --tags"
    42   }
     71    "version": "make build && git add Changelog"
     72  },
     73  "version": "0.3.21"
    4374}
Note: See TracChangeset for help on using the changeset viewer.