microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3d1881c70be7731be046de957fef05f0fae13ef4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

TypescriptNext/typescript/package.json

84lines · modecode

1{
2 "name": "typescript",
3 "author": {
4 "name": "Microsoft Corp."
5 },
6 "homepage": "http://typescriptlang.org/",
7 "version": "1.9.0-dev.20160128",
8 "license": "Apache-2.0",
9 "description": "TypeScript is a language for application scale JavaScript development",
10 "keywords": [
11 "TypeScript",
12 "Microsoft",
13 "compiler",
14 "language",
15 "javascript"
16 ],
17 "bugs": {
18 "url": "https://github.com/Microsoft/TypeScript/issues"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/Microsoft/TypeScript.git"
23 },
24 "main": "./lib/typescript.js",
25 "typings": "./lib/typescript.d.ts",
26 "bin": {
27 "tsc": "./bin/tsc",
28 "tsserver": "./bin/tsserver"
29 },
30 "engines": {
31 "node": ">=0.8.0"
32 },
33 "devDependencies": {
34 "jake": "latest",
35 "mocha": "2.3.4",
36 "chai": "latest",
37 "browserify": "latest",
38 "istanbul": "latest",
39 "mocha-fivemat-progress-reporter": "latest",
40 "tslint": "next",
41 "typescript": "next",
42 "tsd": "latest"
43 },
44 "scripts": {
45 "pretest": "jake tests",
46 "test": "jake runtests",
47 "build": "npm run build:compiler && npm run build:tests",
48 "build:compiler": "jake local",
49 "build:tests": "jake tests",
50 "clean": "jake clean",
51 "jake": "jake",
52 "lint": "jake lint",
53 "setup-hooks": "node scripts/link-hooks.js"
54 },
55 "browser": {
56 "buffer": false,
57 "fs": false,
58 "os": false,
59 "path": false
60 },
61 "gitHead": "0981719bedcfca41c8b85e4aa80d44cb2175836a",
62 "_id": "typescript@1.9.0-dev.20160128",
63 "_shasum": "481cd7ac32aafe8bab9c4ec4c9d9d5d9c57cce53",
64 "_from": "typescript@1.9.0-dev.20160128",
65 "_npmVersion": "2.14.12",
66 "_nodeVersion": "4.2.6",
67 "_npmUser": {
68 "name": "typescript",
69 "email": "typescript@microsoft.com"
70 },
71 "maintainers": [
72 {
73 "name": "typescript",
74 "email": "typescript@microsoft.com"
75 }
76 ],
77 "dist": {
78 "shasum": "481cd7ac32aafe8bab9c4ec4c9d9d5d9c57cce53",
79 "tarball": "http://registry.npmjs.org/typescript/-/typescript-1.9.0-dev.20160128.tgz"
80 },
81 "directories": {},
82 "_resolved": "https://registry.npmjs.org/typescript/-/typescript-1.9.0-dev.20160128.tgz",
83 "readme": "ERROR: No README data found!"
84}
85