2017-05-03 15:35:00 +02:00
|
|
|
{
|
|
|
|
"name": "ts-loader",
|
2017-05-24 15:10:37 +02:00
|
|
|
"version": "2.1.0",
|
2017-05-03 15:35:00 +02:00
|
|
|
"description": "TypeScript loader for webpack",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc --version && tsc --project \"./src\"",
|
|
|
|
"comparison-tests": "npm link ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js",
|
|
|
|
"comparison-tests-generate": "node test/comparison-tests/stub-new-version.js",
|
|
|
|
"execution-tests": "node test/execution-tests/run-tests.js",
|
|
|
|
"test": "node test/run-tests.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/TypeStrong/ts-loader.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ts-loader",
|
|
|
|
"typescript-loader",
|
|
|
|
"webpack",
|
|
|
|
"loader",
|
|
|
|
"typescript",
|
|
|
|
"ts"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4.3.0 <5.0.0 || >=5.10"
|
|
|
|
},
|
|
|
|
"author": "James Brantly <james@jbrantly.com> (http://www.jbrantly.com/)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/TypeStrong/ts-loader/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/TypeStrong/ts-loader",
|
|
|
|
"dependencies": {
|
|
|
|
"colors": "^1.0.3",
|
|
|
|
"enhanced-resolve": "^3.0.0",
|
|
|
|
"loader-utils": "^1.0.2",
|
|
|
|
"semver": "^5.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel": "^6.0.0",
|
|
|
|
"babel-core": "^6.0.0",
|
2017-05-24 15:10:37 +02:00
|
|
|
"babel-loader": "^7.0.0",
|
2017-05-03 15:35:00 +02:00
|
|
|
"babel-polyfill": "^6.16.0",
|
|
|
|
"babel-preset-es2015": "^6.0.0",
|
|
|
|
"babel-preset-es2016": "^6.16.0",
|
|
|
|
"babel-preset-react": "^6.0.0",
|
|
|
|
"escape-string-regexp": "^1.0.3",
|
2017-05-24 15:10:37 +02:00
|
|
|
"fs-extra": "^3.0.0",
|
2017-05-03 15:35:00 +02:00
|
|
|
"glob": "^7.1.1",
|
2017-05-24 15:10:37 +02:00
|
|
|
"happypack": "^3.1.0",
|
2017-05-03 15:35:00 +02:00
|
|
|
"html-webpack-plugin": "^2.17.0",
|
|
|
|
"jasmine-core": "^2.5.2",
|
|
|
|
"karma": "^1.3.0",
|
|
|
|
"karma-jasmine": "^1.0.0",
|
|
|
|
"karma-mocha-reporter": "^2.0.0",
|
|
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
|
|
"karma-sourcemap-loader": "^0.3.6",
|
|
|
|
"karma-webpack": "^2.0.1",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"mocha": "^3.1.0",
|
|
|
|
"phantomjs-prebuilt": "^2.1.2",
|
|
|
|
"rimraf": "^2.4.2",
|
|
|
|
"typescript": "^2.2.1",
|
|
|
|
"typings": "^2.0.0",
|
|
|
|
"webpack": "^2.2.0"
|
|
|
|
}
|
|
|
|
}
|