package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "@angular/core@8.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@angular/core@8.1.0",
  9. "_id": "@angular/core@8.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GviWJjOu6LJMYNbukdSK35VaXvSrp5LTNd0FbXoBQF+mhVVV/8cG4hTKKjxG1xwWXI5E1t5U4aUKXrKUNJ1sQg==",
  12. "_location": "/@angular/core",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@angular/core@8.1.0",
  18. "name": "@angular/core",
  19. "escapedName": "@angular%2fcore",
  20. "scope": "@angular",
  21. "rawSpec": "8.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.1.0"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@angular/core/-/core-8.1.0.tgz",
  29. "_spec": "8.1.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "angular"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/angular/angular/issues"
  36. },
  37. "dependencies": {
  38. "tslib": "^1.9.0"
  39. },
  40. "description": "Angular - the core framework",
  41. "es2015": "./fesm2015/core.js",
  42. "esm2015": "./esm2015/core.js",
  43. "esm5": "./esm5/core.js",
  44. "fesm2015": "./fesm2015/core.js",
  45. "fesm5": "./fesm5/core.js",
  46. "homepage": "https://github.com/angular/angular#readme",
  47. "license": "MIT",
  48. "main": "./bundles/core.umd.js",
  49. "module": "./fesm5/core.js",
  50. "name": "@angular/core",
  51. "ng-update": {
  52. "migrations": "./schematics/migrations.json",
  53. "packageGroup": [
  54. "@angular/core",
  55. "@angular/bazel",
  56. "@angular/common",
  57. "@angular/compiler",
  58. "@angular/compiler-cli",
  59. "@angular/animations",
  60. "@angular/elements",
  61. "@angular/platform-browser",
  62. "@angular/platform-browser-dynamic",
  63. "@angular/forms",
  64. "@angular/platform-server",
  65. "@angular/platform-webworker",
  66. "@angular/platform-webworker-dynamic",
  67. "@angular/upgrade",
  68. "@angular/router",
  69. "@angular/language-service",
  70. "@angular/service-worker"
  71. ]
  72. },
  73. "peerDependencies": {
  74. "rxjs": "^6.4.0",
  75. "zone.js": "~0.9.1"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/angular/angular.git"
  80. },
  81. "sideEffects": false,
  82. "typings": "./core.d.ts",
  83. "version": "8.1.0"
  84. }