101 lines
2.7 KiB
JSON
101 lines
2.7 KiB
JSON
{
|
|
"_from": "ts-loader@^1.3.3",
|
|
"_id": "ts-loader@1.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-MMYgPh5muEGohwHtiFjxcl2UsCY=",
|
|
"_location": "/ts-loader",
|
|
"_phantomChildren": {
|
|
"big.js": "3.2.0",
|
|
"emojis-list": "2.1.0",
|
|
"json5": "0.5.1",
|
|
"object-assign": "4.1.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ts-loader@^1.3.3",
|
|
"name": "ts-loader",
|
|
"escapedName": "ts-loader",
|
|
"rawSpec": "^1.3.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.3"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-1.3.3.tgz",
|
|
"_shasum": "30c6203e1e66b841a88701ed8858f1725d94b026",
|
|
"_spec": "ts-loader@^1.3.3",
|
|
"_where": "/nfs/repos/trunk/trunk-images",
|
|
"author": {
|
|
"name": "James Brantly",
|
|
"email": "james@jbrantly.com",
|
|
"url": "http://www.jbrantly.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TypeStrong/ts-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"colors": "^1.0.3",
|
|
"enhanced-resolve": "^3.0.0",
|
|
"loader-utils": "^0.2.6",
|
|
"object-assign": "^4.1.0",
|
|
"semver": "^5.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "TypeScript loader for webpack",
|
|
"devDependencies": {
|
|
"babel": "^6.0.0",
|
|
"babel-core": "^6.0.0",
|
|
"babel-loader": "^6.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": "^1.0.0",
|
|
"glob": "^7.1.1",
|
|
"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": "^1.7.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^3.1.0",
|
|
"phantomjs-prebuilt": "^2.1.2",
|
|
"rimraf": "^2.4.2",
|
|
"typescript": "^2.1.4",
|
|
"typings": "^2.0.0",
|
|
"vue": "^2.0.5",
|
|
"vue-loader": "^9.7.0",
|
|
"webpack": "^1.11.0"
|
|
},
|
|
"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",
|
|
"execution-tests": "node test/execution-tests/run-tests.js",
|
|
"test": "node test/run-tests.js"
|
|
},
|
|
"version": "1.3.3"
|
|
}
|