2014-07-13 03:04:16 +04:00
|
|
|
{
|
2015-01-30 23:03:21 +03:00
|
|
|
"name": "typescript",
|
|
|
|
"author": "Microsoft Corp.",
|
2018-09-26 10:56:25 +03:00
|
|
|
"homepage": "https://www.typescriptlang.org/",
|
2023-02-27 07:56:07 +03:00
|
|
|
"version": "5.1.0",
|
2015-05-19 13:46:50 +03:00
|
|
|
"license": "Apache-2.0",
|
2015-01-30 23:03:21 +03:00
|
|
|
"description": "TypeScript is a language for application scale JavaScript development",
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript",
|
|
|
|
"Microsoft",
|
|
|
|
"compiler",
|
|
|
|
"language",
|
|
|
|
"javascript"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Microsoft/TypeScript/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Microsoft/TypeScript.git"
|
|
|
|
},
|
2015-07-27 20:07:07 +03:00
|
|
|
"main": "./lib/typescript.js",
|
2015-08-28 00:06:06 +03:00
|
|
|
"typings": "./lib/typescript.d.ts",
|
2015-01-30 23:03:21 +03:00
|
|
|
"bin": {
|
2015-02-12 19:20:41 +03:00
|
|
|
"tsc": "./bin/tsc",
|
|
|
|
"tsserver": "./bin/tsserver"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-15 05:36:13 +03:00
|
|
|
"node": ">=14.17"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
2022-08-24 00:14:20 +03:00
|
|
|
"files": [
|
2022-09-24 02:05:20 +03:00
|
|
|
"bin",
|
|
|
|
"lib",
|
|
|
|
"!lib/enu",
|
|
|
|
"LICENSE.txt",
|
|
|
|
"README.md",
|
|
|
|
"SECURITY.md",
|
|
|
|
"ThirdPartyNoticeText.txt",
|
2022-08-26 22:15:30 +03:00
|
|
|
"!**/.gitattributes"
|
2022-08-24 00:14:20 +03:00
|
|
|
],
|
2015-01-30 23:03:21 +03:00
|
|
|
"devDependencies": {
|
2022-11-09 23:07:08 +03:00
|
|
|
"@esfx/canceltoken": "^1.0.0",
|
2020-06-12 04:04:21 +03:00
|
|
|
"@octokit/rest": "latest",
|
2023-03-01 09:58:00 +03:00
|
|
|
"@types/chai": "^4.3.4",
|
2022-06-15 02:28:42 +03:00
|
|
|
"@types/fs-extra": "^9.0.13",
|
2023-03-01 09:58:00 +03:00
|
|
|
"@types/glob": "^8.1.0",
|
|
|
|
"@types/microsoft__typescript-etw": "^0.1.1",
|
|
|
|
"@types/minimist": "^1.2.2",
|
|
|
|
"@types/mocha": "^10.0.1",
|
|
|
|
"@types/ms": "^0.7.31",
|
2019-07-29 20:33:43 +03:00
|
|
|
"@types/node": "latest",
|
2023-03-01 09:58:00 +03:00
|
|
|
"@types/source-map-support": "^0.5.6",
|
2022-10-07 19:50:46 +03:00
|
|
|
"@types/which": "^2.0.1",
|
2022-08-19 22:58:54 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
|
|
"@typescript-eslint/parser": "^5.33.1",
|
|
|
|
"@typescript-eslint/utils": "^5.33.1",
|
2023-03-30 02:29:39 +03:00
|
|
|
"azure-devops-node-api": "^12.0.0",
|
2023-03-01 09:58:00 +03:00
|
|
|
"chai": "^4.3.7",
|
2021-12-02 22:05:17 +03:00
|
|
|
"chalk": "^4.1.2",
|
2022-11-09 23:07:08 +03:00
|
|
|
"chokidar": "^3.5.3",
|
2022-08-19 22:58:54 +03:00
|
|
|
"del": "^6.1.1",
|
2022-06-16 23:39:42 +03:00
|
|
|
"diff": "^5.1.0",
|
2023-01-18 21:51:53 +03:00
|
|
|
"esbuild": "^0.17.2",
|
2022-08-19 22:58:54 +03:00
|
|
|
"eslint": "^8.22.0",
|
|
|
|
"eslint-formatter-autolinkable-stylish": "^1.2.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-08-22 23:46:03 +03:00
|
|
|
"eslint-plugin-local": "^1.0.0",
|
2022-08-19 22:58:54 +03:00
|
|
|
"eslint-plugin-no-null": "^1.0.2",
|
2023-02-03 01:36:21 +03:00
|
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
2022-10-10 06:12:45 +03:00
|
|
|
"fast-xml-parser": "^4.0.11",
|
2022-06-16 23:39:42 +03:00
|
|
|
"fs-extra": "^9.1.0",
|
2023-02-28 10:05:16 +03:00
|
|
|
"glob": "^8.1.0",
|
2022-10-09 23:15:45 +03:00
|
|
|
"hereby": "^1.6.4",
|
2022-10-09 03:07:26 +03:00
|
|
|
"jsonc-parser": "^3.2.0",
|
2023-03-01 09:58:00 +03:00
|
|
|
"minimist": "^1.2.8",
|
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"mocha-fivemat-progress-reporter": "^0.1.0",
|
2021-09-16 19:52:54 +03:00
|
|
|
"ms": "^2.1.3",
|
2022-10-07 19:50:46 +03:00
|
|
|
"node-fetch": "^3.2.10",
|
2023-03-01 09:58:00 +03:00
|
|
|
"source-map-support": "^0.5.21",
|
2023-03-15 01:27:07 +03:00
|
|
|
"tslib": "^2.5.0",
|
2023-03-17 06:46:09 +03:00
|
|
|
"typescript": "^5.0.2",
|
2022-10-10 06:12:45 +03:00
|
|
|
"which": "^2.0.2"
|
2015-01-30 23:03:21 +03:00
|
|
|
},
|
2023-01-13 06:17:37 +03:00
|
|
|
"overrides": {
|
2023-04-21 00:29:13 +03:00
|
|
|
"typescript@*": "$typescript",
|
|
|
|
"@octokit/types": "9.0.0",
|
|
|
|
"@octokit/openapi-types": "16.0.0"
|
2023-01-13 06:17:37 +03:00
|
|
|
},
|
2015-01-30 23:03:21 +03:00
|
|
|
"scripts": {
|
2022-10-09 23:15:45 +03:00
|
|
|
"test": "hereby runtests-parallel --light=false",
|
|
|
|
"test:eslint-rules": "hereby run-eslint-rules-tests",
|
2015-08-01 02:40:01 +03:00
|
|
|
"build": "npm run build:compiler && npm run build:tests",
|
2022-10-09 23:15:45 +03:00
|
|
|
"build:compiler": "hereby local",
|
|
|
|
"build:tests": "hereby tests",
|
2022-12-09 04:04:58 +03:00
|
|
|
"build:tests:notypecheck": "hereby tests --no-typecheck",
|
2016-04-30 07:59:07 +03:00
|
|
|
"start": "node lib/tsc",
|
2022-10-09 23:15:45 +03:00
|
|
|
"clean": "hereby clean",
|
|
|
|
"gulp": "hereby",
|
|
|
|
"lint": "hereby lint",
|
2022-10-07 19:50:46 +03:00
|
|
|
"setup-hooks": "node scripts/link-hooks.mjs"
|
2015-08-14 07:04:05 +03:00
|
|
|
},
|
|
|
|
"browser": {
|
2015-08-21 21:32:53 +03:00
|
|
|
"fs": false,
|
|
|
|
"os": false,
|
2019-08-02 20:50:49 +03:00
|
|
|
"path": false,
|
2019-09-05 02:59:16 +03:00
|
|
|
"crypto": false,
|
|
|
|
"buffer": false,
|
|
|
|
"@microsoft/typescript-etw": false,
|
2019-09-27 23:34:44 +03:00
|
|
|
"source-map-support": false,
|
|
|
|
"inspector": false
|
2018-06-19 08:45:13 +03:00
|
|
|
},
|
2023-05-09 19:58:38 +03:00
|
|
|
"packageManager": "npm@8.19.4",
|
2021-02-10 23:56:22 +03:00
|
|
|
"volta": {
|
2023-05-09 19:58:38 +03:00
|
|
|
"node": "20.1.0",
|
|
|
|
"npm": "8.19.4"
|
2021-03-26 00:46:16 +03:00
|
|
|
}
|
2014-07-13 03:04:16 +04:00
|
|
|
}
|