ayiin 2.0.3 → 2.0.4
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/LICENSE +674 -674
- package/README.md +28 -28
- package/ayiin/index.js +18316 -14
- package/ayiin/methods/crypt.js +18182 -14
- package/ayiin/methods/index.js +18279 -14
- package/ayiin/methods/response.js +51 -0
- package/ayiin/methods/tools.js +21 -1
- package/package.json +1 -1
- package/save +25 -25
- package/tsconfig.json +2 -1
package/README.md
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
# Library For AyiinXd
|
|
2
|
-
|
|
3
|
-
## Installation
|
|
4
|
-
|
|
5
|
-
This is a [Node.js](https://nodejs.org/en/) module available through the
|
|
6
|
-
[npm registry](https://www.npmjs.com/).
|
|
7
|
-
|
|
8
|
-
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
|
|
9
|
-
Node.js 0.10 or higher is required.
|
|
10
|
-
|
|
11
|
-
If this is a brand new project, make sure to create a `package.json` first with
|
|
12
|
-
the [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).
|
|
13
|
-
|
|
14
|
-
Installation is done using the
|
|
15
|
-
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
|
|
16
|
-
|
|
17
|
-
```console
|
|
18
|
-
$ npm install ayiin
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
## Features
|
|
22
|
-
|
|
23
|
-
* This is for me to learn javascript
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## License
|
|
27
|
-
|
|
28
|
-
[MIT](LICENSE)
|
|
1
|
+
# Library For AyiinXd
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
This is a [Node.js](https://nodejs.org/en/) module available through the
|
|
6
|
+
[npm registry](https://www.npmjs.com/).
|
|
7
|
+
|
|
8
|
+
Before installing, [download and install Node.js](https://nodejs.org/en/download/).
|
|
9
|
+
Node.js 0.10 or higher is required.
|
|
10
|
+
|
|
11
|
+
If this is a brand new project, make sure to create a `package.json` first with
|
|
12
|
+
the [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).
|
|
13
|
+
|
|
14
|
+
Installation is done using the
|
|
15
|
+
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
|
|
16
|
+
|
|
17
|
+
```console
|
|
18
|
+
$ npm install ayiin
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Features
|
|
22
|
+
|
|
23
|
+
* This is for me to learn javascript
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## License
|
|
27
|
+
|
|
28
|
+
[MIT](LICENSE)
|