Changeset 59329aa for trip-planner-front/node_modules/sockjs/package.json
- 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/sockjs/package.json
rceaed42 r59329aa 1 1 { 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 }, 6 34 "bugs": { 7 35 "url": "https://github.com/sockjs/sockjs-node/issues" … … 22 50 "websocket-driver": "^0.7.4" 23 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.", 24 53 "devDependencies": { 25 54 "coffeescript": "^1.12.7" … … 32 61 "license": "MIT", 33 62 "main": "index", 63 "name": "sockjs", 34 64 "repository": { 35 65 "type": "git", 36 "url": " https://github.com/sockjs/sockjs-node.git"66 "url": "git+https://github.com/sockjs/sockjs-node.git" 37 67 }, 38 68 "scripts": { 39 " version": "make build && git add Changelog",69 "postpublish": "git push origin --all && git push origin --tags", 40 70 "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" 43 74 }
Note:
See TracChangeset
for help on using the changeset viewer.