coffeelint-never-use-strict
Version:
CoffeeLint rule that enforces usage of strict mode
62 lines (61 loc) • 1.71 kB
JSON
{
"name": "coffeelint-never-use-strict",
"version": "0.9.3",
"description": "CoffeeLint rule that enforces usage of strict mode",
"keywords": [
"coffee",
"coffeescript",
"coffeelint",
"rule",
"usestrict",
"use strict",
"'use strict'",
"\"use strict\"",
"coffeelintrule",
"coffeelintmodule",
"coffeelint-rule",
"coffeelint-module",
"codeconventions"
],
"repository": "za-creature/coffeelint-never-use-strict",
"authors": [
"Radu Dan <za_creature@yahoo.com> (https://github.com/za-creature)",
"Jan Raasch <jan@janraasch.com> (http://janraasch.com)"
],
"files": [
"index.js"
],
"scripts": {
"prepublish": "coffee -c index.coffee",
"lint": "coffeelint index.coffee test.coffee",
"test": "mocha --opts mocha.opts test.coffee",
"test-all": "mocha --opts mocha.opts --reporter mocha-junit-reporter test.coffee",
"coverage": "istanbul report lcov"
},
"dependencies": {
"coffeelint-always-use-strict": "latest"
},
"devDependencies": {
"chai": "^4.1.0",
"coffee-coverage": "^2.0.1",
"coffee-script": "^1.12.7",
"coffeelint": "^1.16.0",
"coffeelint-advanced-colon-assignment-spacing": "^1.0.0",
"coffeelint-braces-padding": "^0.1.5",
"coffeelint-limit-newlines": "0.0.2",
"coffeelint-never-use-strict": "latest",
"coffeelint-no-code-after-return": "0.0.4",
"coffeelint-prefer-double-quotes": "^0.1.0",
"coffeescope2": "^0.4.5",
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"mocha-junit-reporter": "^1.13.0",
"proxyquire": "^1.8.0"
},
"engines": {
"npm": ">=3.8.6",
"node": ">=6.1.0"
},
"license": "MIT"
}