ass-compiler
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "ass-compiler", | ||
"version": "0.0.0" | ||
"version": "0.0.1", | ||
"description": "Parses and compiles ASS subtitle format to easy-to-use data structure.", | ||
"main": "dist/ass-compiler.js", | ||
"module": "src/index.js", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"lint": "eslint src test", | ||
"preunit": "rollup -c rollup.config.test.js", | ||
"unit": "mocha temp/test.js", | ||
"cover": "cross-env ISTANBUL_REPORT_DIR=coverage ISTANBUL_REPORTERS=text-summary,lcov npm run unit -- --reporter=mocha-istanbul", | ||
"test": "npm run lint && npm run unit && npm run cover", | ||
"bundle": "rollup -c", | ||
"minify": "uglifyjs dist/ass-compiler.js -m -o dist/ass-compiler.min.js", | ||
"build": "npm run bundle && npm run minify", | ||
"preversion": "npm test", | ||
"version": "npm run build && git add -A ./dist", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/weizhenye/ass-compiler.git" | ||
}, | ||
"keywords": [ | ||
"ass", | ||
"ssa", | ||
"subtitle", | ||
"compiler", | ||
"parser" | ||
], | ||
"author": "Zhenye Wei", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/weizhenye/ass-compiler/issues" | ||
}, | ||
"homepage": "https://github.com/weizhenye/ass-compiler", | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"cross-env": "^5.0.5", | ||
"eslint": "^4.7.2", | ||
"eslint-config-airbnb-base": "^12.0.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.5.0", | ||
"mocha-istanbul": "^0.3.0", | ||
"rollup": "^0.50.0", | ||
"rollup-plugin-buble": "^0.16.0", | ||
"rollup-plugin-istanbul": "^1.1.0", | ||
"uglify-js": "^3.1.2" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
54220
23
0
1378
0
1
0
28
0
12