earthnut 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/README.md +9 -0
  2. package/index.js +1 -0
  3. package/package.json +29 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # iggg
2
+
3
+ ## 介绍
4
+
5
+ iggg 是一个基于 igraph 库的图形分析工具。
6
+
7
+ iceberg
8
+
9
+ noodle
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log("hello ,iggg!");
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "earthnut",
3
+ "version": "0.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "push": "clear && git remote remove origin && git remote add origin git@github.com:lmssee/npm-izzz.git && git push origin main"
7
+ },
8
+ "author": "lmssee <lmssee@outlook.com> (https://lmssee.com)",
9
+ "homepage": "https://lmssee.com/iggg",
10
+ "license": "ISC",
11
+ "description": "iggg",
12
+ "files": [
13
+ "index.js"
14
+ ],
15
+ "bugs": {
16
+ "url": "https://github.com/lmssee/iggg/issues"
17
+ },
18
+ "keywords": [
19
+ "iggg"
20
+ ],
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/lmssee/iggg.git"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "registry": "https://registry.npmjs.org"
28
+ }
29
+ }