mirror of
https://github.com/1c7/Crash-Course-Computer-Science-Chinese.git
synced 2026-08-13 22:13:28 +08:00
code for extract info from ass
This commit is contained in:
14
extract_from_ass_subtitle/package.json
Normal file
14
extract_from_ass_subtitle/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "cc_nodejs",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"ass-parser": "^0.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user