123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "_from": "ts-loader@^5.3.3",
- "_id": "ts-loader@5.4.5",
- "_inBundle": false,
- "_integrity": "sha512-XYsjfnRQCBum9AMRZpk2rTYSVpdZBpZK+kDh0TeT3kxmQNBDVIeUjdPjY5RZry4eIAb8XHc4gYSUiUWPYvzSRw==",
- "_location": "/ts-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ts-loader@^5.3.3",
- "name": "ts-loader",
- "escapedName": "ts-loader",
- "rawSpec": "^5.3.3",
- "saveSpec": null,
- "fetchSpec": "^5.3.3"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-5.4.5.tgz",
- "_shasum": "a0c1f034b017a9344cef0961bfd97cc192492b8b",
- "_spec": "ts-loader@^5.3.3",
- "_where": "/home/daniel/development/repos/fw-vendor/rpclib",
- "author": {
- "name": "John Reilly",
- "email": "johnny_reilly@hotmail.com",
- "url": "https://blog.johnnyreilly.com"
- },
- "bugs": {
- "url": "https://github.com/TypeStrong/ts-loader/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "John Reilly",
- "email": "johnny_reilly@hotmail.com",
- "url": "https://blog.johnnyreilly.com"
- },
- {
- "name": "James Brantly",
- "email": "james@jbrantly.com",
- "url": "http://www.jbrantly.com/"
- }
- ],
- "dependencies": {
- "chalk": "^2.3.0",
- "enhanced-resolve": "^4.0.0",
- "loader-utils": "^1.0.2",
- "micromatch": "^3.1.4",
- "semver": "^5.0.1"
- },
- "deprecated": false,
- "description": "TypeScript loader for webpack",
- "devDependencies": {
- "@types/micromatch": "^3.1.0",
- "@types/node": "*",
- "@types/semver": "^5.4.0",
- "@types/webpack": "^4.4.29",
- "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": "^7.0.0",
- "glob": "^7.1.1",
- "html-webpack-plugin": "^3.2.0",
- "husky": "^1.0.0",
- "jasmine-core": "^3.0.0",
- "karma": "^3.0.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-jasmine": "^2.0.0",
- "karma-mocha-reporter": "^2.0.0",
- "karma-sourcemap-loader": "^0.3.6",
- "karma-webpack": "^4.0.0-rc.5",
- "lint-staged": "^7.0.0",
- "mkdirp": "^0.5.1",
- "mocha": "^5.0.0",
- "prettier": "^1.11.1",
- "rimraf": "^2.6.2",
- "tslint": "^5.11.0",
- "tslint-config-prettier": "^1.15.0",
- "typescript": "^3.1.1",
- "webpack": "^4.5.0",
- "webpack-cli": "^3.1.1"
- },
- "engines": {
- "node": ">=6.11.5"
- },
- "homepage": "https://github.com/TypeStrong/ts-loader",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "ts-loader",
- "typescript-loader",
- "webpack",
- "loader",
- "typescript",
- "ts"
- ],
- "license": "MIT",
- "lint-staged": {
- "src/**/*.{ts,md}": [
- "prettier --write",
- "git add"
- ]
- },
- "main": "index.js",
- "name": "ts-loader",
- "peerDependencies": {
- "typescript": "*"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/TypeStrong/ts-loader.git"
- },
- "scripts": {
- "build": "tsc --version && tsc --project \"./src\"",
- "comparison-tests": "tsc --project \"./test/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",
- "docker:build": "docker build -t ts-loader .",
- "execution-tests": "node test/execution-tests/run-tests.js",
- "lint": "tslint --project \"./src\"",
- "postdocker:build": "docker run -it ts-loader yarn test",
- "test": "node test/run-tests.js"
- },
- "types": "dist/types/index.d.ts",
- "version": "5.4.5"
- }
|