package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@schematics/angular@9.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@schematics/angular@9.0.2",
  9. "_id": "@schematics/angular@9.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-H6ZyxLYoIN68bbNKnUjBCPtB0fcwnpIyTkqXQHa3B4HITcU3uee4PLAl3xCkTS2NGv8m/0eWND9zt5wryGf8PQ==",
  12. "_location": "/@schematics/angular",
  13. "_phantomChildren": {
  14. "fast-json-stable-stringify": "2.0.0",
  15. "ora": "4.0.2",
  16. "sourcemap-codec": "1.4.8",
  17. "tslib": "1.9.2",
  18. "uri-js": "4.2.2"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "@schematics/angular@9.0.2",
  24. "name": "@schematics/angular",
  25. "escapedName": "@schematics%2fangular",
  26. "scope": "@schematics",
  27. "rawSpec": "9.0.2",
  28. "saveSpec": null,
  29. "fetchSpec": "9.0.2"
  30. },
  31. "_requiredBy": [
  32. "/"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-9.0.2.tgz",
  35. "_spec": "9.0.2",
  36. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  37. "author": {
  38. "name": "Angular Authors"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/angular/angular-cli/issues"
  42. },
  43. "dependencies": {
  44. "@angular-devkit/core": "9.0.2",
  45. "@angular-devkit/schematics": "9.0.2"
  46. },
  47. "description": "Schematics specific to Angular",
  48. "engines": {
  49. "node": ">= 10.13.0",
  50. "npm": ">= 6.11.0",
  51. "yarn": ">= 1.13.0"
  52. },
  53. "homepage": "https://github.com/angular/angular-cli",
  54. "husky": {
  55. "hooks": {
  56. "pre-push": "node ./bin/devkit-admin hooks/pre-push"
  57. }
  58. },
  59. "keywords": [
  60. "angular",
  61. "Angular CLI",
  62. "devkit",
  63. "sdk",
  64. "Angular DevKit",
  65. "blueprints",
  66. "code generation",
  67. "schematics"
  68. ],
  69. "license": "MIT",
  70. "name": "@schematics/angular",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/angular/angular-cli.git"
  74. },
  75. "schematics": "./collection.json",
  76. "version": "9.0.2"
  77. }