lml-main
Version:
This is now a mono repository published into many standalone packages.
107 lines (106 loc) • 2.93 kB
JSON
{
"_args": [
[
"ts-loader@2.3.5",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "ts-loader@2.3.5",
"_id": "ts-loader@2.3.5",
"_inBundle": false,
"_integrity": "sha512-17M6IPoQD8sgKLlt8Jnksj8UI6yD6uBMOTC+6MgAT3uRadValwvSQs6aF7xWXzOOftIzQaeF1Nkv0EQ2Zshd2Q==",
"_location": "/ts-loader",
"_phantomChildren": {
"big.js": "3.2.0",
"color-convert": "1.9.1",
"emojis-list": "2.1.0",
"escape-string-regexp": "1.0.5",
"json5": "0.5.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ts-loader@2.3.5",
"name": "ts-loader",
"escapedName": "ts-loader",
"rawSpec": "2.3.5",
"saveSpec": null,
"fetchSpec": "2.3.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-2.3.5.tgz",
"_spec": "2.3.5",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "James Brantly",
"email": "james@jbrantly.com",
"url": "http://www.jbrantly.com/"
},
"bugs": {
"url": "https://github.com/TypeStrong/ts-loader/issues"
},
"dependencies": {
"chalk": "^2.0.1",
"enhanced-resolve": "^3.0.0",
"loader-utils": "^1.0.2",
"semver": "^5.0.1"
},
"description": "TypeScript loader for webpack",
"devDependencies": {
"@types/chalk": "^0.4.31",
"babel": "^6.0.0",
"babel-core": "^6.0.0",
"babel-loader": "^7.0.0",
"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",
"fs-extra": "^3.0.0",
"glob": "^7.1.1",
"happypack": "^3.1.0",
"html-webpack-plugin": "^2.17.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.0.0",
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^2.0.1",
"mkdirp": "^0.5.1",
"mocha": "^3.1.0",
"rimraf": "^2.4.2",
"typescript": "^2.4.2",
"typings": "^2.0.0",
"webpack": "^2.2.0"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10"
},
"homepage": "https://github.com/TypeStrong/ts-loader",
"keywords": [
"ts-loader",
"typescript-loader",
"webpack",
"loader",
"typescript",
"ts"
],
"license": "MIT",
"main": "index.js",
"name": "ts-loader",
"repository": {
"type": "git",
"url": "git+https://github.com/TypeStrong/ts-loader.git"
},
"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"
},
"version": "2.3.5"
}