2011-01-08 03:49:16 +00:00
|
|
|
{
|
|
|
|
"name": "thrift",
|
2011-04-27 20:14:33 +00:00
|
|
|
"description": "node.js bindings for the Apache Thrift RPC system",
|
|
|
|
"homepage": "http://thrift.apache.org/",
|
2014-11-16 07:05:22 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
|
|
|
|
},
|
2012-10-11 20:34:25 +00:00
|
|
|
"version": "1.0.0-dev",
|
2014-11-16 07:05:22 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Apache Thrift Developers",
|
|
|
|
"email": "dev@thrift.apache.org",
|
|
|
|
"url": "http://thrift.apache.org"
|
|
|
|
},
|
2015-09-25 21:00:30 +00:00
|
|
|
"license": "Apache-2.0",
|
2014-11-16 07:05:22 +00:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"mail": "dev@thrift.apache.org",
|
|
|
|
"url": "https://issues.apache.org/jira/browse/THRIFT"
|
|
|
|
},
|
2015-10-30 20:32:29 +00:00
|
|
|
"files": [
|
|
|
|
"lib/nodejs/lib/thrift",
|
|
|
|
"lib/nodejs/README.md"
|
|
|
|
],
|
2014-11-16 07:05:22 +00:00
|
|
|
"directories": {
|
2015-02-02 20:59:38 +00:00
|
|
|
"lib": "./lib/nodejs/lib/thrift"
|
2014-11-16 07:05:22 +00:00
|
|
|
},
|
2015-02-02 20:59:38 +00:00
|
|
|
"main": "./lib/nodejs/lib/thrift",
|
2014-11-16 07:05:22 +00:00
|
|
|
"engines": {
|
2017-09-14 15:07:08 +00:00
|
|
|
"node": ">= 4.1.0"
|
2014-11-16 07:05:22 +00:00
|
|
|
},
|
2012-10-22 21:06:14 +00:00
|
|
|
"dependencies": {
|
2017-09-14 15:07:08 +00:00
|
|
|
"node-int64": "^0.4.0",
|
|
|
|
"q": "^1.5.0",
|
2018-03-06 20:11:01 +00:00
|
|
|
"ws": "^5.0.0"
|
2013-08-27 13:37:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-09-14 15:07:08 +00:00
|
|
|
"buffer-equals": "^1.0.4",
|
2018-03-06 20:11:01 +00:00
|
|
|
"commander": "^2.14.1",
|
|
|
|
"connect": "^3.6.6",
|
2018-10-28 15:27:38 +00:00
|
|
|
"eslint": "^5.7.0",
|
|
|
|
"eslint-config-prettier": "^3.1.0",
|
|
|
|
"eslint-plugin-prettier": "^3.0.0",
|
2017-09-14 15:07:08 +00:00
|
|
|
"istanbul": "^0.4.5",
|
2018-03-06 20:11:01 +00:00
|
|
|
"jsdoc": "^3.5.5",
|
2018-10-28 15:27:38 +00:00
|
|
|
"prettier": "^1.14.3",
|
2018-03-06 20:11:01 +00:00
|
|
|
"tape": "^4.9.0",
|
|
|
|
"utf-8-validate": "^4.0.0"
|
2014-01-26 10:44:27 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-02-03 08:04:40 +00:00
|
|
|
"cover": "lib/nodejs/test/testAll.sh COVER",
|
2018-04-18 03:18:29 +00:00
|
|
|
"test": "lib/nodejs/test/testAll.sh",
|
2018-10-28 15:27:38 +00:00
|
|
|
"prettier": "prettier --write '**/*.js'",
|
|
|
|
"lint": "eslint lib/nodejs/. --ext .js",
|
|
|
|
"lint-tests": "eslint lib/nodejs/test/. --ext .js"
|
2012-10-22 21:06:14 +00:00
|
|
|
}
|
2011-01-08 03:49:16 +00:00
|
|
|
}
|