Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
102 lines (102 loc) · 2.75 KB

File metadata and controls

102 lines (102 loc) · 2.75 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "pubnub",
"version": "4.9.1",
"author": "PubNub <support@pubnub.com>",
"description": "Publish & Subscribe Real-time Messaging with PubNub",
"bin": {},
"scripts": {
"codecov": "cat coverage/lcov.info | codecov"
},
"main": "./lib/node/index.js",
"react-native": "./lib/react_native/index.js",
"browser": "./dist/web/pubnub.min.js",
"repository": {
"type": "git",
"url": "git://github.com/pubnub/javascript.git"
},
"keywords": [
"cloud",
"publish",
"subscribe",
"websockets",
"comet",
"bosh",
"xmpp",
"real-time",
"messaging"
],
"dependencies": {
"@types/uuid": "^2.0.29",
"agentkeepalive": "^3.1.0",
"superagent": "^2.3.0",
"superagent-proxy": "^1.0.2",
"uuid": "^3.0.1"
},
"noAnalyze": false,
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.9.0",
"flow-bin": "^0.44.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-exec": "^2.1.3",
"gulp-flowtype": "^1.0.0",
"gulp-gzip": "^1.4.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.6",
"gulp-uglify": "^2.0.1",
"gulp-unzip": "^0.2.0",
"imports-loader": "^0.7.0",
"isparta": "^4.0.0",
"js-yaml": "^3.7.0",
"json-loader": "^0.5.4",
"karma": "^1.4.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-spec-reporter": "^0.0.31",
"mocha": "^3.2.0",
"nock": "^9.0.2",
"node-fetch": "^1.6.3",
"phantomjs-prebuilt": "^2.1.14",
"run-sequence": "^1.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0",
"stats-webpack-plugin": "^0.6.0",
"tslint": "^5.1.0",
"tslint-config-airbnb": "^1.1.1",
"tslint-eslint-rules": "^4.0.0",
"typescript": "^2.2.2",
"uglify-js": "^2.7.5",
"underscore": "^1.8.3",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
},
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.8"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.