{"maintainers":[{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"keywords":["tslint","typescript","webpack","loader","linting"],"dist-tags":{"latest":"3.5.4"},"author":{"name":"William Buchwalter"},"description":"tslint loader for webpack","readme":"# tslint-loader\n[![Build Status](https://travis-ci.org/wbuchwalter/tslint-loader.svg?branch=master)](https://travis-ci.org/wbuchwalter/tslint-loader)\n[![Dependency Status](https://david-dm.org/wbuchwalter/tslint-loader.svg)](https://david-dm.org/wbuchwalter/tslint-loader)\n[![devDependency Status](https://david-dm.org/wbuchwalter/tslint-loader/dev-status.svg)](https://david-dm.org/wbuchwalter/tslint-loader?type=dev)\n[![peerDependency Status](https://david-dm.org/wbuchwalter/tslint-loader/peer-status.svg)](https://david-dm.org/wbuchwalter/tslint-loader?type=peer)\n\nTslint loader for Webpack.\n\n## Installation\n\n``` shell\nnpm install tslint tslint-loader --save-dev\n```\n\nThe package depends on Tslint 4.0+, no longer works with 3.* versions.\n\n## Usage\n\nApply the tslint loader as preLoader in your webpack configuration.\n\n### Webpack 4\n\n```javascript\nmodule.exports = {\n    module: {\n        rules: [\n            {\n                test: /\\.ts$/,\n                enforce: 'pre',\n                use: [\n                    {\n                        loader: 'tslint-loader',\n                        options: { /* Loader options go here */ }\n                    }\n                ]\n            }\n        ]\n    }\n}\n```\n\n### Webpack 3\n\n```javascript\nmodule.exports = {\n    module: {\n        loaders: [\n            {\n                test: /\\.ts$/,\n                enforce: 'pre',\n                loader: 'tslint-loader',\n                options: { /* Loader options go here */ }\n            }\n        ]\n    }\n}\n```\n\n### Webpack 2\n\n```javascript\nmodule.exports = {\n    module: {\n        rules: [\n            {\n                test: /\\.ts$/,\n                enforce: 'pre',\n                loader: 'tslint-loader',\n                options: { /* Loader options go here */ }\n            }\n        ]\n    }\n}\n```\n\n### Webpack 1\n\n```javascript\nmodule.exports = {\n    module: {\n        preLoaders: [\n            {\n                test: /\\.ts$/,\n                loader: 'tslint-loader'\n            }\n        ]\n    },\n\n    tslint: { /* Loader options go here */ }\n}\n```\n\n### Loader options\n\n```javascript\n{\n    configuration: {\n        rules: {\n            quotemark: [true, 'double']\n        }\n    },\n    \n    // can specify a custom config file relative to current directory or with absolute path\n    // 'tslint-custom.json'\n    configFile: false,\n    \n    // tslint errors are displayed by default as warnings\n    // set emitErrors to true to display them as errors\n    emitErrors: false,\n    \n    // tslint does not interrupt the compilation by default\n    // if you want any file with tslint errors to fail\n    // set failOnHint to true\n    failOnHint: true,\n    \n    // enables type checked rules like 'for-in-array'\n    // uses tsconfig.json from current working directory\n    typeCheck: false,\n    \n    // automatically fix linting errors\n    fix: false,\n    \n    // can specify a custom tsconfig file relative to current directory or with absolute path\n    // to be used with type checked rules\n    tsConfigFile: 'tsconfig.json',\n    \n    // name of your formatter (optional)\n    formatter: 'yourformatter',\n    \n    // path to directory containing formatter (optional)\n    formattersDirectory: 'node_modules/tslint-loader/formatters/',\n    \n    // These options are useful if you want to save output to files\n    // for your continuous integration server\n    fileOutput: {\n        // The directory where each file's report is saved\n        dir: './foo/',\n    \n        // The extension to use for each report's filename. Defaults to 'txt'\n        ext: 'xml',\n    \n        // If true, all files are removed from the report directory at the beginning of run\n        clean: true,\n    \n        // A string to include at the top of every report file.\n        // Useful for some report formats.\n        header: '<?xml version=\"1.0\" encoding=\"utf-8\"?>\\n<checkstyle version=\"5.7\">',\n    \n        // A string to include at the bottom of every report file.\n        // Useful for some report formats.\n        footer: '</checkstyle>'\n    }\n}\n```\n\n## License\n\n[MIT](http://www.opensource.org/licenses/mit-license.php)\n\n\n","repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"users":{"markthethomas":true,"wendellm":true,"shaddyhm":true,"andrej-k":true,"yeming":true},"bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"license":"MIT","versions":{"0.0.1":{"name":"tslint-loader","version":"0.0.1","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/wbuchwalter/tslint-loader"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2","tslint":"^2.2.0-beta","typescript":"^1.5.0-beta"},"gitHead":"4cad91f20960852ca22d72a180f0418528baa8a9","_id":"tslint-loader@0.0.1","_shasum":"e9c15d6ffb3055f68d76db276fc33f6eb14f17af","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"e9c15d6ffb3055f68d76db276fc33f6eb14f17af","size":1926,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-0.0.1.tgz","integrity":"sha512-HrPPBHMMpc5Qv19GBereDyo4A3Jt+1gppPo3DX1IQ19ATM+8CfdrkPkb/1kbWwELnvpZ4vJo518e6kgjLikJlQ=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"publish_time":1432223218286,"_hasShrinkwrap":false,"_cnpm_publish_time":1432223218286,"_cnpmcore_publish_time":"2021-12-16T21:15:35.644Z"},"0.9.0":{"name":"tslint-loader","version":"0.9.0","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/wbuchwalter/tslint-loader"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2","tslint":"^2.2.0-beta","typescript":"^1.5.0-beta"},"gitHead":"01b16cf680e9a4ced904eb69168463622fb7444c","_id":"tslint-loader@0.9.0","_shasum":"2223b328df1c01779ed16c182ee4c17763e9f326","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"2223b328df1c01779ed16c182ee4c17763e9f326","size":2429,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-0.9.0.tgz","integrity":"sha512-9dCljqdIbZyBylyEavfPmFApUBTTcKbHii4o2SEtocsGAobEbnqZI9PQWfSZ9jUHvlVwYKOUHs/Byh9pLZDC3g=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"publish_time":1432302228501,"_hasShrinkwrap":false,"_cnpm_publish_time":1432302228501,"_cnpmcore_publish_time":"2021-12-16T21:15:35.436Z"},"0.9.1":{"name":"tslint-loader","version":"0.9.1","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/wbuchwalter/tslint-loader"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2","tslint":"^2.3.0-beta","typescript":"^1.5.0-beta"},"gitHead":"32d05c17592d0d4ca523c9f328d28eec8e2fac24","_id":"tslint-loader@0.9.1","_shasum":"3eb4c559d6dbc3be399d49b9f59fed3b20e1a4d1","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"3eb4c559d6dbc3be399d49b9f59fed3b20e1a4d1","size":2441,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-0.9.1.tgz","integrity":"sha512-iKJ6JM60JDpw2CtNgQ7N6RS5+P9bKQ9iPP/GDrjd3V5RIxL5gMZ1sYBjajzi4/EPCIgBS4f/PxPpTDcpJqDjXw=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"publish_time":1435262167251,"_hasShrinkwrap":false,"_cnpm_publish_time":1435262167251,"_cnpmcore_publish_time":"2021-12-16T21:15:35.215Z"},"1.0.0":{"name":"tslint-loader","version":"1.0.0","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/wbuchwalter/tslint-loader"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2","tslint":"^2.3.0-beta","typescript":"^1.5.0-beta"},"gitHead":"77d2ead39d14f2e1b841e44aabd71c1cd6de2900","_id":"tslint-loader@1.0.0","_shasum":"c3e518284e9b905c284efd373c32c5be2aadf188","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"c3e518284e9b905c284efd373c32c5be2aadf188","size":2461,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-1.0.0.tgz","integrity":"sha512-vPGBmBzv76oh36h5WEZ5g2aG1lYVN5RetjeG0vQBQbLPsNON0vqskPcL9eSHtmYUvba95qts1XJ2y0/sw6Z/5g=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"publish_time":1435693345147,"_hasShrinkwrap":false,"_cnpm_publish_time":1435693345147,"_cnpmcore_publish_time":"2021-12-16T21:15:34.971Z"},"1.0.1":{"name":"tslint-loader","version":"1.0.1","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2","tslint":"^2.3.1-beta","typescript":"^1.5.0-beta"},"gitHead":"3d50e1c04ffdfb20371f4b3cb6f20f0d0fb7f86b","_id":"tslint-loader@1.0.1","_shasum":"60480977116ddd3a193223310126dd6c6057b2a8","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"60480977116ddd3a193223310126dd6c6057b2a8","size":2465,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-1.0.1.tgz","integrity":"sha512-v+y1uaCcunQ9KPxNCPoxKS6ErMpn53U2AMOM9PLm9SVIySqJEUdc02RXE/d7HIycPsG8hnqdL6+fRtKZmkgOfA=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"publish_time":1436448436743,"_hasShrinkwrap":false,"_cnpm_publish_time":1436448436743,"_cnpmcore_publish_time":"2021-12-16T21:15:34.689Z"},"1.0.2":{"name":"tslint-loader","version":"1.0.2","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2","tslint":"^2.5.0-beta","typescript":"^1.6.0-beta"},"gitHead":"7f8d1da3cb29a59e627f52e68089b8a75d3cb5f7","_id":"tslint-loader@1.0.2","_shasum":"d4d4f307186d01fffccb6cf9cb931c782e25fb5b","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"d4d4f307186d01fffccb6cf9cb931c782e25fb5b","size":2460,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-1.0.2.tgz","integrity":"sha512-gK4GBJfnbc1VoTA3ZkocP1hFwsiiZxIuARWdlXEQjmP+SBV0jI+7sFKI3BrClzWcP/J6UnLvkUOXzVR/T4Ka0Q=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"publish_time":1442242223124,"_hasShrinkwrap":false,"_cnpm_publish_time":1442242223124,"_cnpmcore_publish_time":"2021-12-16T21:15:34.460Z"},"2.0.0":{"name":"tslint-loader","version":"2.0.0","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","strip-json-comments":"^1.0.2"},"gitHead":"7768b3c61ec3c3e91b3727d186d1c2f06dd017fc","_id":"tslint-loader@2.0.0","_shasum":"a7edc264b4af4a340bd22ead94d9a455be379001","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"dist":{"shasum":"a7edc264b4af4a340bd22ead94d9a455be379001","size":2418,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.0.0.tgz","integrity":"sha512-eIY7MUs74ATPq2zd4s9PS0nwZKLoIfJJSnQmv1cZVHHU9NSMq7zCoXB+HGpMFwbHMSQNgmyp9JwjYaevX+KNhA=="},"directories":{},"publish_time":1448329080241,"_hasShrinkwrap":false,"_cnpm_publish_time":1448329080241,"_cnpmcore_publish_time":"2021-12-16T21:15:34.229Z"},"2.1.0":{"name":"tslint-loader","version":"2.1.0","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","rimraf":"^2.4.4","strip-json-comments":"^1.0.2"},"gitHead":"32f42260f8e735012f0eeeaa200d3df3078704f8","_id":"tslint-loader@2.1.0","_shasum":"d17d9b2cb88e7750183843b822b60a8b38ecd5f0","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"dist":{"shasum":"d17d9b2cb88e7750183843b822b60a8b38ecd5f0","size":3142,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.1.0.tgz","integrity":"sha512-B31J+Pt9qNgEeZ9w83M9+jD5Vym6Ggb0bvT3ogbhysa4BSYG5L2qyTi3xe8xagCxFheiXoo7FLUK73wTOxydgA=="},"directories":{},"publish_time":1448411033961,"_hasShrinkwrap":false,"_cnpm_publish_time":1448411033961,"_cnpmcore_publish_time":"2021-12-16T21:15:33.912Z"},"2.1.1":{"name":"tslint-loader","version":"2.1.1","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","rimraf":"^2.4.4","strip-json-comments":"^1.0.2"},"gitHead":"6701e369b4add9e92dfddce831df447a9ffcf674","_id":"tslint-loader@2.1.1","_shasum":"9489a8e066016b232e65949aa7174a789c7e5f5c","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"9489a8e066016b232e65949aa7174a789c7e5f5c","size":3239,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.1.1.tgz","integrity":"sha512-1IW+tqcMKB/uaTeiBXGai/SdMR92IEi024JvA7aOINczPQ3QCWa1Kg9SOA5J+PFCJVO7WU6xQHVYcQzM4LG+Dw=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-2.1.1.tgz_1457032308921_0.8051767428405583"},"directories":{},"publish_time":1457032312061,"_hasShrinkwrap":false,"_cnpm_publish_time":1457032312061,"_cnpmcore_publish_time":"2021-12-16T21:15:33.715Z"},"2.1.3":{"name":"tslint-loader","version":"2.1.3","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","rimraf":"^2.4.4","strip-json-comments":"^1.0.2"},"gitHead":"e094d7ae226ef3e1aba28419ca5f3fb49dea30dc","_id":"tslint-loader@2.1.3","_shasum":"17d96a6b00cf1b4302c5fed058e56890da212a20","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"dist":{"shasum":"17d96a6b00cf1b4302c5fed058e56890da212a20","size":3296,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.1.3.tgz","integrity":"sha512-Q28A7gAM73ly/9mx+KvacfzRa5K5DcPg6/D5jikvwAb1Oi8Y+kom5xtYAvQp4dJUiaQvWbGjPxB/jAOELZrhKg=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-2.1.3.tgz_1457278574349_0.8933412432670593"},"directories":{},"publish_time":1457278577354,"_hasShrinkwrap":false,"_cnpm_publish_time":1457278577354,"_cnpmcore_publish_time":"2021-12-16T21:15:33.480Z"},"2.1.2":{"name":"tslint-loader","version":"2.1.2","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4","strip-json-comments":"^1.0.2"},"gitHead":"2a3de0821dafae27b627b5cbdf0da9209882e53b","_id":"tslint-loader@2.1.2","_shasum":"c4d85d6553d93792b241a9dba0f80655f61ce0b7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"dist":{"shasum":"c4d85d6553d93792b241a9dba0f80655f61ce0b7","size":3105,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.1.2.tgz","integrity":"sha512-OVVX8vX5q4uRMJC7dM1VGBZ1vlq4EvJtNQh8sRZD2VM9g+00ndYpedHAafoy+QLILPaAeNs6d5ZypmyHow5NVg=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/tslint-loader-2.1.2.tgz_1461519579733_0.6974338910076767"},"directories":{},"publish_time":1461519581707,"_hasShrinkwrap":false,"_cnpm_publish_time":1461519581707,"_cnpmcore_publish_time":"2021-12-16T21:15:33.225Z"},"2.1.4":{"name":"tslint-loader","version":"2.1.4","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4","strip-json-comments":"^1.0.2"},"gitHead":"bc7f5b69cccae08fbe95f31095b7ead68ab67a60","_id":"tslint-loader@2.1.4","_shasum":"9804323b927ecaf45a236575b6519f4d16c4da9e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"dist":{"shasum":"9804323b927ecaf45a236575b6519f4d16c4da9e","size":3112,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.1.4.tgz","integrity":"sha512-EDKXIu7weIP3gDauOt+iQvNTyI855LpKV2l6m7QTzyOgOD0+1Cun37RBfE0QQRwopqrzkz/UySnz+Qn8DM2Ltg=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/tslint-loader-2.1.4.tgz_1461520154839_0.1448214144911617"},"directories":{},"publish_time":1461520156656,"_hasShrinkwrap":false,"_cnpm_publish_time":1461520156656,"_cnpmcore_publish_time":"2021-12-16T21:15:33.019Z"},"2.1.5":{"name":"tslint-loader","version":"2.1.5","description":"tslint loader for webpack","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^3.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4","strip-json-comments":"^1.0.2"},"gitHead":"6294e70e07d65f48134ea2725c937cfa7a31d863","_id":"tslint-loader@2.1.5","_shasum":"77abdfd9bf13d7133a6efa4447a1690783c4bb49","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.1","_npmUser":{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"},"dist":{"shasum":"77abdfd9bf13d7133a6efa4447a1690783c4bb49","size":2869,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-2.1.5.tgz","integrity":"sha512-iCOBqlKZqgJ8dBGvovA/+wNEsyus2m6olMDpWn6sM3/045vnf181HMF+U9Ob5CVyM8I/9j1Ja8tdMR5ldON40w=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-2.1.5.tgz_1466437547811_0.27408622740767896"},"directories":{},"publish_time":1466437550374,"_hasShrinkwrap":false,"_cnpm_publish_time":1466437550374,"_cnpmcore_publish_time":"2021-12-16T21:15:32.819Z"},"3.0.0":{"name":"tslint-loader","version":"3.0.0","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","test":"mocha ./test/loader.spec.js"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4"},"devDependencies":{"awesome-typescript-loader":"^3.0.0-beta.3","chai":"^3.5.0","enhanced-resolve":"^2.3.0","mocha":"^3.1.2","np":"^2.10.1","tslint":"^4.0.0","typescript":"^2.0.10","webpack":"^1.13.3"},"gitHead":"ebbff9130cd302c8e4326410ce42f023a5bf463c","_id":"tslint-loader@3.0.0","_shasum":"7926524ebae3212ff337535e42621c040f97ebff","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"7926524ebae3212ff337535e42621c040f97ebff","size":8807,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.0.0.tgz","integrity":"sha512-X7sdf3ojMypYzJpYlLjwZ2FaATzBq23edQyQb08+D8FNEg2h9Hl+iF5Yw8wahupe3kpUd18Mau2yEElCRuuxiQ=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.0.0.tgz_1479806107258_0.5786699976306409"},"directories":{},"publish_time":1479806107786,"_hasShrinkwrap":false,"_cnpm_publish_time":1479806107786,"_cnpmcore_publish_time":"2021-12-16T21:15:32.567Z"},"3.1.0":{"name":"tslint-loader","version":"3.1.0","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","test":"mocha ./test/loader.spec.js"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4"},"devDependencies":{"awesome-typescript-loader":"^3.0.0-beta.3","chai":"^3.5.0","enhanced-resolve":"^2.3.0","mocha":"^3.1.2","np":"^2.10.1","tslint":"^4.0.0","typescript":"^2.0.10","webpack":"^1.13.3"},"gitHead":"c040d043ad25d91796da73aba0cc1c5dce5a2401","_id":"tslint-loader@3.1.0","_shasum":"26a361b82ea7be2beb06b54fe6d537ad83ad9409","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"26a361b82ea7be2beb06b54fe6d537ad83ad9409","size":8744,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.1.0.tgz","integrity":"sha512-S9hjJTj9N12doMt8FDKGywyunmRxrg/GzjygpsTQSsnxDXkj1EsSH7OIBvIpDH1S0M8SwVwGKaW06DE+tJhttg=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.1.0.tgz_1479840912856_0.005246777553111315"},"directories":{},"publish_time":1479840913386,"_hasShrinkwrap":false,"_cnpm_publish_time":1479840913386,"_cnpmcore_publish_time":"2021-12-16T21:15:32.340Z"},"3.2.0":{"name":"tslint-loader","version":"3.2.0","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","test":"mocha ./test/loader.spec.js"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4"},"devDependencies":{"awesome-typescript-loader":"^3.0.0-beta.3","chai":"^3.5.0","enhanced-resolve":"^2.3.0","mocha":"^3.1.2","np":"^2.10.1","tslint":"^4.0.0","typescript":"^2.0.10","webpack":"^1.13.3"},"gitHead":"b1ae9e9aacb9c63a6a96344f282599067ddcb23f","_id":"tslint-loader@3.2.0","_shasum":"de6f842a8ea4aa1c4ab995b670b95a1f54845821","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"de6f842a8ea4aa1c4ab995b670b95a1f54845821","size":9246,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.2.0.tgz","integrity":"sha512-t0dBbrYGD91YzeAQHENaCQpAwFLF92jCDIazIFlqcmoFIPe8QR4pvyYOLtczGs1S8Mua9XRATW5OS4yKqXT0zA=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.2.0.tgz_1479846122890_0.20870218239724636"},"directories":{},"publish_time":1479846123422,"_hasShrinkwrap":false,"_cnpm_publish_time":1479846123422,"_cnpmcore_publish_time":"2021-12-16T21:15:32.143Z"},"3.2.1":{"name":"tslint-loader","version":"3.2.1","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4"},"devDependencies":{"awesome-typescript-loader":"^3.0.0-beta.3","chai":"^3.5.0","enhanced-resolve":"^2.3.0","eslint":"3.11.1","mocha":"^3.1.2","np":"^2.10.1","tslint":"^4.0.0","typescript":"^2.0.10","webpack":"^1.13.3"},"gitHead":"932fabcc7f6b2809b58ac03ea2f081ea8983ba0b","_id":"tslint-loader@3.2.1","_shasum":"68f39ad778f2c38521a76f16b1980757225d5e69","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"68f39ad778f2c38521a76f16b1980757225d5e69","size":10562,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.2.1.tgz","integrity":"sha512-DfNFOPLttJDG+IIWEgSIGxMt29srvA4rd97OgG7+Rkxuupw83BygcT/VV1FmgQOgKNu6n8fGNnQfpvTQaIc1+A=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-3.2.1.tgz_1480539662154_0.9311990304850042"},"directories":{},"publish_time":1480539664100,"_hasShrinkwrap":false,"_cnpm_publish_time":1480539664100,"_cnpmcore_publish_time":"2021-12-16T21:15:31.932Z"},"3.3.0":{"name":"tslint-loader","version":"3.3.0","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4"},"devDependencies":{"awesome-typescript-loader":"^3.0.0-beta.9","chai":"^3.5.0","enhanced-resolve":"^2.3.0","es6-promisify":"^5.0.0","eslint":"3.11.1","mocha":"^3.2.0","np":"^2.10.1","tslint":"^4.0.0","typescript":"^2.0.10","webpack":"^1.13.3"},"gitHead":"8cbb1f1157a08faf2540d6324d7cc04f7a1c5ad8","_id":"tslint-loader@3.3.0","_shasum":"6e6a50fc82e85ff3d1cb53e23dd24ae9e47d91ea","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"6e6a50fc82e85ff3d1cb53e23dd24ae9e47d91ea","size":11157,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.3.0.tgz","integrity":"sha512-sqM+2EHWucscqJaD9LrEPd0GsgRDVg33SFoKFfRpT3AWZetRPOly2QvHgqBZn/mMq8AFm7vtWUEYSKyoV2aMIg=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.3.0.tgz_1480849213859_0.9043310240376741"},"directories":{},"publish_time":1480849214442,"_hasShrinkwrap":false,"_cnpm_publish_time":1480849214442,"_cnpmcore_publish_time":"2021-12-16T21:15:31.700Z"},"3.4.0":{"name":"tslint-loader","version":"3.4.0","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.0.1","rimraf":"^2.4.4"},"devDependencies":{"awesome-typescript-loader":"^3.0.0-beta.9","chai":"^3.5.0","enhanced-resolve":"^2.3.0","es6-promisify":"^5.0.0","eslint":"3.11.1","mocha":"^3.2.0","np":"^2.10.1","tslint":"^4.0.0","typescript":"^2.0.10","webpack":"^1.13.3"},"gitHead":"d29a1b3b73077e71f71257ece2bbd2dd4cdf82a9","_id":"tslint-loader@3.4.0","_shasum":"30c20aa62e1bb086f0d6bfb7591c167139b8a6b6","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"30c20aa62e1bb086f0d6bfb7591c167139b8a6b6","size":11793,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.4.0.tgz","integrity":"sha512-dBmslmR6k+YOKygXlQZ+NBnTxYEMmqT9HKHgaGHroOiWvW+n9ZOSCD+eXnG4wE7pHWDRSL8acwzPUKMReeb/jg=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-3.4.0.tgz_1486909115146_0.1036358627025038"},"directories":{},"publish_time":1486909117104,"_hasShrinkwrap":false,"_cnpm_publish_time":1486909117104,"_cnpmcore_publish_time":"2021-12-16T21:15:31.337Z"},"3.4.1":{"name":"tslint-loader","version":"3.4.1","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^1.13.3"},"gitHead":"007480e95b3db71a4331c5aa62b0c505b97f885c","_id":"tslint-loader@3.4.1","_shasum":"5da49efcaff2f0d868d133dd4731e8bf9d85ceb1","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"5da49efcaff2f0d868d133dd4731e8bf9d85ceb1","size":12419,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.4.1.tgz","integrity":"sha512-2xNWjmxrazpGXxHZpSdtMAmf/sxLpqtuBGlNWzfNeZ4rIgxxBRpBGSO/zX26p7VPt9sUAjxuW0VQHiiC1LsXAQ=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-3.4.1.tgz_1486914054130_0.8758712077978998"},"directories":{},"publish_time":1486914056108,"_hasShrinkwrap":false,"_cnpm_publish_time":1486914056108,"_cnpmcore_publish_time":"2021-12-16T21:15:31.068Z"},"3.4.2":{"name":"tslint-loader","version":"3.4.2","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^0.2.7","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"9f60fefdce261996d13e039bcc7cac5a61a7705e","_id":"tslint-loader@3.4.2","_shasum":"f26424b4dbfe1718acb96469e807038b1d2a644a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"f26424b4dbfe1718acb96469e807038b1d2a644a","size":13131,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.4.2.tgz","integrity":"sha512-trKCSCxMKtuKvsup2wXLFMmmb3f4JaxycRQpLMSATGQvAlp4hps5vS00WWAUKA3zXU42/EWydpp9P4TGAWVRlA=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-3.4.2.tgz_1486930337738_0.8369675576686859"},"directories":{},"publish_time":1486930339646,"_hasShrinkwrap":false,"_cnpm_publish_time":1486930339646,"_cnpmcore_publish_time":"2021-12-16T21:15:30.886Z"},"3.4.3":{"name":"tslint-loader","version":"3.4.3","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":"^4.0.0"},"dependencies":{"loader-utils":"^1.0.2","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"^3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"e8697a91b0b3c8ae87d861193caac8e49f0c7fce","_id":"tslint-loader@3.4.3","_shasum":"ac1eaf57d35eff383d0b008fa67b0813e8b51c54","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"ac1eaf57d35eff383d0b008fa67b0813e8b51c54","size":12129,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.4.3.tgz","integrity":"sha512-n/HqEObiqj49ob6/QqQ9ttoXzYaYTf7uJyCykxMookDl7uAjyTk/n4bBhAB0D2VAmGG0g+88ihoDZP5r8kIYWA=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.4.3.tgz_1488442935879_0.27370254253037274"},"directories":{},"publish_time":1488442936500,"_hasShrinkwrap":false,"_cnpm_publish_time":1488442936500,"_cnpmcore_publish_time":"2021-12-16T21:15:30.657Z"},"3.5.1":{"name":"tslint-loader","version":"3.5.1","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":">=4.0.0"},"dependencies":{"loader-utils":"^1.0.2","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"^3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"9641fade9b64bbd3962c87cc257202bfb1b27f86","_id":"tslint-loader@3.5.1","_shasum":"1cd0ead309a15ec41815766a93b90e3a07708916","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"1cd0ead309a15ec41815766a93b90e3a07708916","size":7002,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.5.1.tgz","integrity":"sha512-FGxmt84CDjSF6qSMxigO74zsUSD9kNvSUuE5b27TzqejY7LCQDkMYTL8Krp0je4KfJDSMZlckcLlP9a3yh2uvA=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.5.1.tgz_1491498251643_0.08543168311007321"},"directories":{},"publish_time":1491498252337,"_hasShrinkwrap":false,"_cnpm_publish_time":1491498252337,"_cnpmcore_publish_time":"2021-12-16T21:15:30.484Z"},"3.5.2":{"name":"tslint-loader","version":"3.5.2","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":">=4.0.0"},"dependencies":{"loader-utils":"^1.0.2","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"^3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"23155fddb4b4bb2474c31f35e054b38b37832240","_id":"tslint-loader@3.5.2","_shasum":"ef2f512c05a96fb1a22d94c32d22fb7975ef9917","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"ef2f512c05a96fb1a22d94c32d22fb7975ef9917","size":8682,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.5.2.tgz","integrity":"sha512-YnSmT5xywbuZeBFe4MTViqc3QIprw+DFLzVdi+Joj+j46xcQyfZKyMX8j5onzMqRhQiZ4psolv4nD21q+pJ7MQ=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/tslint-loader-3.5.2.tgz_1491646669510_0.44684156868606806"},"directories":{},"publish_time":1491646670187,"_hasShrinkwrap":false,"_cnpm_publish_time":1491646670187,"_cnpmcore_publish_time":"2021-12-16T21:15:30.290Z"},"3.5.3":{"name":"tslint-loader","version":"3.5.3","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":">=4.0.0"},"dependencies":{"loader-utils":"^1.0.2","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"^3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"76a524658b0d6462cd145d9f9f848fbceb27f10c","_id":"tslint-loader@3.5.3","_shasum":"343f74122d94f356b689457d3f59f64a69ab606f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"343f74122d94f356b689457d3f59f64a69ab606f","size":10316,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.5.3.tgz","integrity":"sha512-/XEmQHmv6CEh856lvI8uWO3gNvv+GozD+XWsXGePnt+y91HcoO/LhCR/gh41EPft8FfSvfaK4m4/iE4hfULKuA=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tslint-loader-3.5.3.tgz_1492849967821_0.8743659870233387"},"directories":{},"publish_time":1492849969926,"_hasShrinkwrap":false,"_cnpm_publish_time":1492849969926,"_cnpmcore_publish_time":"2021-12-16T21:15:30.108Z"},"3.6.0":{"name":"tslint-loader","version":"3.6.0","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":">=4.0.0"},"dependencies":{"loader-utils":"^1.0.2","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"^3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"d68967d98d9d6332e92beff34310d12f0b26d757","_id":"tslint-loader@3.6.0","_npmVersion":"5.4.2","_nodeVersion":"8.8.1","_npmUser":{"name":"blacksonic","email":"soos.gabor86@gmail.com"},"dist":{"shasum":"12ed4d5ef57d68be25cd12692fb2108b66469d76","size":4178,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.6.0.tgz","integrity":"sha512-Me9Qf/87BOfCY8uJJw+J7VMF4U8WiMXKLhKKKugMydF0xMhMOt9wo2mjYTNhwbF9H7SHh8PAIwRG8roisTNekQ=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tslint-loader_3.6.0_1519899288116_0.9083478299498495"},"_hasShrinkwrap":false,"publish_time":1519899288192,"deprecated":"TSLint is deprecated. As such migrate from tslint-loader to eslint-loader.","_cnpm_publish_time":1519899288192,"_cnpmcore_publish_time":"2021-12-16T21:15:29.852Z"},"3.5.4":{"name":"tslint-loader","version":"3.5.4","description":"tslint loader for webpack","main":"index.js","scripts":{"deploy":"np --skip-cleanup","lint":"eslint --ext .js .","mocha":"mocha ./test/loader.spec.js --timeout 5000","test":"npm run mocha && npm run lint"},"repository":{"type":"git","url":"git+https://github.com/wbuchwalter/tslint-loader.git"},"keywords":["tslint","typescript","webpack","loader","linting"],"author":{"name":"William Buchwalter"},"license":"MIT","bugs":{"url":"https://github.com/wbuchwalter/tslint-loader/issues"},"homepage":"https://github.com/wbuchwalter/tslint-loader","peerDependencies":{"tslint":">=4.0.0"},"dependencies":{"loader-utils":"^1.0.2","mkdirp":"^0.5.1","object-assign":"^4.1.1","rimraf":"^2.4.4","semver":"^5.3.0"},"devDependencies":{"awesome-typescript-loader":"^3.0.3","chai":"^3.5.0","es6-promisify":"^5.0.0","eslint":"^3.15.0","mocha":"^3.2.0","np":"^2.12.0","tslint":"^4.4.2","typescript":"^2.1.6","webpack":"^2.2.1"},"gitHead":"6d04ca1219a88c8ea50180e83f186aa96211868b","_id":"tslint-loader@3.5.4","_npmVersion":"6.4.1","_nodeVersion":"10.7.0","_npmUser":{"name":"bhovhannes","email":"bhovhannes@gmail.com"},"dist":{"shasum":"052af7f0772434451ea1b247bb55407f878a4c40","size":9839,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/tslint-loader/-/tslint-loader-3.5.4.tgz","integrity":"sha512-jBHNNppXut6SgZ7CsTBh+6oMwVum9n8azbmcYSeMlsABhWWoHwjq631vIFXef3VSd75cCdX3rc6kstsB7rSVVw=="},"maintainers":[{"name":"bhovhannes","email":"bhovhannes@gmail.com"},{"name":"blacksonic","email":"soos.gabor86@gmail.com"},{"name":"wbuchwalter","email":"wbuchwalter@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tslint-loader_3.5.4_1539096766040_0.8350066543546562"},"_hasShrinkwrap":false,"publish_time":1539096766212,"_cnpm_publish_time":1539096766212,"_cnpmcore_publish_time":"2021-12-16T21:15:29.661Z"}},"name":"tslint-loader","time":{"modified":"2022-03-15T09:16:35.752Z","created":"2022-01-26T22:36:51.864Z","0.0.1":"2015-05-21T15:46:58.286Z","0.9.0":"2015-05-22T13:43:48.501Z","0.9.1":"2015-06-25T19:56:07.251Z","1.0.0":"2015-06-30T19:42:25.147Z","1.0.1":"2015-07-09T13:27:16.743Z","1.0.2":"2015-09-14T14:50:23.124Z","2.0.0":"2015-11-24T01:38:00.241Z","2.1.0":"2015-11-25T00:23:53.961Z","2.1.1":"2016-03-03T19:11:52.061Z","2.1.3":"2016-03-06T15:36:17.354Z","2.1.2":"2016-04-24T17:39:41.707Z","2.1.4":"2016-04-24T17:49:16.656Z","2.1.5":"2016-06-20T15:45:50.374Z","3.0.0":"2016-11-22T09:15:07.786Z","3.1.0":"2016-11-22T18:55:13.386Z","3.2.0":"2016-11-22T20:22:03.422Z","3.2.1":"2016-11-30T21:01:04.100Z","3.3.0":"2016-12-04T11:00:14.442Z","3.4.0":"2017-02-12T14:18:37.104Z","3.4.1":"2017-02-12T15:40:56.108Z","3.4.2":"2017-02-12T20:12:19.646Z","3.4.3":"2017-03-02T08:22:16.500Z","3.5.1":"2017-04-06T17:04:12.337Z","3.5.2":"2017-04-08T10:17:50.187Z","3.5.3":"2017-04-22T08:32:49.926Z","3.6.0":"2018-03-01T10:14:48.192Z","3.5.4":"2018-10-09T14:52:46.212Z"},"readmeFilename":"README.md","homepage":"https://github.com/wbuchwalter/tslint-loader"}