Socket
Socket
Sign inDemoInstall

@fellow/coffeelint

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fellow/coffeelint - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

57

package.json
{
"name": "@fellow/coffeelint",
"description": "Lint your CoffeeScript",
"version": "2.0.7",
"homepage": "http://www.coffeelint.org",
"keywords": [
"lint",
"coffeescript",
"coffee-script"
],
"author": "Matthew Perpick <clutchski@gmail.com>",
"main": "./lib/coffeelint.js",
"engines": {
"npm": ">=1.3.7",
"node": ">=6.9.1"
"version": "2.0.8",
"deprecation": "Deprecated, use @fellow/coffeelint2",
"description": "Deprecated, use @fellow/coffeelint2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/clutchski/coffeelint.git"
},
"bin": {
"coffeelint": "./bin/coffeelint"
},
"dependencies": {
"coffeescript": "~2.1.1",
"glob": "^7.0.6",
"ignore": "^3.0.9",
"optimist": "^0.6.1",
"resolve": "^0.6.3",
"strip-json-comments": "^1.0.2"
},
"devDependencies": {
"underscore": ">=1.4.4",
"vows": ">=0.8.1"
},
"license": "MIT",
"scripts": {
"pretest": "cake compile",
"test": "./vowsrunner.js --spec test/*.coffee test/*.litcoffee",
"testrule": "npm run compile && ./vowsrunner.js --spec",
"posttest": "npm run lint",
"prepare": "npm run prepublish",
"prepublish": "cake prepublish",
"postpublish": "cake postpublish",
"publish": "cake publish",
"lint": "cake compile && ./bin/coffeelint .",
"lint-csv": "cake compile && ./bin/coffeelint --csv .",
"lint-jslint": "cake compile && ./bin/coffeelint --jslint .",
"compile": "cake compile"
}
}
"author": "",
"license": "ISC"
}
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