@antglobal/create-sdk-loader 0.0.0

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.
Files changed (3) hide show
  1. package/LEGAL.md +7 -0
  2. package/README.md +3 -0
  3. package/package.json +12 -0
package/LEGAL.md ADDED
@@ -0,0 +1,7 @@
1
+ Legal Disclaimer
2
+
3
+ Within this source code, the comments in Chinese shall be the original, governing version. Any comment in other languages are for reference only. In the event of any conflict between the Chinese language version comments and other language version comments, the Chinese language version shall prevail.
4
+
5
+ 法律免责声明
6
+
7
+ 关于代码注释部分,中文注释为官方版本,其它语言注释仅做参考。中文注释可能与其它语言注释存在不一致,当中文注释与其它语言注释存在不一致时,请以中文注释为准。
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ ### Marmot NPM
2
+
3
+ placeholder
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@antglobal/create-sdk-loader",
3
+ "version": "0.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "MIT"
12
+ }