Changeset 59329aa for trip-planner-front/node_modules/sockjs-client
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/sockjs-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/sockjs-client/node_modules/debug/package.json
rceaed42 r59329aa 1 1 { 2 "name": "debug", 3 "version": "3.2.7", 4 "repository": { 5 "type": "git", 6 "url": "git://github.com/visionmedia/debug.git" 2 "_args": [ 3 [ 4 "debug@3.2.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "debug@3.2.7", 10 "_id": "debug@3.2.7", 11 "_inBundle": false, 12 "_integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 13 "_location": "/sockjs-client/debug", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "debug@3.2.7", 19 "name": "debug", 20 "escapedName": "debug", 21 "rawSpec": "3.2.7", 22 "saveSpec": null, 23 "fetchSpec": "3.2.7" 7 24 }, 8 "description": "small debugging utility", 9 "keywords": [ 10 "debug", 11 "log", 12 "debugger" 25 "_requiredBy": [ 26 "/sockjs-client" 13 27 ], 14 "files": [ 15 "src", 16 "node.js", 17 "dist/debug.js", 18 "LICENSE", 19 "README.md" 28 "_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 29 "_spec": "3.2.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "TJ Holowaychuk", 33 "email": "tj@vision-media.ca" 34 }, 35 "browser": "./src/browser.js", 36 "bugs": { 37 "url": "https://github.com/visionmedia/debug/issues" 38 }, 39 "contributors": [ 40 { 41 "name": "Nathan Rajlich", 42 "email": "nathan@tootallnate.net", 43 "url": "http://n8.io" 44 }, 45 { 46 "name": "Andrew Rhyne", 47 "email": "rhyneandrew@gmail.com" 48 } 20 49 ], 21 "author": "TJ Holowaychuk <tj@vision-media.ca>",22 "contributors": [23 "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",24 "Andrew Rhyne <rhyneandrew@gmail.com>"25 ],26 "license": "MIT",27 50 "dependencies": { 28 51 "ms": "^2.1.1" 29 52 }, 53 "description": "small debugging utility", 30 54 "devDependencies": { 31 55 "@babel/cli": "^7.0.0", … … 46 70 "xo": "^0.23.0" 47 71 }, 72 "files": [ 73 "src", 74 "node.js", 75 "dist/debug.js", 76 "LICENSE", 77 "README.md" 78 ], 79 "homepage": "https://github.com/visionmedia/debug#readme", 80 "keywords": [ 81 "debug", 82 "log", 83 "debugger" 84 ], 85 "license": "MIT", 48 86 "main": "./src/index.js", 49 "browser": "./src/browser.js", 50 "unpkg": "./dist/debug.js" 87 "name": "debug", 88 "repository": { 89 "type": "git", 90 "url": "git://github.com/visionmedia/debug.git" 91 }, 92 "unpkg": "./dist/debug.js", 93 "version": "3.2.7" 51 94 } -
trip-planner-front/node_modules/sockjs-client/package.json
rceaed42 r59329aa 1 1 { 2 "name": "sockjs-client", 3 "description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.", 4 "version": "1.5.2", 5 "author": "Bryce Kahle", 6 "jsdelivr": "dist/sockjs.min.js", 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 }, 7 36 "browser": { 8 37 "./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js", … … 33 62 "url-parse": "^1.5.3" 34 63 }, 64 "description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.", 35 65 "devDependencies": { 36 66 "browserify": "^16.5.1", … … 58 88 }, 59 89 "homepage": "http://sockjs.org", 90 "jsdelivr": "dist/sockjs.min.js", 60 91 "keywords": [ 61 92 "websockets", … … 64 95 "license": "MIT", 65 96 "main": "./lib/entry.js", 97 "name": "sockjs-client", 66 98 "repository": { 67 99 "type": "git", 68 "url": " https://github.com/sockjs/sockjs-client.git"100 "url": "git+https://github.com/sockjs/sockjs-client.git" 69 101 }, 70 102 "scripts": { 103 "gulp": "gulp", 104 "lint": "eslint .", 105 "postpublish": "git push origin --all && git push origin --tags", 106 "postversion": "npm publish", 71 107 "test": "mocha tests/node.js", 72 "test:bundle": "gulp testbundle",73 108 "test:browser_local": "npm run test:bundle && npx karma start --browsers Chrome", 74 109 "test:browser_remote": "npm run test:bundle && npx karma start", 75 "gulp": "gulp", 76 "lint": "eslint .", 77 "version": "gulp release && git add -A dist lib/version.js Changelog.md", 78 "postversion": "npm publish", 79 "postpublish": "git push origin --all && git push origin --tags" 80 } 110 "test:bundle": "gulp testbundle", 111 "version": "gulp release && git add -A dist lib/version.js Changelog.md" 112 }, 113 "version": "1.5.2" 81 114 }
Note:
See TracChangeset
for help on using the changeset viewer.