_id stringlengths 21 254 | text stringlengths 1 93.7k | metadata dict |
|---|---|---|
angular/integration/platform-server/projects/standalone/src/app/http-transferstate-lazy-on-init/http-transfer-state-on-init.component.ts_0_846 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {HttpClient} from '@angular/common/http';
import {Component, OnInit} from '@angular/core';
@Component({
se... | {
"end_byte": 846,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/standalone/src/app/http-transferstate-lazy-on-init/http-transfer-state-on-init.component.ts"
} |
angular/integration/platform-server/projects/standalone/src/app/http-transferstate-lazy/http-transfer-state.component.ts_0_1112 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {HttpClient} from '@angular/common/http';
import {Component, OnInit} from '@angular/core';
@Component({
se... | {
"end_byte": 1112,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/standalone/src/app/http-transferstate-lazy/http-transfer-state.component.ts"
} |
angular/integration/platform-server/projects/standalone/src/app/transferstate/transfer-state.component.ts_0_1087 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {isPlatformServer} from '@angular/common';
import {HttpClient} from '@angular/common/http';
import {Component... | {
"end_byte": 1087,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/standalone/src/app/transferstate/transfer-state.component.ts"
} |
angular/integration/platform-server/projects/ngmodule/prerender.ts_0_1380 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
/* tslint:disable:no-console */
import {renderModule} from '@angular/platform-server';
import AppServerModule from '... | {
"end_byte": 1380,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/prerender.ts"
} |
angular/integration/platform-server/projects/ngmodule/server.ts_0_1557 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
/* tslint:disable:no-console */
import {APP_BASE_HREF} from '@angular/common';
import {renderModule} from '@angular/... | {
"end_byte": 1557,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/server.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/favicon.ico_0_898 | �PNG
IHDR ?�~� pHYs ��~� fIDATH��WKLQ���̔�uG�� e�n�.6qcb�l?���D`�F#�
Ku�F
1Qc�
��!���� ��C�P�|B?$���ܱ3����I&}��}�̽s�[*�ɀU�A� �K��yx�gY�Ajq��3L Š� ��˫�OD�4��3Ϗ:X�3��o�PJ�ğo#IH�a����,{>1/�2$�R AR]�)w��?�sZw^��q�Y�m_��e���r[8�^�
�&p��-���A}c��- ������!����2_)E�)... | {
"end_byte": 898,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/favicon.ico"
} |
angular/integration/platform-server/projects/ngmodule/src/index.html_0_300 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PlatformServer</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>
| {
"end_byte": 300,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/index.html"
} |
angular/integration/platform-server/projects/ngmodule/src/main.ts_0_197 | import {platformBrowser} from '@angular/platform-browser';
import {AppModule} from './app/app.module';
(window as any)['doBootstrap'] = () => {
platformBrowser().bootstrapModule(AppModule);
};
| {
"end_byte": 197,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/main.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/styles.css_0_80 | /* You can add global styles to this file, and also import other style files */
| {
"end_byte": 80,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/styles.css"
} |
angular/integration/platform-server/projects/ngmodule/src/main.server.ts_0_68 | export {AppServerModule as default} from './app/app.server.module';
| {
"end_byte": 68,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/main.server.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/app-routing.module.ts_0_1127 | import {NgModule} from '@angular/core';
import {RouterModule, Routes} from '@angular/router';
import {HelloWorldComponent} from './helloworld/hello-world.component';
import {TransferStateComponent} from './transferstate/transfer-state.component';
const routes: Routes = [
{
path: 'helloworld',
component: Hell... | {
"end_byte": 1127,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/app-routing.module.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/app.server.module.ts_0_297 | import {NgModule} from '@angular/core';
import {ServerModule} from '@angular/platform-server';
import {AppModule} from './app.module';
import {AppComponent} from './app.component';
@NgModule({
imports: [AppModule, ServerModule],
bootstrap: [AppComponent],
})
export class AppServerModule {}
| {
"end_byte": 297,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/app.server.module.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/app.module.ts_0_413 | import {NgModule} from '@angular/core';
import {BrowserModule, provideClientHydration} from '@angular/platform-browser';
import {AppRoutingModule} from './app-routing.module';
import {AppComponent} from './app.component';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, AppRoutingModule],
prov... | {
"end_byte": 413,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/app.module.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/app.component.ts_0_179 | import {Component} from '@angular/core';
@Component({
selector: 'app-root',
template: '<router-outlet></router-outlet>',
standalone: false,
})
export class AppComponent {}
| {
"end_byte": 179,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/app.component.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/helloworld/hello-world.component.ts_0_498 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {Component} from '@angular/core';
@Component({
selector: 'hello-world-app',
template: `
<div>Hello {... | {
"end_byte": 498,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/helloworld/hello-world.component.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy-on-init/http-transferstate-lazy-on-init.module.ts_0_568 | import {CommonModule} from '@angular/common';
import {HttpClientModule} from '@angular/common/http';
import {NgModule} from '@angular/core';
import {RouterModule, Routes} from '@angular/router';
import {TransferStateComponentOnInit} from './http-transferstate-lazy-on-init.component';
const routes: Routes = [
{
p... | {
"end_byte": 568,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy-on-init/http-transferstate-lazy-on-init.module.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy-on-init/http-transferstate-lazy-on-init.component.ts_0_828 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {HttpClient} from '@angular/common/http';
import {Component, OnInit} from '@angular/core';
@Component({
se... | {
"end_byte": 828,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy-on-init/http-transferstate-lazy-on-init.component.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy/http-transfer-state.component.ts_0_1086 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {HttpClient} from '@angular/common/http';
import {Component, OnInit} from '@angular/core';
@Component({
se... | {
"end_byte": 1086,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy/http-transfer-state.component.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy/http-transfer-state.module.ts_0_611 | import {CommonModule} from '@angular/common';
import {HttpClientModule} from '@angular/common/http';
import {NgModule} from '@angular/core';
import {RouterModule, Routes} from '@angular/router';
import {TransferStateComponent as HttpTransferStateComponent} from './http-transfer-state.component';
const routes: Routes =... | {
"end_byte": 611,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/http-transferstate-lazy/http-transfer-state.module.ts"
} |
angular/integration/platform-server/projects/ngmodule/src/app/transferstate/transfer-state.component.ts_0_1012 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {isPlatformServer} from '@angular/common';
import {Component, Inject, PLATFORM_ID, TransferState, makeStateKe... | {
"end_byte": 1012,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/projects/ngmodule/src/app/transferstate/transfer-state.component.ts"
} |
angular/integration/platform-server/e2e/protractor.conf.js_0_1202 | // @ts-check
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts
const {SpecReporter} = require('jasmine-spec-reporter');
/**
* @type { import("protractor").Config }
*/
exports.config = {
allScriptsTimeout: 11000,
specs: ['./src/**/*-... | {
"end_byte": 1202,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/e2e/protractor.conf.js"
} |
angular/integration/platform-server/e2e/src/http-transferstate-lazy-on-init-spec.ts_0_1531 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {browser, by, element} from 'protractor';
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from... | {
"end_byte": 1531,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/e2e/src/http-transferstate-lazy-on-init-spec.ts"
} |
angular/integration/platform-server/e2e/src/helloworld-spec.ts_0_1416 | import {browser, by, element} from 'protractor';
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from './util';
describe('Hello world E2E Tests', () => {
beforeEach(async () => {
// Don't wait for Angular since it is not bootstrapped automatically.
await browser.waitForAngularEnabled(false);
... | {
"end_byte": 1416,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/e2e/src/helloworld-spec.ts"
} |
angular/integration/platform-server/e2e/src/util.ts_0_892 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import * as webdriver from 'selenium-webdriver';
import {browser} from 'protractor';
export async function verifyNoB... | {
"end_byte": 892,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/e2e/src/util.ts"
} |
angular/integration/platform-server/e2e/src/http-transferstate-lazy-spec.ts_0_1673 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {browser, by, element} from 'protractor';
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from... | {
"end_byte": 1673,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/e2e/src/http-transferstate-lazy-spec.ts"
} |
angular/integration/platform-server/e2e/src/transferstate-spec.ts_0_1105 | /**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
import {browser, by, element} from 'protractor';
import {bootstrapClientApp, navigateTo, verifyNoBrowserErrors} from... | {
"end_byte": 1105,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/platform-server/e2e/src/transferstate-spec.ts"
} |
angular/integration/cli-hello-world-lazy/check-output-for-ngdevmode.js_0_579 | const fs = require('fs');
const path = require('path');
const distPath = './dist/';
const ngDevModeVariable = 'ngDevMode';
const filesWithNgDevMode = fs
.readdirSync(distPath)
.filter((p) => p.endsWith('.js'))
.filter((p) => fs.readFileSync(path.join(distPath, p), 'utf-8').includes(ngDevModeVariable));
if (fil... | {
"end_byte": 579,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/check-output-for-ngdevmode.js"
} |
angular/integration/cli-hello-world-lazy/README.md_0_439 | # CliHelloWorldLazy
This test checks bundle sizes when there is a lazy module. It also checks if the `ngDevMode` global variable and string references in `packages/core/src/util/ng_dev_mode.ts` are correctly removed.
This test contains a lazy route to ensure `ngDevMode` removal happens even across chunks, and a paylo... | {
"end_byte": 439,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/README.md"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_0_83 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1 | {
"end_byte": 83,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_86_4418 | "@ampproject/remapping@2.3.0", "@ampproject/remapping@^2.2.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
de... | {
"end_byte": 4418,
"start_byte": 86,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_4420_9037 | "@angular/build@19.0.0-next.5":
version "19.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/build/-/build-19.0.0-next.5.tgz#93164c08207e1a7f1f3f89383b67378b83acefbd"
integrity sha512-HtNagdxJ9RqZ+TcMmfdh8/ok5KOWLWYGFRYwyyo3NDyqtny2+NsZFevxFM9rk55oEe0fyqMUtnApHh6wH1rUDA==
dependencies:
"@ampproje... | {
"end_byte": 9037,
"start_byte": 4420,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_9039_13744 | "@babel/core@7.25.2", "@babel/core@^7.23.9":
version "7.25.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
dependencies:
"@ampproject/re... | {
"end_byte": 13744,
"start_byte": 9039,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_13746_18545 | "@babel/helper-member-expression-to-functions@^7.24.8":
version "7.24.8"
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6"
integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvP... | {
"end_byte": 18545,
"start_byte": 13746,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_18547_23156 | "@babel/helper-string-parser@^7.24.8":
version "7.24.8"
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
"@babel/... | {
"end_byte": 23156,
"start_byte": 18547,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_23158_28202 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.0":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz#3a82a70e7cb7294ad2559465ebcb871dfbf078fb"
integrity sha... | {
"end_byte": 28202,
"start_byte": 23158,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_28204_33163 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+... | {
"end_byte": 33163,
"start_byte": 28204,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_33165_38276 | "@babel/plugin-transform-block-scoped-functions@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz#a4251d98ea0c0f399dafe1a35801eaba455bbf1f"
integrity sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtP... | {
"end_byte": 38276,
"start_byte": 33165,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_38278_43464 | "@babel/plugin-transform-exponentiation-operator@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz#b629ee22645f412024297d5245bce425c31f9b0d"
integrity sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4E... | {
"end_byte": 43464,
"start_byte": 38278,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_43466_48261 | "@babel/plugin-transform-modules-umd@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02j... | {
"end_byte": 48261,
"start_byte": 43466,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_48263_53248 | "@babel/plugin-transform-private-methods@^7.25.4":
version "7.25.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242"
integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxS... | {
"end_byte": 53248,
"start_byte": 48263,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_53250_55080 | "@babel/plugin-transform-unicode-escapes@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e"
integrity sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O... | {
"end_byte": 55080,
"start_byte": 53250,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_55082_60845 | "@babel/preset-env@7.25.4":
version "7.25.4"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6"
integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==
dependencies:
"@babel/compat-data"... | {
"end_byte": 60845,
"start_byte": 55082,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_60847_64873 | "@babel/runtime@7.25.6", "@babel/runtime@^7.8.4":
version "7.25.6"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2"
integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==
dependencies:
rege... | {
"end_byte": 64873,
"start_byte": 60847,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_64875_68623 | "@esbuild/android-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
"@esbuild/android-x64@0.23.1":
... | {
"end_byte": 68623,
"start_byte": 64875,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_68625_72397 | "@esbuild/linux-arm@0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz#ecaabd1c23b701070484990db9a82f382f99e771"
integrity sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==
"@esbuild/linux-ia32@0.21.5":
versio... | {
"end_byte": 72397,
"start_byte": 68625,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_72399_76111 | "@esbuild/linux-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0"
integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
"@esbuild/linux-x64@0.23.1":
version... | {
"end_byte": 76111,
"start_byte": 72399,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_76113_80246 | "@esbuild/win32-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
"@esbuild/win32-x64@0.23.1":
version... | {
"end_byte": 80246,
"start_byte": 76113,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_80248_84196 | "@inquirer/prompts@5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-5.5.0.tgz#5805aa15a13180017829aa31d071fd37a43b735d"
integrity sha512-BHDeL0catgHdcHbSFFUddNzvx/imzJMft+tWDPwTm3hfu8/tApk1HrooNngB2Mb4qY+KaRWF+iZqoVUPeslEog==
dependencies:
"@inquirer/checkbox" "^2.5... | {
"end_byte": 84196,
"start_byte": 80248,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_84198_88266 | "@jridgewell/source-map@^0.3.3":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
dependencies:
"@jridgewell... | {
"end_byte": 88266,
"start_byte": 84198,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_88268_92243 | "@lmdb/lmdb-linux-x64@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.1.0.tgz#1591990cd0709700379dd6f802e980284eba6d5d"
integrity sha512-3I12ss8iVMMR5Sc+xtLZsZS5ekSSD9+DGI0etykiyDRFZrviGaEWjaIOgou6sClGn2+EvaBDfa7BmP3SkZOS5Q==
"@lmdb/lmdb-win32-x64@3.1.0":
... | {
"end_byte": 92243,
"start_byte": 88268,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_92245_96336 | "@npmcli/agent@^2.0.0":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@npmcli/agent/-/agent-2.2.2.tgz#967604918e62f620a648c7975461c9c9e74fc5d5"
integrity sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==
dependencies:
agent-base "^7.1.0"
http-proxy-... | {
"end_byte": 96336,
"start_byte": 92245,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_96338_100179 | "@rollup/rollup-android-arm64@4.21.3":
version "4.21.3"
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.3.tgz#b94b6fa002bd94a9cbd8f9e47e23b25e5bd113ba"
integrity sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==
"@rollu... | {
"end_byte": 100179,
"start_byte": 96338,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_100181_104279 | "@rollup/rollup-win32-arm64-msvc@4.21.3":
version "4.21.3"
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.3.tgz#fbb6ef5379199e2ec0103ef32877b0985c773a55"
integrity sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==... | {
"end_byte": 104279,
"start_byte": 100181,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_104281_108618 | "@tufjs/models@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@tufjs/models/-/models-2.0.1.tgz#e429714e753b6c2469af3212e7f320a6973c2812"
integrity sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==
dependencies:
"@tufjs/canonical-json" "2.0.0"
... | {
"end_byte": 108618,
"start_byte": 104281,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_108620_112641 | "@types/mute-stream@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
dependencies:
"@types/node" "*"
... | {
"end_byte": 112641,
"start_byte": 108620,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_112643_116842 | "@types/ws@^8.5.10":
version "8.5.12"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.12.tgz#619475fe98f35ccca2a2f6c137702d85ec247b7e"
integrity sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==
dependencies:
"@types/node" "*"
"@vitejs/plugin-basic-ss... | {
"end_byte": 116842,
"start_byte": 112643,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_116844_120840 | "@webassemblyjs/wasm-edit@^1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
dependencies:
"@weba... | {
"end_byte": 120840,
"start_byte": 116844,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_120842_124850 | acorn-import-attributes@^1.9.5:
version "1.9.5"
resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
acorn@^8.7.1, acor... | {
"end_byte": 124850,
"start_byte": 120842,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_124852_128744 | ajv@^6.12.3, ajv@^6.12.5:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stab... | {
"end_byte": 128744,
"start_byte": 124852,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_128746_132641 | append-transform@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-1.0.0.tgz#046a52ae582a228bd72f58acfbe2967c678759ab"
integrity sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw==
dependencies:
default-require-exte... | {
"end_byte": 132641,
"start_byte": 128746,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_132643_136794 | autoprefixer@10.4.20:
version "10.4.20"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b"
integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==
dependencies:
browserslist "^4.23.3"
... | {
"end_byte": 136794,
"start_byte": 132643,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_136796_140595 | bcrypt-pbkdf@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
dependencies:
tweetnacl "^0.14.3"
better-asse... | {
"end_byte": 140595,
"start_byte": 136796,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_140597_144344 | brace-expansion@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
dependencies:
balanced-match "^1.0.0"... | {
"end_byte": 144344,
"start_byte": 140597,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_144346_147984 | cacache@^18.0.0:
version "18.0.4"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-18.0.4.tgz#4601d7578dadb59c66044e157d02a3314682d6a5"
integrity sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==
dependencies:
"@npmcli/fs" "^3.1.0"
fs-minipass "^3.0.... | {
"end_byte": 147984,
"start_byte": 144346,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_147986_151846 | "chokidar@>=3.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
dependencies:
... | {
"end_byte": 151846,
"start_byte": 147986,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_151848_155759 | clone@^1.0.2:
version "1.0.4"
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
color-convert@^1.9.0:
version "1.9.3"
resolved "https://registry.yar... | {
"end_byte": 155759,
"start_byte": 151848,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_155761_159728 | component-inherit@0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/component-inherit/-/component-inherit-0.0.3.tgz#645fc4adf58b72b649d5cae65135619db26ff143"
integrity sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==
compressible@~2.0.16:
version "2.0.... | {
"end_byte": 159728,
"start_byte": 155761,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_159730_163759 | copy-anything@^2.0.1:
version "2.0.6"
resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-2.0.6.tgz#092454ea9584a7b7ad5573062b2a87f5900fc480"
integrity sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==
dependencies:
is-what "^3.14.1"
copy-webpa... | {
"end_byte": 163759,
"start_byte": 159730,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_163761_167585 | cssesc@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
custom-event@~1.0.0:
version "1.0.1"
resolved "https://registry.y... | {
"end_byte": 167585,
"start_byte": 163761,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_167587_171401 | define-data-property@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
dependencies:
es-defin... | {
"end_byte": 171401,
"start_byte": 167587,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_171403_175190 | dom-serializer@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
dependencies:
domelementtype "^2.3.0"
... | {
"end_byte": 175190,
"start_byte": 171403,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_175192_179149 | encodeurl@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
encoding@^0.1.13:
version "0.1.13"
resolved "https://reg... | {
"end_byte": 179149,
"start_byte": 175192,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_179151_182309 | error-ex@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
dependencies:
is-arrayish "^0.2.1"
es-define-property@^1.... | {
"end_byte": 182309,
"start_byte": 179151,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_182311_186188 | esbuild@^0.21.3:
version "0.21.5"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
optionalDependencies:
"@esbuild/aix-ppc64" "0.21.5"
"@... | {
"end_byte": 186188,
"start_byte": 182311,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_186190_189959 | eventemitter3@^4.0.0:
version "4.0.7"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
eventemitter3@^5.0.1:
version "5.0.1"
resolv... | {
"end_byte": 189959,
"start_byte": 186190,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_189961_194043 | fast-glob@3.3.2, fast-glob@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
dependencies:
"@nodelib/fs.stat" "^2.0... | {
"end_byte": 194043,
"start_byte": 189961,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_194045_197788 | flat@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
flatted@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/... | {
"end_byte": 197788,
"start_byte": 194045,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_197790_201702 | fsevents@~2.3.2, fsevents@~2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
function-bind@^1.1.2:
version "1.1.2"
reso... | {
"end_byte": 201702,
"start_byte": 197790,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_201704_205400 | globals@^11.1.0:
version "11.12.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
globby@^14.0.0:
version "14.0.2"
resolved "https://regist... | {
"end_byte": 205400,
"start_byte": 201704,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_205402_209399 | has-flag@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
has-property-descriptors@^1.0.2:
version "1.0.2"
resolved "... | {
"end_byte": 209399,
"start_byte": 205402,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_209401_213346 | http-errors@~1.6.2:
version "1.6.3"
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
dependencies:
depd "~1.1.2"
inherits "2.0.3"
... | {
"end_byte": 213346,
"start_byte": 209401,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_213348_216991 | iconv-lite@^0.6.2, iconv-lite@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
dependencies:
safer-buffer ">= 2.... | {
"end_byte": 216991,
"start_byte": 213348,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_216993_220874 | inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKx... | {
"end_byte": 220874,
"start_byte": 216993,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_220876_224748 | is-fullwidth-code-point@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz#fae3167c729e7463f8461ce512b080a49268aa88"
integrity sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==
is-fullwidth-code-... | {
"end_byte": 224748,
"start_byte": 220876,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_224750_228620 | is-plain-object@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
is-typedarray@~1.0.0:
version "1.0.0"
... | {
"end_byte": 228620,
"start_byte": 224750,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_228622_232853 | istanbul-lib-coverage@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==
istanbul-lib-coverage@^3... | {
"end_byte": 232853,
"start_byte": 228622,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_232855_236597 | jasmine-spec-reporter@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz#1d632aec0341670ad324f92ba84b4b32b35e9e22"
integrity sha512-FZBoZu7VE5nR7Nilzy+Np8KuVIOxF4oXDPDknehCYBDE080EnlPu0afdZNmpGDBRCUBv3mj5qgqCRmk6W/K8vg==
dependencies:
colors... | {
"end_byte": 236597,
"start_byte": 232855,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_236599_240591 | json-parse-even-better-errors@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz#b43d35e89c0f3be6b5fbbe9dc6c82467b30c28da"
integrity sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==
... | {
"end_byte": 240591,
"start_byte": 236599,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_240593_244680 | karma-jasmine-html-reporter@1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.4.2.tgz#16d100fd701271192d27fd28ddc90b710ad36fff"
integrity sha512-7g0gPj8+9JepCNJR9WjDyQ2RkZ375jpdurYQyAYv8PorUCadepl8vrD6LmMqOGcM17cnrynBawQYZHaumgDjBw==
karma-j... | {
"end_byte": 244680,
"start_byte": 240593,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_244682_248507 | listr2@8.2.4:
version "8.2.4"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.4.tgz#486b51cbdb41889108cb7e2c90eeb44519f5a77f"
integrity sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==
dependencies:
cli-truncate "^4.0.0"
colorette "^2.0.20"
e... | {
"end_byte": 248507,
"start_byte": 244682,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_248509_252523 | log4js@^4.0.0:
version "4.5.1"
resolved "https://registry.yarnpkg.com/log4js/-/log4js-4.5.1.tgz#e543625e97d9e6f3e6e7c9fc196dd6ab2cae30b5"
integrity sha512-EEEgFcE9bLgaYUKuozyFfytQM2wDHtXn4tAN41pkaxpNjAykv11GVdeI4tHtmPWW4Xrgh9R/2d7XYghDVjbKKw==
dependencies:
date-format "^2.0.0"
debug "^4.1.1"
flatte... | {
"end_byte": 252523,
"start_byte": 248509,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_252525_256379 | merge2@^1.3.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
methods@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpk... | {
"end_byte": 256379,
"start_byte": 252525,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_256381_260109 | minimatch@^9.0.0, minimatch@^9.0.4:
version "9.0.5"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
dependencies:
brace-expansion "^2.0.1... | {
"end_byte": 260109,
"start_byte": 256381,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_260111_263846 | mkdirp@^1.0.3:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
mrmime@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.... | {
"end_byte": 263846,
"start_byte": 260111,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_263848_267995 | nice-napi@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/nice-napi/-/nice-napi-1.0.2.tgz#dc0ab5a1eac20ce548802fc5686eaa6bc654927b"
integrity sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==
dependencies:
node-addon-api "^3.0.0"
node-gyp-buil... | {
"end_byte": 267995,
"start_byte": 263848,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_267997_271977 | npm-install-checks@^6.0.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.3.0.tgz#046552d8920e801fa9f919cad569545d60e826fe"
integrity sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==
dependencies:
semver "^7.1.1... | {
"end_byte": 271977,
"start_byte": 267997,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_271979_275766 | on-finished@2.4.1, on-finished@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
dependencies:
ee-first "1.1.1"... | {
"end_byte": 275766,
"start_byte": 271979,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_275768_279840 | p-limit@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
dependencies:
yocto-queue "^1.0.0"
p-locate@^4.1.0:
versio... | {
"end_byte": 279840,
"start_byte": 275768,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_279842_283682 | parse5-html-rewriting-stream@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz#e376d3e762d2950ccbb6bb59823fc1d7e9fdac36"
integrity sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==
dep... | {
"end_byte": 283682,
"start_byte": 279842,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
angular/integration/cli-hello-world-lazy/yarn.lock_283684_287331 | path-to-regexp@0.1.10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
path-type@^5.0.0:
version "5.0.0"
resol... | {
"end_byte": 287331,
"start_byte": 283684,
"url": "https://github.com/angular/angular/blob/main/integration/cli-hello-world-lazy/yarn.lock"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.