package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "@angular/cli@8.3.25",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@angular/cli@8.3.25",
  10. "_id": "@angular/cli@8.3.25",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CPJI5nnbBvvyBUFwOHfRXy/KVwsiYlcbDAeIk1klcjQjbVFYZbnY0iAhNupy9j7rPQhb7jle5oslU3TLfbqOTQ==",
  13. "_location": "/@angular/cli",
  14. "_phantomChildren": {
  15. "@angular-devkit/schematics": "8.3.25",
  16. "fast-json-stable-stringify": "2.0.0",
  17. "fs.realpath": "1.0.0",
  18. "inflight": "1.0.6",
  19. "inherits": "2.0.3",
  20. "magic-string": "0.25.3",
  21. "minimatch": "3.0.4",
  22. "once": "1.4.0",
  23. "path-is-absolute": "1.0.1",
  24. "rxjs": "6.4.0",
  25. "uri-js": "4.2.2"
  26. },
  27. "_requested": {
  28. "type": "version",
  29. "registry": true,
  30. "raw": "@angular/cli@8.3.25",
  31. "name": "@angular/cli",
  32. "escapedName": "@angular%2fcli",
  33. "scope": "@angular",
  34. "rawSpec": "8.3.25",
  35. "saveSpec": null,
  36. "fetchSpec": "8.3.25"
  37. },
  38. "_requiredBy": [
  39. "#DEV:/"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/@angular/cli/-/cli-8.3.25.tgz",
  42. "_spec": "8.3.25",
  43. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  44. "author": {
  45. "name": "Angular Authors"
  46. },
  47. "bin": {
  48. "ng": "./bin/ng"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/angular/angular-cli/issues"
  52. },
  53. "dependencies": {
  54. "@angular-devkit/architect": "0.803.25",
  55. "@angular-devkit/core": "8.3.25",
  56. "@angular-devkit/schematics": "8.3.25",
  57. "@schematics/angular": "8.3.25",
  58. "@schematics/update": "0.803.25",
  59. "@yarnpkg/lockfile": "1.1.0",
  60. "ansi-colors": "4.1.1",
  61. "debug": "^4.1.1",
  62. "ini": "1.3.5",
  63. "inquirer": "6.5.1",
  64. "npm-package-arg": "6.1.0",
  65. "npm-pick-manifest": "3.0.2",
  66. "open": "6.4.0",
  67. "pacote": "9.5.5",
  68. "read-package-tree": "5.3.1",
  69. "rimraf": "3.0.0",
  70. "semver": "6.3.0",
  71. "symbol-observable": "1.2.0",
  72. "universal-analytics": "^0.4.20",
  73. "uuid": "^3.3.2"
  74. },
  75. "description": "CLI tool for Angular",
  76. "engines": {
  77. "node": ">= 10.9.0",
  78. "npm": ">= 6.2.0"
  79. },
  80. "homepage": "https://github.com/angular/angular-cli",
  81. "husky": {
  82. "hooks": {
  83. "pre-push": "node ./bin/devkit-admin hooks/pre-push"
  84. }
  85. },
  86. "keywords": [
  87. "angular",
  88. "Angular CLI",
  89. "devkit",
  90. "sdk",
  91. "Angular DevKit",
  92. "angular-cli"
  93. ],
  94. "license": "MIT",
  95. "main": "lib/cli/index.js",
  96. "name": "@angular/cli",
  97. "ng-update": {
  98. "migrations": "@schematics/angular/migrations/migration-collection.json",
  99. "packageGroup": {
  100. "@angular/cli": "8.3.25",
  101. "@angular-devkit/build-angular": "0.803.25",
  102. "@angular-devkit/build-ng-packagr": "0.803.25",
  103. "@angular-devkit/build-webpack": "0.803.25"
  104. }
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/angular/angular-cli.git"
  109. },
  110. "scripts": {
  111. "postinstall": "node ./bin/postinstall/script.js"
  112. },
  113. "version": "8.3.25"
  114. }