1{ 2 "name": "@ohos/typescript", 3 "ohos": { 4 "org": "opensource" 5 }, 6 "author": "Microsoft Corp", 7 "homepage": "https://www.typescriptlang.org/", 8 "version": "4.2.3-r2", 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 "devDependencies": { 35 "@octokit/rest": "latest", 36 "@types/browserify": "latest", 37 "@types/chai": "latest", 38 "@types/convert-source-map": "latest", 39 "@types/glob": "latest", 40 "@types/gulp": "^4.0.5", 41 "@types/gulp-concat": "latest", 42 "@types/gulp-newer": "latest", 43 "@types/gulp-rename": "0.0.33", 44 "@types/gulp-sourcemaps": "0.0.32", 45 "@types/jake": "latest", 46 "@types/merge2": "latest", 47 "@types/microsoft__typescript-etw": "latest", 48 "@types/minimatch": "latest", 49 "@types/minimist": "latest", 50 "@types/mkdirp": "latest", 51 "@types/mocha": "latest", 52 "@types/ms": "latest", 53 "@types/node": "15.0.2", 54 "@types/node-fetch": "^2.3.4", 55 "@types/q": "latest", 56 "@types/source-map-support": "latest", 57 "@types/through2": "latest", 58 "@types/xml2js": "^0.4.0", 59 "@typescript-eslint/eslint-plugin": "4.5.0", 60 "@typescript-eslint/experimental-utils": "4.5.0", 61 "@typescript-eslint/parser": "4.5.0", 62 "async": "latest", 63 "azure-devops-node-api": "^10.1.0", 64 "browser-resolve": "^1.11.2", 65 "browserify": "latest", 66 "chai": "latest", 67 "chalk": "4.1.2", 68 "convert-source-map": "latest", 69 "del": "5.1.0", 70 "diff": "^4.0.2", 71 "eslint": "7.12.1", 72 "eslint-formatter-autolinkable-stylish": "1.1.4", 73 "eslint-plugin-import": "2.22.1", 74 "eslint-plugin-jsdoc": "30.7.6", 75 "eslint-plugin-no-null": "1.0.2", 76 "fancy-log": "latest", 77 "fs-extra": "^9.0.0", 78 "glob": "latest", 79 "gulp": "^4.0.0", 80 "gulp-concat": "latest", 81 "gulp-insert": "latest", 82 "gulp-newer": "latest", 83 "gulp-rename": "latest", 84 "gulp-sourcemaps": "latest", 85 "istanbul": "latest", 86 "merge2": "latest", 87 "minimist": "latest", 88 "mkdirp": "latest", 89 "mocha": "latest", 90 "mocha-fivemat-progress-reporter": "latest", 91 "ms": "latest", 92 "node-fetch": "^2.6.0", 93 "plugin-error": "latest", 94 "pretty-hrtime": "^1.0.3", 95 "prex": "^0.4.3", 96 "q": "latest", 97 "remove-internal": "^2.9.2", 98 "source-map-support": "latest", 99 "through2": "latest", 100 "typescript": "^4.0.0-dev.20200624", 101 "vinyl": "latest", 102 "vinyl-sourcemaps-apply": "latest", 103 "xml2js": "^0.4.19" 104 }, 105 "scripts": { 106 "prepare": "gulp build-eslint-rules", 107 "pretest": "gulp tests", 108 "test": "gulp runtests-parallel --light=false", 109 "test:eslint-rules": "gulp run-eslint-rules-tests", 110 "build": "npm run build:compiler && npm run build:tests", 111 "build:compiler": "gulp local", 112 "build:tests": "gulp tests", 113 "start": "node lib/tsc", 114 "clean": "gulp clean", 115 "gulp": "gulp", 116 "release": "gulp LKG", 117 "baseline": "gulp baseline-accept", 118 "jake": "gulp", 119 "lint": "gulp lint", 120 "lint:ci": "gulp lint --ci", 121 "lint:compiler": "gulp lint-compiler", 122 "lint:scripts": "gulp lint-scripts", 123 "setup-hooks": "node scripts/link-hooks.js" 124 }, 125 "browser": { 126 "fs": false, 127 "os": false, 128 "path": false, 129 "crypto": false, 130 "buffer": false, 131 "@microsoft/typescript-etw": false, 132 "source-map-support": false, 133 "inspector": false 134 }, 135 "dependencies": {} 136} 137