1{ 2 "name": "ohos-typescript", 3 "ohos": { 4 "org": "opensource" 5 }, 6 "author": "Microsoft Corp", 7 "homepage": "https://www.typescriptlang.org/", 8 "version": "4.9.5-r4", 9 "license": "Apache-2.0", 10 "description": "TypeScript is a language for application scale JavaScript development", 11 "keywords": [ 12 "TypeScript", 13 "Microsoft", 14 "compiler", 15 "language", 16 "javascript" 17 ], 18 "bugs": { 19 "url": "https://github.com/Microsoft/TypeScript/issues" 20 }, 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/Microsoft/TypeScript.git" 24 }, 25 "main": "./lib/typescript.js", 26 "typings": "./lib/typescript.d.ts", 27 "bin": { 28 "tsc": "./bin/tsc", 29 "tsserver": "./bin/tsserver" 30 }, 31 "engines": { 32 "node": ">=4.2.0" 33 }, 34 "files": [ 35 "bin", 36 "lib", 37 "!lib/enu", 38 "LICENSE.txt", 39 "README.md", 40 "SECURITY.md", 41 "ThirdPartyNoticeText.txt", 42 "!**/.gitattributes" 43 ], 44 "devDependencies": { 45 "@octokit/rest": "19.0.5", 46 "@types/chai": "4.3.3", 47 "@types/fancy-log": "2.0.0", 48 "@types/fs-extra": "9.0.13", 49 "@types/glob": "8.0.0", 50 "@types/gulp": "4.0.10", 51 "@types/gulp-concat": "0.0.33", 52 "@types/gulp-newer": "0.0.32", 53 "@types/gulp-rename": "2.0.1", 54 "@types/gulp-sourcemaps": "0.0.35", 55 "@types/merge2": "1.3.1", 56 "@types/microsoft__typescript-etw": "0.1.1", 57 "@types/minimist": "1.2.4", 58 "@types/mkdirp": "1.0.2", 59 "@types/mocha": "10.0.3", 60 "@types/ms": "0.7.33", 61 "@types/node": "18.11.7", 62 "@types/source-map-support": "0.5.6", 63 "@types/which": "2.0.1", 64 "@types/xml2js": "0.4.13", 65 "@typescript-eslint/eslint-plugin": "5.33.1", 66 "@typescript-eslint/parser": "5.33.1", 67 "@typescript-eslint/utils": "5.33.1", 68 "azure-devops-node-api": "11.2.0", 69 "chai": "4.3.10", 70 "chalk": "4.1.2", 71 "del": "6.1.1", 72 "diff": "5.1.0", 73 "eslint": "8.22.0", 74 "eslint-formatter-autolinkable-stylish": "1.2.0", 75 "eslint-plugin-import": "2.26.0", 76 "eslint-plugin-jsdoc": "39.3.6", 77 "eslint-plugin-local": "1.0.0", 78 "eslint-plugin-no-null": "1.0.2", 79 "fancy-log": "2.0.0", 80 "fs-extra": "9.1.0", 81 "glob": "8.1.0", 82 "gulp": "4.0.2", 83 "gulp-concat": "2.6.1", 84 "gulp-insert": "0.5.0", 85 "gulp-newer": "1.4.0", 86 "gulp-rename": "2.0.0", 87 "gulp-sourcemaps": "3.0.0", 88 "merge2": "1.4.1", 89 "minimist": "1.2.8", 90 "mkdirp": "1.0.4", 91 "mocha": "10.2.0", 92 "mocha-fivemat-progress-reporter": "0.1.0", 93 "ms": "2.1.3", 94 "node-fetch": "3.2.10", 95 "source-map-support": "0.5.21", 96 "typescript": "4.8.4", 97 "vinyl": "3.0.0", 98 "which": "2.0.2", 99 "xml2js": "0.4.23", 100 "gulp-cli": "2.3.0", 101 "object.assign": "4.1.4" 102 }, 103 "dependencies": { 104 "json5": "2.2.3" 105 }, 106 "overrides": { 107 "es5-ext": "0.10.53" 108 }, 109 "scripts": { 110 "test": "gulp runtests-parallel --light=false", 111 "test:eslint-rules": "gulp run-eslint-rules-tests", 112 "build": "npm run build:compiler && npm run build:tests", 113 "build:compiler": "gulp local", 114 "build:tests": "gulp tests", 115 "start": "node lib/tsc", 116 "clean": "gulp clean", 117 "gulp": "gulp", 118 "release": "gulp LKG", 119 "baseline": "gulp baseline-accept", 120 "lint": "gulp lint", 121 "setup-hooks": "node scripts/link-hooks.mjs" 122 }, 123 "browser": { 124 "fs": false, 125 "os": false, 126 "path": false, 127 "crypto": false, 128 "buffer": false, 129 "@microsoft/typescript-etw": false, 130 "source-map-support": false, 131 "inspector": false 132 }, 133 "packageManager": "npm@8.15.0", 134 "volta": { 135 "node": "14.20.0", 136 "npm": "8.15.0" 137 } 138} 139