package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "@angular/compiler-cli@8.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@angular/compiler-cli@8.1.0",
  10. "_id": "@angular/compiler-cli@8.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WqEWjUTkvkp4rYDwYKo9XVXK1sbUHihwiZDOZrBEiGdw08TvZ+3qZs/mnYwRUYCzoN99RVG5rxJDg8Sf2VTY+w==",
  13. "_location": "/@angular/compiler-cli",
  14. "_phantomChildren": {
  15. "anymatch": "2.0.0",
  16. "async-each": "1.0.1",
  17. "bindings": "1.5.0",
  18. "braces": "2.3.2",
  19. "decamelize": "1.2.0",
  20. "end-of-stream": "1.4.1",
  21. "glob-parent": "3.1.0",
  22. "graceful-fs": "4.1.11",
  23. "inherits": "2.0.3",
  24. "is-binary-path": "1.0.1",
  25. "is-glob": "4.0.0",
  26. "is-stream": "1.1.0",
  27. "map-age-cleaner": "0.1.3",
  28. "micromatch": "3.1.10",
  29. "nice-try": "1.0.5",
  30. "npm-run-path": "2.0.2",
  31. "once": "1.4.0",
  32. "p-finally": "1.0.0",
  33. "p-is-promise": "2.1.0",
  34. "path-is-absolute": "1.0.1",
  35. "path-key": "2.0.1",
  36. "readable-stream": "2.3.6",
  37. "require-directory": "2.1.1",
  38. "semver": "5.5.0",
  39. "set-blocking": "2.0.0",
  40. "shebang-command": "1.2.0",
  41. "signal-exit": "3.0.2",
  42. "strip-eof": "1.0.0",
  43. "which": "1.3.1",
  44. "wrap-ansi": "2.1.0"
  45. },
  46. "_requested": {
  47. "type": "version",
  48. "registry": true,
  49. "raw": "@angular/compiler-cli@8.1.0",
  50. "name": "@angular/compiler-cli",
  51. "escapedName": "@angular%2fcompiler-cli",
  52. "scope": "@angular",
  53. "rawSpec": "8.1.0",
  54. "saveSpec": null,
  55. "fetchSpec": "8.1.0"
  56. },
  57. "_requiredBy": [
  58. "#DEV:/"
  59. ],
  60. "_resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-8.1.0.tgz",
  61. "_spec": "8.1.0",
  62. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  63. "bin": {
  64. "ivy-ngcc": "./ngcc/main-ngcc.js",
  65. "ngc": "./src/main.js",
  66. "ng-xi18n": "./src/extract_i18n.js"
  67. },
  68. "bugs": {
  69. "url": "https://github.com/angular/angular/issues"
  70. },
  71. "dependencies": {
  72. "canonical-path": "1.0.0",
  73. "chokidar": "^2.1.1",
  74. "convert-source-map": "^1.5.1",
  75. "dependency-graph": "^0.7.2",
  76. "magic-string": "^0.25.0",
  77. "minimist": "^1.2.0",
  78. "reflect-metadata": "^0.1.2",
  79. "shelljs": "^0.8.1",
  80. "source-map": "^0.6.1",
  81. "tslib": "^1.9.0",
  82. "yargs": "13.1.0"
  83. },
  84. "description": "Angular - the compiler CLI for Node.js",
  85. "engines": {
  86. "node": ">=8.0"
  87. },
  88. "homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
  89. "keywords": [
  90. "angular",
  91. "compiler"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "@angular/compiler-cli",
  96. "ng-update": {
  97. "packageGroup": [
  98. "@angular/core",
  99. "@angular/bazel",
  100. "@angular/common",
  101. "@angular/compiler",
  102. "@angular/compiler-cli",
  103. "@angular/animations",
  104. "@angular/elements",
  105. "@angular/platform-browser",
  106. "@angular/platform-browser-dynamic",
  107. "@angular/forms",
  108. "@angular/platform-server",
  109. "@angular/platform-webworker",
  110. "@angular/platform-webworker-dynamic",
  111. "@angular/upgrade",
  112. "@angular/router",
  113. "@angular/language-service",
  114. "@angular/service-worker"
  115. ]
  116. },
  117. "peerDependencies": {
  118. "@angular/compiler": "8.1.0",
  119. "typescript": ">=3.4 <3.5"
  120. },
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/angular/angular.git"
  124. },
  125. "typings": "index.d.ts",
  126. "version": "8.1.0"
  127. }