UNPKG

3.22 kBJSONView Raw
1{
2 "name": "@hpcc-js/comms",
3 "version": "2.17.0",
4 "description": "hpcc-js - Communications",
5 "main": "dist/index.node.js",
6 "module": "dist/index.es6",
7 "module-node": "dist/index.node.es6",
8 "browser": "dist/index.js",
9 "unpkg": "dist/index.min.js",
10 "jsdelivr": "dist/index.min.js",
11 "types": "types/index.node.d.ts",
12 "files": [
13 "types/*",
14 "types-3.4/*",
15 "lib-es6/*",
16 "src/*.css",
17 "dist/*"
18 ],
19 "scripts": {
20 "clean": "rimraf lib* types dist *.tsbuildinfo",
21 "compile-es6": "tsc --module es6 --outDir ./lib-es6",
22 "compile-es6-watch": "npm run compile-es6 -- -w",
23 "compile-umd": "tsc --module umd --outDir ./lib-umd",
24 "compile-umd-watch": "npm run compile-umd -- -w",
25 "bundle": "rollup -c",
26 "bundle-watch": "npm run bundle -- -w",
27 "minimize-browser": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
28 "minimize-node": "terser dist/index.node.js -c -m --source-map \"content='dist/index.node.js.map',url='index.node.min.js.map'\" -o dist/index.node.min.js",
29 "minimize": "npm run minimize-browser && npm run minimize-node",
30 "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
31 "build": "npm run compile-es6 && npm run bundle",
32 "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
33 "stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
34 "lint": "eslint src/**/*.ts",
35 "docs": "typedoc --options tdoptions.json ."
36 },
37 "dependencies": {
38 "@hpcc-js/ddl-shim": "^2.17.12",
39 "@hpcc-js/util": "^2.21.0",
40 "node-fetch": "2.3.0",
41 "safe-buffer": "5.1.2",
42 "tmp": "0.0.33",
43 "xmldom": "0.1.27"
44 },
45 "devDependencies": {
46 "@hpcc-js/bundle": "^2.10.14",
47 "@rollup/plugin-alias": "3.1.0",
48 "@rollup/plugin-commonjs": "12.0.0",
49 "@rollup/plugin-node-resolve": "8.0.0",
50 "@types/d3-request": "1.0.2",
51 "@types/d3-time-format": "2.1.1",
52 "@types/node": "^10",
53 "@types/request": "0.0.41",
54 "@types/xmldom": "0.1.29",
55 "@typescript-eslint/eslint-plugin": "^3.2.0",
56 "@typescript-eslint/parser": "^3.2.0",
57 "d3-array": "1.2.4",
58 "d3-time-format": "2.1.3",
59 "downlevel-dts": "^0.4.0",
60 "eslint": "7.2.0",
61 "npm-run-all": "4.1.5",
62 "rimraf": "2.6.3",
63 "rollup": "2.10.7",
64 "rollup-plugin-postcss": "3.1.1",
65 "rollup-plugin-sourcemaps": "0.6.2",
66 "terser": "4.0.0",
67 "tslib": "1.10.0",
68 "typedoc": "0.14.2",
69 "typescript": "3.9.2",
70 "whatwg-fetch": "2.0.3"
71 },
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/hpcc-systems/Visualization.git"
75 },
76 "author": "Gordon Smith <gordonjsmith@gmail.com>",
77 "contributors": [],
78 "license": "Apache-2.0",
79 "bugs": {
80 "url": "https://github.com/hpcc-systems/Visualization/issues"
81 },
82 "homepage": "https://github.com/hpcc-systems/Visualization",
83 "gitHead": "9b3c5023869b4260cef8fe47c9f60801766c2c9d"
84}