]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/package.json
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / package.json
CommitLineData
f67539c2
TL
1{
2 "name": "thrift",
3 "description": "node.js bindings for the Apache Thrift RPC system",
4 "homepage": "http://thrift.apache.org/",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/apache/thrift.git"
8 },
9 "version": "0.13.0",
10 "author": {
11 "name": "Apache Thrift Developers",
12 "email": "dev@thrift.apache.org",
13 "url": "http://thrift.apache.org"
14 },
15 "license": "Apache-2.0",
16 "licenses": [
17 {
18 "type": "Apache-2.0",
19 "url": "http://www.apache.org/licenses/LICENSE-2.0"
20 }
21 ],
22 "bugs": {
23 "mail": "dev@thrift.apache.org",
24 "url": "https://issues.apache.org/jira/browse/THRIFT"
25 },
26 "files": [
27 "lib/nodejs/lib/thrift",
28 "lib/nodejs/README.md"
29 ],
30 "directories": {
31 "lib": "./lib/nodejs/lib/thrift"
32 },
33 "browser": "./lib/nodejs/lib/thrift/browser.js",
34 "main": "./lib/nodejs/lib/thrift",
35 "engines": {
36 "node": ">= 4.1.0"
37 },
38 "dependencies": {
39 "node-int64": "^0.4.0",
40 "q": "^1.5.0",
41 "ws": "^5.0.0"
42 },
43 "devDependencies": {
44 "buffer-equals": "^1.0.4",
45 "commander": "^2.14.1",
46 "connect": "^3.6.6",
47 "eslint": "^5.7.0",
48 "eslint-config-prettier": "^3.1.0",
49 "eslint-plugin-prettier": "^3.0.0",
50 "html-validator-cli": "^4.1.4",
51 "istanbul": "^0.4.5",
52 "jsdoc": "^3.5.5",
53 "json-int64": "^1.0.0",
54 "prettier": "^1.14.3",
55 "tape": "^4.9.0",
56 "utf-8-validate": "^4.0.0",
57 "typescript": "^3.1.6",
58 "@types/node": "^10.12.6",
59 "@types/node-int64": "^0.4.29",
60 "@types/q": "^1.5.1"
61 },
62 "scripts": {
63 "cover": "lib/nodejs/test/testAll.sh COVER",
64 "test": "lib/nodejs/test/testAll.sh",
65 "test-ts": "lib/nodets/test/testAll.sh",
66 "prettier": "prettier --write '**/*.js'",
67 "lint": "eslint lib/nodejs/. --ext .js",
68 "lint-tests": "eslint lib/nodejs/test/. --ext .js"
69 }
70}