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
105 lines (105 loc) · 4.21 KB

File metadata and controls

105 lines (105 loc) · 4.21 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
103
104
105
{
"name": "pubnub",
"version": "7.2.2",
"author": "PubNub <support@pubnub.com>",
"description": "Publish & Subscribe Real-time Messaging with PubNub",
"scripts": {
"build": "npm run build:node && npm run build:web",
"build:web": "rollup -c rollup.config.js",
"build:node": "tsc -p tsconfig.json",
"test": "npm run test:web && npm run test:node",
"test:web": "karma start ./karma/web.config.js",
"test:node": "ts-mocha -p tsconfig.mocha.json --config .mocharc.yml",
"clean": "rimraf lib dist upload",
"lint": "eslint \"src/**/*\" --config .eslintrc.js",
"ci": "npm run clean && npm run build && npm run lint && npm run test",
"ci:web": "npm run clean && npm run build && npm run lint && npm run test:web",
"ci:node": "npm run clean && npm run build && npm run lint && npm run test:node",
"test:feature:objectsv2:node": "ts-mocha -p tsconfig.mocha.json --no-config --require test/setup.js --reporter spec test/dist/objectsv2.test.js",
"test:feature:fileupload:node": "ts-mocha -p tsconfig.mocha.json --no-config --require test/setup.js --reporter spec test/feature/file_upload.node.test.js",
"contract:refresh": "rimraf dist/contract && git clone --branch master git@github.com:pubnub/service-contract-mock.git dist/contract && npm install --prefix dist/contract && npm run refresh-files --prefix dist/contract",
"contract:server": "npm start --prefix dist/contract consumer",
"contract:build": "cd test/contract && tsc",
"contract:test": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags 'not @na=js and not @beta'",
"contract:test-beta": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags 'not @na=js and @beta'",
"contract:test-access": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags '@featureSet=access and not @na=js and not @beta'",
"contract:test-objectsV2": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags '@featureSet=objectsV2 and not @na=js and not @beta'",
"contract:test-access-beta": "cucumber-js --require dist/cucumber dist/contract/contract/features --tags '@featureSet=access and not @na=js and @beta'"
},
"main": "./lib/node/index.js",
"react-native": "./lib/react_native/index.js",
"metro": "./lib/react_native/index.js",
"nativescript": "./lib/nativescript/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": {
"agentkeepalive": "^3.5.2",
"buffer": "^6.0.3",
"cbor-js": "^0.1.0",
"cbor-sync": "^1.0.4",
"lil-uuid": "^0.1.1",
"superagent": "^6.1.0",
"superagent-proxy": "^3.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "^7.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.0",
"@types/nock": "^9.3.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"chai": "4.3.4",
"chai-as-promised": "^7.1.1",
"chai-nock": "^1.2.0",
"es6-shim": "^0.35.6",
"eslint": "^8.9.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-prettier": "^4.0.0",
"js-yaml": "^3.13.1",
"karma": "^5.0.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"mocha": "^9.2.1",
"nock": "^9.6.1",
"node-fetch": "^2.6.1",
"phantomjs-prebuilt": "^2.1.16",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.68.0",
"rollup-plugin-gzip": "^3.0.1",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"ts-mocha": "^9.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.3.5",
"underscore": "^1.9.2"
},
"license": "MIT",
"engine": {
"node": ">=0.8"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.