package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "typescript",
  6. "scope": null,
  7. "escapedName": "typescript",
  8. "name": "typescript",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/robert/workspace/xmlrpc"
  14. ]
  15. ],
  16. "_from": "typescript@latest",
  17. "_id": "typescript@2.1.5",
  18. "_inCache": true,
  19. "_location": "/typescript",
  20. "_nodeVersion": "7.2.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/typescript-2.1.5.tgz_1484179264972_0.1603098378982395"
  24. },
  25. "_npmUser": {
  26. "name": "typescript",
  27. "email": "typescript@microsoft.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "typescript",
  33. "scope": null,
  34. "escapedName": "typescript",
  35. "name": "typescript",
  36. "rawSpec": "",
  37. "spec": "latest",
  38. "type": "tag"
  39. },
  40. "_requiredBy": [
  41. "#USER",
  42. "/",
  43. "/typings-core"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/typescript/-/typescript-2.1.5.tgz",
  46. "_shasum": "6fe9479e00e01855247cea216e7561bafcdbcd4a",
  47. "_shrinkwrap": null,
  48. "_spec": "typescript",
  49. "_where": "/home/robert/workspace/xmlrpc",
  50. "author": {
  51. "name": "Microsoft Corp."
  52. },
  53. "bin": {
  54. "tsc": "./bin/tsc",
  55. "tsserver": "./bin/tsserver"
  56. },
  57. "browser": {
  58. "buffer": false,
  59. "fs": false,
  60. "os": false,
  61. "path": false
  62. },
  63. "bugs": {
  64. "url": "https://github.com/Microsoft/TypeScript/issues"
  65. },
  66. "dependencies": {},
  67. "description": "TypeScript is a language for application scale JavaScript development",
  68. "devDependencies": {
  69. "@types/browserify": "latest",
  70. "@types/chai": "latest",
  71. "@types/convert-source-map": "latest",
  72. "@types/del": "latest",
  73. "@types/glob": "latest",
  74. "@types/gulp": "latest",
  75. "@types/gulp-concat": "latest",
  76. "@types/gulp-help": "latest",
  77. "@types/gulp-newer": "latest",
  78. "@types/gulp-sourcemaps": "latest",
  79. "@types/gulp-typescript": "latest",
  80. "@types/merge2": "latest",
  81. "@types/minimatch": "latest",
  82. "@types/minimist": "latest",
  83. "@types/mkdirp": "latest",
  84. "@types/mocha": "latest",
  85. "@types/node": "latest",
  86. "@types/q": "latest",
  87. "@types/run-sequence": "latest",
  88. "@types/through2": "latest",
  89. "browserify": "latest",
  90. "chai": "latest",
  91. "convert-source-map": "latest",
  92. "del": "latest",
  93. "gulp": "latest",
  94. "gulp-clone": "latest",
  95. "gulp-concat": "latest",
  96. "gulp-help": "latest",
  97. "gulp-insert": "latest",
  98. "gulp-newer": "latest",
  99. "gulp-sourcemaps": "latest",
  100. "gulp-typescript": "latest",
  101. "into-stream": "latest",
  102. "istanbul": "latest",
  103. "jake": "latest",
  104. "merge2": "latest",
  105. "minimist": "latest",
  106. "mkdirp": "latest",
  107. "mocha": "latest",
  108. "mocha-fivemat-progress-reporter": "latest",
  109. "q": "latest",
  110. "run-sequence": "latest",
  111. "sorcery": "latest",
  112. "through2": "latest",
  113. "travis-fold": "latest",
  114. "ts-node": "latest",
  115. "tslint": "4.0.0-dev.3",
  116. "typescript": "^2.1"
  117. },
  118. "directories": {},
  119. "dist": {
  120. "shasum": "6fe9479e00e01855247cea216e7561bafcdbcd4a",
  121. "tarball": "https://registry.npmjs.org/typescript/-/typescript-2.1.5.tgz"
  122. },
  123. "engines": {
  124. "node": ">=4.2.0"
  125. },
  126. "gitHead": "2dbc531cf4cd8758dc0c94465d874d1013d3c5a4",
  127. "homepage": "http://typescriptlang.org/",
  128. "keywords": [
  129. "TypeScript",
  130. "Microsoft",
  131. "compiler",
  132. "language",
  133. "javascript"
  134. ],
  135. "license": "Apache-2.0",
  136. "main": "./lib/typescript.js",
  137. "maintainers": [
  138. {
  139. "name": "typescript",
  140. "email": "typescript@microsoft.com"
  141. }
  142. ],
  143. "name": "typescript",
  144. "optionalDependencies": {},
  145. "readme": "ERROR: No README data found!",
  146. "repository": {
  147. "type": "git",
  148. "url": "git+https://github.com/Microsoft/TypeScript.git"
  149. },
  150. "scripts": {
  151. "build": "npm run build:compiler && npm run build:tests",
  152. "build:compiler": "jake local",
  153. "build:tests": "jake tests",
  154. "clean": "jake clean",
  155. "gulp": "gulp",
  156. "jake": "jake",
  157. "lint": "jake lint",
  158. "pretest": "jake tests",
  159. "setup-hooks": "node scripts/link-hooks.js",
  160. "start": "node lib/tsc",
  161. "test": "jake runtests-parallel"
  162. },
  163. "typings": "./lib/typescript.d.ts",
  164. "version": "2.1.5"
  165. }