New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ass-compiler

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ass-compiler - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/ass-compiler.js

53

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc