package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@angular/compiler-cli@5.2.11",
  3. "_id": "@angular/compiler-cli@5.2.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dwrQ0yxoCM/XzKzlm7pTsyg4/6ECjT9emZufGj8t12bLMO8NDn1IJOsqXJA1+onEgQKhlr0Ziwi+96TvDTb1Cg==",
  6. "_location": "/@angular/compiler-cli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@angular/compiler-cli@5.2.11",
  12. "name": "@angular/compiler-cli",
  13. "escapedName": "@angular%2fcompiler-cli",
  14. "scope": "@angular",
  15. "rawSpec": "5.2.11",
  16. "saveSpec": null,
  17. "fetchSpec": "5.2.11"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-5.2.11.tgz",
  23. "_shasum": "71a2885ac394a3c7a407c6ba0b920b52d73add99",
  24. "_spec": "@angular/compiler-cli@5.2.11",
  25. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest",
  26. "bin": {
  27. "ngc": "./src/main.js",
  28. "ng-xi18n": "./src/extract_i18n.js"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/angular/angular/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Tobias Bosch",
  37. "email": "tbosch@google.com",
  38. "url": "https://angular.io/"
  39. },
  40. {
  41. "name": "Alex Eagle",
  42. "email": "alexeagle@google.com",
  43. "url": "https://angular.io/"
  44. }
  45. ],
  46. "dependencies": {
  47. "chokidar": "^1.4.2",
  48. "minimist": "^1.2.0",
  49. "reflect-metadata": "^0.1.2",
  50. "tsickle": "^0.27.2"
  51. },
  52. "deprecated": false,
  53. "description": "Angular - the compiler CLI for Node.js",
  54. "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
  55. "keywords": [
  56. "angular",
  57. "compiler"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "@angular/compiler-cli",
  62. "peerDependencies": {
  63. "typescript": ">=2.4.2 <2.7",
  64. "@angular/compiler": "5.2.11"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/angular/angular.git"
  69. },
  70. "typings": "index.d.ts",
  71. "version": "5.2.11"
  72. }