| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "_args": [
- [
- "ts-loader@9.5.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_development": true,
- "_from": "ts-loader@9.5.1",
- "_id": "ts-loader@9.5.1",
- "_inBundle": false,
- "_integrity": "sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==",
- "_location": "/ts-loader",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ts-loader@9.5.1",
- "name": "ts-loader",
- "escapedName": "ts-loader",
- "rawSpec": "9.5.1",
- "saveSpec": null,
- "fetchSpec": "9.5.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmmirror.com/ts-loader/-/ts-loader-9.5.1.tgz",
- "_spec": "9.5.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "John Reilly",
- "email": "johnny_reilly@hotmail.com",
- "url": "https://johnnyreilly.com"
- },
- "bugs": {
- "url": "https://github.com/TypeStrong/ts-loader/issues"
- },
- "contributors": [
- {
- "name": "John Reilly",
- "email": "johnny_reilly@hotmail.com",
- "url": "https://johnnyreilly.com"
- },
- {
- "name": "James Brantly",
- "email": "james@jbrantly.com",
- "url": "http://www.jbrantly.com/"
- }
- ],
- "dependencies": {
- "chalk": "^4.1.0",
- "enhanced-resolve": "^5.0.0",
- "micromatch": "^4.0.0",
- "semver": "^7.3.4",
- "source-map": "^0.7.4"
- },
- "description": "TypeScript loader for webpack",
- "devDependencies": {
- "@types/micromatch": "^4.0.0",
- "@types/node": "*",
- "@types/semver": "^7.3.4",
- "@typescript-eslint/eslint-plugin": "^6.0.0",
- "@typescript-eslint/parser": "^6.0.0",
- "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": "^2.0.0",
- "eslint": "^8.0.0",
- "eslint-config-prettier": "^8.0.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^4.0.0",
- "fs-extra": "^11.0.0",
- "glob": "^7.1.1",
- "husky": "^8.0.0",
- "jasmine-core": "^4.0.0",
- "karma": "^6.0.0",
- "karma-chrome-launcher": "^3.1.0",
- "karma-jasmine": "^4.0.0",
- "karma-mocha-reporter": "^2.0.0",
- "karma-sourcemap-loader": "^0.4.0",
- "karma-webpack": "^5.0.0",
- "lint-staged": "^8.0.0",
- "markdown-toc": "^1.2.0",
- "mkdirp": "^0.5.1",
- "mocha": "^6.0.0",
- "prettier": "^2.0.5",
- "rimraf": "^2.6.2",
- "typescript": "^5.2.2",
- "webpack": "^5.74.0",
- "webpack-cli": "^4.10.0"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "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",
- "yarn lint",
- "git add"
- ]
- },
- "main": "index.js",
- "name": "ts-loader",
- "peerDependencies": {
- "typescript": "*",
- "webpack": "^5.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/TypeStrong/ts-loader.git"
- },
- "scripts": {
- "build": "tsc --version && tsc --project \"./src\"",
- "clean": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests",
- "comparison-tests": "git clean -xfd test/comparison-tests && npm link --legacy-peer-deps ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js",
- "comparison-tests-generate": "git clean -xfd test/comparison-tests && node test/comparison-tests/stub-new-version.js",
- "docker:build": "docker build -t ts-loader .",
- "execution-tests": "git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js",
- "generate-toc": "markdown-toc -i ./README.md && git add README.md && git commit -m \"chore: update docs\"",
- "lint": "tsc --project \"./src\" --noEmit && eslint -c .eslintrc.js --ext .ts ./src",
- "postdocker:build": "docker run -it ts-loader yarn test",
- "test": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests && node test/run-tests.js"
- },
- "types": "dist",
- "version": "9.5.1"
- }
|