source: trip-planner-front/node_modules/websocket-extensions/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: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "websocket-extensions@0.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "websocket-extensions@0.1.4",
10 "_id": "websocket-extensions@0.1.4",
11 "_inBundle": false,
12 "_integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
13 "_location": "/websocket-extensions",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "websocket-extensions@0.1.4",
19 "name": "websocket-extensions",
20 "escapedName": "websocket-extensions",
21 "rawSpec": "0.1.4",
22 "saveSpec": null,
23 "fetchSpec": "0.1.4"
24 },
25 "_requiredBy": [
26 "/websocket-driver"
27 ],
28 "_resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
29 "_spec": "0.1.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "James Coglan",
33 "email": "jcoglan@gmail.com",
34 "url": "http://jcoglan.com/"
35 },
36 "bugs": {
37 "url": "http://github.com/faye/websocket-extensions-node/issues"
38 },
39 "description": "Generic extension manager for WebSocket connections",
40 "devDependencies": {
41 "jstest": "*"
42 },
43 "engines": {
44 "node": ">=0.8.0"
45 },
46 "files": [
47 "lib"
48 ],
49 "homepage": "http://github.com/faye/websocket-extensions-node",
50 "keywords": [
51 "websocket"
52 ],
53 "license": "Apache-2.0",
54 "main": "./lib/websocket_extensions",
55 "name": "websocket-extensions",
56 "repository": {
57 "type": "git",
58 "url": "git://github.com/faye/websocket-extensions-node.git"
59 },
60 "scripts": {
61 "test": "jstest spec/runner.js"
62 },
63 "version": "0.1.4"
64}
Note: See TracBrowser for help on using the repository browser.