@alipay-inc/mpaas-ide-openapi-antfin 1.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LEGAL.md +7 -0
- package/README.md +3 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +30 -0
- package/package.json +27 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* methods
|
|
3
|
+
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
4
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* mime-db
|
|
10
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
11
|
+
* MIT Licensed
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* mime-types
|
|
16
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
17
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
18
|
+
* MIT Licensed
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/*! (c) Stefan Thomas | https://github.com/bitcoinjs/bitcoinjs-lib
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
/*! For license information please see index.js.LICENSE.txt */
|
|
28
|
+
|
|
29
|
+
/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
|
|
30
|
+
*/
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@alipay-inc/mpaas-ide-openapi-antfin",
|
|
3
|
+
"version": "1.0.0-beta.9",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"repository": "https://code.alipay.com/mPaaS-IDE-Adaptor/mPaaS-IDE-openAPI.git",
|
|
6
|
+
"author": "跟着勇哥有肉吃 <shengyong.zhu@antgroup.com>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "webpack",
|
|
10
|
+
"prepublish": "yarn build"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@alipay-inc/mpaas-ide-openapi-common": "^1.0.0-beta.9",
|
|
14
|
+
"jsrsasign": "^10.4.1",
|
|
15
|
+
"query-string": "^7.0.1",
|
|
16
|
+
"superagent": "^6.1.0"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"LEGAL.md",
|
|
21
|
+
"README.md"
|
|
22
|
+
],
|
|
23
|
+
"publishConfig": {
|
|
24
|
+
"access": "public"
|
|
25
|
+
},
|
|
26
|
+
"gitHead": "3b00649140176363780207116d7d57219a532ce7"
|
|
27
|
+
}
|