diff options
Diffstat (limited to 'node_modules/tslint/package.json')
| -rw-r--r-- | node_modules/tslint/package.json | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/node_modules/tslint/package.json b/node_modules/tslint/package.json index 625c947e2..5bf1e75a1 100644 --- a/node_modules/tslint/package.json +++ b/node_modules/tslint/package.json @@ -1,6 +1,6 @@ { "name": "tslint", - "version": "5.3.2", + "version": "5.6.0", "description": "An extensible static analysis linter for the TypeScript language", "bin": { "tslint": "./bin/tslint" @@ -26,10 +26,11 @@ "compile:scripts": "tsc -p scripts", "compile:test": "tsc -p test", "lint": "npm-run-all -p lint:global lint:from-bin", - "lint:global": "tslint --project test/tsconfig.json --format stylish --type-check # test includes 'src' too", - "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format stylish --type-check", + "lint:global": "tslint --project test/tsconfig.json --format stylish # test includes 'src' too", + "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format stylish", + "publish:local": "./scripts/npmPublish.sh", "test": "npm-run-all test:pre -p test:mocha test:rules", - "test:pre": "cd ./test/config && npm install", + "test:pre": "cd ./test/config && npm install --no-save", "test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"", "test:rules": "node ./build/test/ruleTestRunner.js", "verify": "npm-run-all clean compile lint test docs", @@ -38,41 +39,42 @@ "dependencies": { "babel-code-frame": "^6.22.0", "colors": "^1.1.2", + "commander": "^2.9.0", "diff": "^3.2.0", "glob": "^7.1.1", - "optimist": "~0.6.0", + "minimatch": "^3.0.4", "resolve": "^1.3.2", "semver": "^5.3.0", - "tslib": "^1.6.0", - "tsutils": "^2.0.0" + "tslib": "^1.7.1", + "tsutils": "^2.7.1" }, "peerDependencies": { - "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev" + "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev" }, "devDependencies": { "@types/babel-code-frame": "^6.20.0", "@types/chai": "^3.5.0", "@types/colors": "^1.1.3", - "@types/diff": "0.0.31", + "@types/commander": "^2.9.0", + "@types/diff": "^3.2.0", "@types/glob": "^5.0.30", - "@types/js-yaml": "^3.5.29", + "@types/js-yaml": "^3.5.31", + "@types/minimatch": "^2.0.29", "@types/mocha": "^2.2.35", - "@types/node": "^7.0.16", - "@types/optimist": "0.0.29", - "@types/resolve": "0.0.4", + "@types/node": "^7.0.29", + "@types/resolve": "^0.0.4", "@types/semver": "^5.3.30", "chai": "^3.5.0", - "github": "^8.1.1", + "github": "^8.2.1", "js-yaml": "^3.7.0", "json-stringify-pretty-compact": "^1.0.3", - "memory-streams": "^0.1.2", "mocha": "^3.2.0", - "npm-run-all": "^3.1.0", + "npm-run-all": "^4.0.2", "nyc": "^10.2.0", "rimraf": "^2.5.4", - "tslint": "latest", + "tslint": "^5.5.0", "tslint-test-config-non-relative": "file:test/external/tslint-test-config-non-relative", - "typescript": "^2.3.0" + "typescript": "~2.4.1" }, "license": "Apache-2.0", "engines": { |
