diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:45:59 +0000 |
commit | 19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch) | |
tree | 42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/jaegertracing/thrift/lib/ts/package.json | |
parent | Initial commit. (diff) | |
download | ceph-upstream/16.2.11+ds.tar.xz ceph-upstream/16.2.11+ds.zip |
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/jaegertracing/thrift/lib/ts/package.json')
-rw-r--r-- | src/jaegertracing/thrift/lib/ts/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/jaegertracing/thrift/lib/ts/package.json b/src/jaegertracing/thrift/lib/ts/package.json new file mode 100644 index 000000000..eda1c0aea --- /dev/null +++ b/src/jaegertracing/thrift/lib/ts/package.json @@ -0,0 +1,39 @@ +{ + "name": "thrift", + "version": "0.13.0", + "description": "Thrift is a software framework for scalable cross-language services development.", + "author": { + "name": "Apache Thrift Developers", + "email": "dev@thrift.apache.org" + }, + "bugs": "https://issues.apache.org/jira/projects/THRIFT/summary", + "homepage": "http://thrift.apache.org", + "repository": "https://github.com/apache/thrift", + "license": "Apache-2.0", + "devDependencies": { + "@types/node-int64": "^0.4.29", + "@types/phantom": "^3.2.5", + "@types/qunit": "^2.5.4", + "browserify": "^16.2.3", + "bufferutil": "^4.0.1", + "grunt": "^1.0.3", + "grunt-cli": "^1.2.0", + "grunt-contrib-concat": "^1.0.1", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-qunit": "^3.1.0", + "grunt-contrib-uglify": "^1.0.1", + "grunt-jsdoc": "^2.2.1", + "grunt-shell-spawn": "^0.3.12", + "jslint": "^0.12.0", + "node-int64": "^0.4.0", + "phantom": "^6.0.3", + "typescript": "^3.2.4" + }, + "dependencies": { + "bufferutil": "^4.0.1", + "jsdoc": "^3.5.5", + "json-int64": "^1.0.0", + "nopt": "^4.0.1" + }, + "types": "./thrift.d.ts" +} |