@xpadev-net/niconicomments 0.2.39 → 0.2.41
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 +21 -21
- package/LICENSE_JP +11 -11
- package/README.en.md +43 -43
- package/README.md +43 -43
- package/dist/bundle.d.ts +616 -616
- package/dist/bundle.js +2704 -2698
- package/package.json +67 -67
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@xpadev-net/niconicomments",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
|
|
5
|
-
"main": "dist/bundle.js",
|
|
6
|
-
"types": "dist/bundle.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"build": "rollup -c rollup.config.mjs",
|
|
10
|
-
"watch": "rollup -c rollup.config.mjs -w",
|
|
11
|
-
"typedoc": "typedoc --entryPointStrategy Expand --out ./docs/type/ ./src/",
|
|
12
|
-
"copy-dts": "npx copyfiles -u 2 src/@types/*.d.ts dist/dts",
|
|
13
|
-
"prepublishOnly": "npx rimraf dist&&npm run copy-dts&&npm run build&&node ./util/bundle-dts.js",
|
|
14
|
-
"check-types": "npx tsc --noEmit --jsx react",
|
|
15
|
-
"eslint": "eslint src/**/*.ts*",
|
|
16
|
-
"eslint:fix": "eslint src/**/*.ts* --fix",
|
|
17
|
-
"format": "prettier --write \"src/**/*.{tsx,ts,js,json,css,scss}\"",
|
|
18
|
-
"lint": "npm run eslint&&npm run check-types",
|
|
19
|
-
"lint:fix": "npm run format&&npm run eslint:fix&&npm run check-types",
|
|
20
|
-
"prepare": "husky install"
|
|
21
|
-
},
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/xpadev-net/niconicomments.git"
|
|
25
|
-
},
|
|
26
|
-
"keywords": [
|
|
27
|
-
"canvas",
|
|
28
|
-
"comment",
|
|
29
|
-
"danmaku",
|
|
30
|
-
"html5",
|
|
31
|
-
"niconico",
|
|
32
|
-
"nicovide"
|
|
33
|
-
],
|
|
34
|
-
"author": "xpadev(xpadev.net)",
|
|
35
|
-
"bugs": {
|
|
36
|
-
"url": "https://github.com/xpadev-net/niconicomments/issues"
|
|
37
|
-
},
|
|
38
|
-
"files": [
|
|
39
|
-
"dist/bundle.js",
|
|
40
|
-
"dist/bundle.d.ts"
|
|
41
|
-
],
|
|
42
|
-
"homepage": "https://xpadev-net.github.io/niconicomments/",
|
|
43
|
-
"license": "MIT",
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@babel/core": "^7.20.2",
|
|
46
|
-
"@babel/preset-env": "^7.20.2",
|
|
47
|
-
"@rollup/plugin-babel": "^6.0.2",
|
|
48
|
-
"@rollup/plugin-commonjs": "^23.0.2",
|
|
49
|
-
"@rollup/plugin-json": "^5.0.1",
|
|
50
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
51
|
-
"@rollup/plugin-typescript": "^9.0.2",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
53
|
-
"@typescript-eslint/parser": "^5.43.0",
|
|
54
|
-
"copyfiles": "^2.4.1",
|
|
55
|
-
"eslint": "^8.27.0",
|
|
56
|
-
"eslint-config-prettier": "8.5.0",
|
|
57
|
-
"husky": "^8.0.2",
|
|
58
|
-
"lint-staged": "^13.0.3",
|
|
59
|
-
"prettier": "2.7.1",
|
|
60
|
-
"rimraf": "^3.0.2",
|
|
61
|
-
"rollup": "^3.3.0",
|
|
62
|
-
"tslib": "^2.4.1",
|
|
63
|
-
"typedoc": "^0.23.21",
|
|
64
|
-
"typedoc-plugin-missing-exports": "^1.0.0",
|
|
65
|
-
"typescript": "^4.9.3"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@xpadev-net/niconicomments",
|
|
3
|
+
"version": "0.2.41",
|
|
4
|
+
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
|
|
5
|
+
"main": "dist/bundle.js",
|
|
6
|
+
"types": "dist/bundle.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"build": "rollup -c rollup.config.mjs",
|
|
10
|
+
"watch": "rollup -c rollup.config.mjs -w",
|
|
11
|
+
"typedoc": "typedoc --entryPointStrategy Expand --out ./docs/type/ ./src/",
|
|
12
|
+
"copy-dts": "npx copyfiles -u 2 src/@types/*.d.ts dist/dts",
|
|
13
|
+
"prepublishOnly": "npx rimraf dist&&npm run copy-dts&&npm run build&&node ./util/bundle-dts.js",
|
|
14
|
+
"check-types": "npx tsc --noEmit --jsx react",
|
|
15
|
+
"eslint": "eslint src/**/*.ts*",
|
|
16
|
+
"eslint:fix": "eslint src/**/*.ts* --fix",
|
|
17
|
+
"format": "prettier --write \"src/**/*.{tsx,ts,js,json,css,scss}\"",
|
|
18
|
+
"lint": "npm run eslint&&npm run check-types",
|
|
19
|
+
"lint:fix": "npm run format&&npm run eslint:fix&&npm run check-types",
|
|
20
|
+
"prepare": "husky install"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/xpadev-net/niconicomments.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"canvas",
|
|
28
|
+
"comment",
|
|
29
|
+
"danmaku",
|
|
30
|
+
"html5",
|
|
31
|
+
"niconico",
|
|
32
|
+
"nicovide"
|
|
33
|
+
],
|
|
34
|
+
"author": "xpadev(xpadev.net)",
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/xpadev-net/niconicomments/issues"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dist/bundle.js",
|
|
40
|
+
"dist/bundle.d.ts"
|
|
41
|
+
],
|
|
42
|
+
"homepage": "https://xpadev-net.github.io/niconicomments/",
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@babel/core": "^7.20.2",
|
|
46
|
+
"@babel/preset-env": "^7.20.2",
|
|
47
|
+
"@rollup/plugin-babel": "^6.0.2",
|
|
48
|
+
"@rollup/plugin-commonjs": "^23.0.2",
|
|
49
|
+
"@rollup/plugin-json": "^5.0.1",
|
|
50
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
51
|
+
"@rollup/plugin-typescript": "^9.0.2",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
53
|
+
"@typescript-eslint/parser": "^5.43.0",
|
|
54
|
+
"copyfiles": "^2.4.1",
|
|
55
|
+
"eslint": "^8.27.0",
|
|
56
|
+
"eslint-config-prettier": "8.5.0",
|
|
57
|
+
"husky": "^8.0.2",
|
|
58
|
+
"lint-staged": "^13.0.3",
|
|
59
|
+
"prettier": "2.7.1",
|
|
60
|
+
"rimraf": "^3.0.2",
|
|
61
|
+
"rollup": "^3.3.0",
|
|
62
|
+
"tslib": "^2.4.1",
|
|
63
|
+
"typedoc": "^0.23.21",
|
|
64
|
+
"typedoc-plugin-missing-exports": "^1.0.0",
|
|
65
|
+
"typescript": "^4.9.3"
|
|
66
|
+
}
|
|
67
|
+
}
|