_id stringlengths 21 254 | text stringlengths 1 93.7k | metadata dict |
|---|---|---|
angular/integration/dynamic-compiler/src/main.ts_0_212 | import {enableProdMode} from '@angular/core';
import {platformBrowser} from '@angular/platform-browser';
import {AppModule} from './app.module';
enableProdMode();
platformBrowser().bootstrapModule(AppModule);
| {
"end_byte": 212,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/dynamic-compiler/src/main.ts"
} |
angular/integration/dynamic-compiler/src/app.module.ts_0_749 | import {Compiler, COMPILER_OPTIONS, CompilerFactory, NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {JitCompilerFactory} from '@angular/platform-browser-dynamic';
import {AppComponent} from './app.component';
export function createCompiler(compilerFactory: CompilerFact... | {
"end_byte": 749,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/dynamic-compiler/src/app.module.ts"
} |
angular/integration/dynamic-compiler/src/app.component.ts_0_689 | import {AfterViewInit, Compiler, Component, ViewChild, ViewContainerRef} from '@angular/core';
@Component({
selector: 'app-root',
template: `
<h1>Hello world!</h1>
<div #vc></div>
`,
standalone: false,
})
export class AppComponent implements AfterViewInit {
@ViewChild('vc', {read: ViewContainerRef}) ... | {
"end_byte": 689,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/dynamic-compiler/src/app.component.ts"
} |
angular/integration/injectable-def/run_test.sh_0_698 | #!/bin/bash
set -e -x
rm -rf node_modules/lib1_built node_modules/lib2_built dist/
ngc -p tsconfig-lib1.json
cp src/package-lib1.json node_modules/lib1_built/package.json
ngc -p tsconfig-lib2.json
cp src/package-lib2.json node_modules/lib2_built/package.json
ngc -p tsconfig-app.json
# Note: The src `package.json` ... | {
"end_byte": 698,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/run_test.sh"
} |
angular/integration/injectable-def/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/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_86_4965 | "@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==
dependencies:
"@jridgewell/ge... | {
"end_byte": 4965,
"start_byte": 86,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_4967_9238 | "@babel/helper-simple-access@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
depende... | {
"end_byte": 9238,
"start_byte": 4967,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_9240_13389 | "@jridgewell/resolve-uri@^3.1.0":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
"@jridgewell/set-array@^1.2.... | {
"end_byte": 13389,
"start_byte": 9240,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_13391_17182 | ajv@^6.12.3:
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-stable-stringify ... | {
"end_byte": 17182,
"start_byte": 13391,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_17184_20798 | assert-plus@1.0.0, assert-plus@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
async-each-series@0.1.1:
version ... | {
"end_byte": 20798,
"start_byte": 17184,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_20800_25059 | brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
dependencies:
balanced-match "^1.0.... | {
"end_byte": 25059,
"start_byte": 20800,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_25061_29191 | caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
chalk@0.5.1:
version "0.5.1"
resolved "https://registry.... | {
"end_byte": 29191,
"start_byte": 25061,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_29193_33152 | color-name@~1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
combined-stream@^1.0.6, combined-stream@~1.0.6:
version... | {
"end_byte": 33152,
"start_byte": 29193,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_33154_36917 | core-util-is@~1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
cors@~2.8.5:
version "2.8.5"
resolved "https://... | {
"end_byte": 36917,
"start_byte": 33154,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_36919_40938 | destroy@~1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
integrity sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==
dev-ip@^1.0.1:
version "1.0.1"
resolved "https://registry.yarn... | {
"end_byte": 40938,
"start_byte": 36919,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_40940_44601 | es6-promisify@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
integrity sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==
dependencies:
es6-promise "^4.0.3"
escalad... | {
"end_byte": 44601,
"start_byte": 40940,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_44603_48294 | finalhandler@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5"
integrity sha512-ejnvM9ZXYzp6PUPUyQBMBf0Co5VX2gr5H2VQe2Ui2jWXNlxv+PYZo8wpAymJNJdLsG1R4p+M4aynF8KuoUEwRw==
dependencies:
debug "2.6.9"
encodeurl "~1.0... | {
"end_byte": 48294,
"start_byte": 44603,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_48296_51927 | glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
dependencies:
is-glob "^4.0.1"
glob@^7.0.3, glob... | {
"end_byte": 51927,
"start_byte": 48296,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_51929_55999 | http-errors@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
dependencies:
depd "2.0.0"
inherits "2.0.4"
... | {
"end_byte": 55999,
"start_byte": 51929,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_56001_59992 | is-extglob@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
is-fullwidth-code-point@^3.0.0:
version "3.0.0"
resol... | {
"end_byte": 59992,
"start_byte": 56001,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_59994_63659 | jasminewd2@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"
integrity sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==
js-tokens@^4.0.0:
version "4.0.0"
resolved "https://r... | {
"end_byte": 63659,
"start_byte": 59994,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_63661_67641 | lite-server@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/lite-server/-/lite-server-2.2.2.tgz#4644afe6c9146d850cfa0ad9a86a94f87156499e"
integrity sha512-7enj18KffG8tVb1en8FU48rw+hPchnGFdEHs1iLL3rNxJx56l6ZZO7K88FnNc7kI2WVztZN+Qdfsf/SnqaPCYw==
dependencies:
browser-sync "^2.12.3"
connect-h... | {
"end_byte": 67641,
"start_byte": 63661,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_67643_71357 | mitt@^1.1.3:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.2.0.tgz#cb24e6569c806e31bd4e3995787fe38a04fdf90d"
integrity sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==
moment@*:
version "2.30.1"
resolved "https://registry.yarnpkg.com/momen... | {
"end_byte": 71357,
"start_byte": 67643,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_71359_75186 | os-tmpdir@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
p-limit@^2.2.0:
version "2.3.0"
resolved "https://regist... | {
"end_byte": 75186,
"start_byte": 71359,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_75188_79157 | pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
portscanner@2.2.0:
version "2.2.0"
resolved "https://registry.yar... | {
"end_byte": 79157,
"start_byte": 75188,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_79159_83134 | reflect-metadata@^0.2.0:
version "0.2.2"
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz#400c845b6cba87a21f2c65c4aeb158f4fa4d9c5b"
integrity sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==
request@^2.87.0:
version "2.88.2"
r... | {
"end_byte": 83134,
"start_byte": 79159,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_83136_87070 | "safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vc... | {
"end_byte": 87070,
"start_byte": 83136,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_87072_91034 | setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
setprototypeof@1.1.0:
version "1.1.0"
resolved ... | {
"end_byte": 91034,
"start_byte": 87072,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_91036_94984 | "statuses@>= 1.4.0 < 2":
version "1.5.0"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
statuses@~1.3.1:
version "1.3.1"
resolved "https://... | {
"end_byte": 94984,
"start_byte": 91036,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_94986_98769 | supports-color@^7.1.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
has-flag "^4.0.0"
tmp@0.0... | {
"end_byte": 98769,
"start_byte": 94986,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_98771_102572 | unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
update-browserslist-db@^1.1.0:
version "1.1.0"
reso... | {
"end_byte": 102572,
"start_byte": 98771,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_102574_106145 | wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4... | {
"end_byte": 106145,
"start_byte": 102574,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/yarn.lock_106147_107770 | yargs@17.1.1:
version "17.1.1"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
dependencies:
cliui "^7.0.2"
escalade "^3.1.1"
get-caller... | {
"end_byte": 107770,
"start_byte": 106147,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/yarn.lock"
} |
angular/integration/injectable-def/BUILD.bazel_0_393 | load("//integration:index.bzl", "ng_integration_test")
ng_integration_test(
name = "test",
# This test relies on ESM for running the app in SSR. RxJS added ESM resolution
# support with RXJS v7. We allow the version to be pinned to v7.
# TODO: Remove this and update the test once the project uses RxJS ... | {
"end_byte": 393,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/BUILD.bazel"
} |
angular/integration/injectable-def/src/main.ts_0_704 | import 'zone.js/node';
// Load the Angular compiler as we will rely on JIT compilation for this test.
// This test does not use the CLI and we are not processing the framework packages
// with the linker here.
import '@angular/compiler';
import {enableProdMode} from '@angular/core';
import {renderModule} from '@angul... | {
"end_byte": 704,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/src/main.ts"
} |
angular/integration/injectable-def/src/app.ts_0_472 | import {Component, NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {ServerModule} from '@angular/platform-server';
import {Lib2Module} from 'lib2_built';
@Component({
selector: 'test-app',
template: '<test-cmp></test-cmp>',
standalone: false,
})
export class TestAp... | {
"end_byte": 472,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/src/app.ts"
} |
angular/integration/injectable-def/src/lib2.ts_0_549 | import {Component, Injector, NgModule} from '@angular/core';
import {Lib1Module, Service} from 'lib1_built';
@Component({
selector: 'test-cmp',
template: '{{instance1}}:{{instance2}}',
standalone: false,
})
export class TestCmp {
instance1: number;
instance2: number;
constructor(service: Service, injector... | {
"end_byte": 549,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/src/lib2.ts"
} |
angular/integration/injectable-def/src/lib1.ts_0_223 | import {Injectable, NgModule} from '@angular/core';
@NgModule({})
export class Lib1Module {}
@Injectable({providedIn: Lib1Module})
export class Service {
static instance = 0;
readonly instance = Service.instance++;
}
| {
"end_byte": 223,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/injectable-def/src/lib1.ts"
} |
angular/integration/ng-add-localize/README.md_0_1066 | # NgAddLocalize
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.7.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run ... | {
"end_byte": 1066,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/README.md"
} |
angular/integration/ng-add-localize/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/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/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/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_4420_8980 | "@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": 8980,
"start_byte": 4420,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_8982_13716 | "@babel/generator@7.25.6", "@babel/generator@^7.25.0", "@babel/generator@^7.25.6":
version "7.25.6"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c"
integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4... | {
"end_byte": 13716,
"start_byte": 8982,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_13718_18330 | "@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
version "7.25.2"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f277... | {
"end_byte": 18330,
"start_byte": 13718,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_18332_22826 | "@babel/helper-validator-option@^7.24.8":
version "7.24.8"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
... | {
"end_byte": 22826,
"start_byte": 18332,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_22828_27797 | "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
version "7.21.0-placeholder-for-preset-env.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f92... | {
"end_byte": 27797,
"start_byte": 22828,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_27799_32756 | "@babel/plugin-syntax-numeric-separator@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9Es... | {
"end_byte": 32756,
"start_byte": 27799,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_32758_37945 | "@babel/plugin-transform-block-scoping@^7.25.0":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz#23a6ed92e6b006d26b1869b1c91d1b917c2ea2ac"
integrity sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q... | {
"end_byte": 37945,
"start_byte": 32758,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_37947_43072 | "@babel/plugin-transform-export-namespace-from@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz#176d52d8d8ed516aeae7013ee9556d540c53f197"
integrity sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs... | {
"end_byte": 43072,
"start_byte": 37947,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_43074_47892 | "@babel/plugin-transform-named-capturing-groups-regex@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz#9042e9b856bc6b3688c0c2e4060e9e10b1460923"
integrity sha512-/jr7h/EWeJtk1U/uz2jlsCi... | {
"end_byte": 47892,
"start_byte": 43074,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_47894_52820 | "@babel/plugin-transform-private-property-in-object@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz#4eec6bc701288c1fab5f72e6a4bbc9d67faca061"
integrity sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7... | {
"end_byte": 52820,
"start_byte": 47894,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_52822_54245 | "@babel/plugin-transform-unicode-property-regex@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz#9073a4cd13b86ea71c3264659590ac086605bbcd"
integrity sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUA... | {
"end_byte": 54245,
"start_byte": 52822,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_54247_60357 | "@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": 60357,
"start_byte": 54247,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_60359_64298 | "@babel/template@^7.24.7", "@babel/template@^7.25.0":
version "7.25.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
dependencies:
... | {
"end_byte": 64298,
"start_byte": 60359,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_64300_68042 | "@esbuild/android-x64@0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.23.1.tgz#ae19d665d2f06f0f48a6ac9a224b3f672e65d517"
integrity sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==
"@esbuild/darwin-arm64@0.21.5":
... | {
"end_byte": 68042,
"start_byte": 64300,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_68044_71816 | "@esbuild/linux-ia32@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
"@esbuild/linux-ia32@0.23.1":
ver... | {
"end_byte": 71816,
"start_byte": 68044,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_71818_75530 | "@esbuild/linux-x64@0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz#d47f97391e80690d4dfe811a2e7d6927ad9eed24"
integrity sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==
"@esbuild/netbsd-x64@0.21.5":
versio... | {
"end_byte": 75530,
"start_byte": 71818,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_75532_79383 | "@esbuild/win32-x64@0.23.1":
version "0.23.1"
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz#81fd50d11e2c32b2d6241470e3185b70c7b30699"
integrity sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==
"@inquirer/checkbox@^2.5.0":
version... | {
"end_byte": 79383,
"start_byte": 75532,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_79385_83333 | "@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": 83333,
"start_byte": 79385,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_83335_87403 | "@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": 87403,
"start_byte": 83335,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_87405_91380 | "@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": 91380,
"start_byte": 87405,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_91382_95473 | "@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": 95473,
"start_byte": 91382,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_95475_99316 | "@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": 99316,
"start_byte": 95475,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_99318_103416 | "@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": 103416,
"start_byte": 99318,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_103418_107829 | "@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": 107829,
"start_byte": 103418,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_107831_111700 | "@types/http-errors@*":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
"@types/http-proxy@^1.17.15", "@types/http-... | {
"end_byte": 111700,
"start_byte": 107831,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_111702_115949 | "@types/serve-static@*", "@types/serve-static@^1.15.5":
version "1.15.7"
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
integrity sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==
depend... | {
"end_byte": 115949,
"start_byte": 111702,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_115951_120008 | "@webassemblyjs/ieee754@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
dependencies:
"@xtuc/ieee75... | {
"end_byte": 120008,
"start_byte": 115951,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_120010_123684 | "@yarnpkg/lockfile@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
abbrev@^2.0.0:
version "2.0.0"
resolved ... | {
"end_byte": 123684,
"start_byte": 120010,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_123686_127695 | ajv@8.17.1, ajv@^8.0.0, ajv@^8.9.0:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
dependencies:
fast-deep-equal "^3.1.3"
fast... | {
"end_byte": 127695,
"start_byte": 123686,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_127697_131681 | array-flatten@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
autoprefixer@10.4.20:
version "10.4.20"
resol... | {
"end_byte": 131681,
"start_byte": 127697,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_131683_135340 | body-parser@1.20.3:
version "1.20.3"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
dependencies:
bytes "3.1.2"
content-type "~... | {
"end_byte": 135340,
"start_byte": 131683,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_135342_139126 | 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": 139126,
"start_byte": 135342,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_139128_142996 | cli-cursor@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
dependencies:
restore-cursor "^3.1.0"
cli-cursor@^5... | {
"end_byte": 142996,
"start_byte": 139128,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_142998_147136 | commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
common-path-prefix@^3.0.0:
version "3.0.0"
resolved "... | {
"end_byte": 147136,
"start_byte": 142998,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_147138_150998 | core-js-compat@^3.37.1, core-js-compat@^3.38.0:
version "3.38.1"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
dependencies:
... | {
"end_byte": 150998,
"start_byte": 147138,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_151000_154823 | default-browser-id@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-5.0.0.tgz#a1d98bf960c15082d8a3fa69e83150ccccc3af26"
integrity sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==
default-browser@^5.2.1:
version... | {
"end_byte": 154823,
"start_byte": 151000,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_154825_158561 | domhandler@^5.0.2, domhandler@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
dependencies:
domelementtype "^2.... | {
"end_byte": 158561,
"start_byte": 154825,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_158563_162515 | entities@^4.2.0, entities@^4.3.0, entities@^4.4.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
env-paths@^2.2.0, env-paths@^... | {
"end_byte": 162515,
"start_byte": 158563,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_162517_166383 | 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": 166383,
"start_byte": 162517,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_166385_170452 | eventemitter3@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
events@^3.2.0:
version "3.3.0"
resolved "htt... | {
"end_byte": 170452,
"start_byte": 166385,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_170454_174389 | fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"
finalhandler@... | {
"end_byte": 174389,
"start_byte": 170454,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_174391_178247 | function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
gensync@^1.0.0-beta.2:
version "1.0.0-beta.2"
... | {
"end_byte": 178247,
"start_byte": 174391,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_178249_182168 | graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
version "4.2.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nh... | {
"end_byte": 182168,
"start_byte": 178249,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_182170_186395 | http-deceiver@^1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==
http-errors@2.0.0:
version "2.0.0"
resolved ... | {
"end_byte": 186395,
"start_byte": 182170,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_186397_190270 | icss-utils@^5.0.0, icss-utils@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
ieee754@^1.1.13:
version "1.2.1"
r... | {
"end_byte": 190270,
"start_byte": 186397,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_190272_194100 | ipaddr.js@1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
ipaddr.js@^2.1.0:
version "2.2.0"
resolved "https://regis... | {
"end_byte": 194100,
"start_byte": 190272,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_194102_197917 | is-lambda@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
is-network-error@^1.0.0:
version "1.1.0"
resolved "https... | {
"end_byte": 197917,
"start_byte": 194102,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_197919_201908 | istanbul-lib-instrument@6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
dependencies:
... | {
"end_byte": 201908,
"start_byte": 197919,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_201910_205458 | json5@^2.1.2, json5@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
jsonc-parser@3.3.1:
version "3.3.1"
resolved "https://... | {
"end_byte": 205458,
"start_byte": 201910,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_205460_209539 | lmdb@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-3.1.0.tgz#06ef83441951b28d20920989ed41f6a26b52644e"
integrity sha512-OckutNx35JVfqfEEpS6gMNh/sn9229sJqscO8bnsR1fZNz5WERgIkKR5lrPBpH8L3pE8BxWZ8tJnL1FieRbJww==
dependencies:
msgpackr "^1.10.2"
node-addon-api "^6.1.0"
node-g... | {
"end_byte": 209539,
"start_byte": 205460,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_209541_213400 | make-fetch-happen@^13.0.0, make-fetch-happen@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz#273ba2f78f45e1f3a6dca91cede87d9fa4821e36"
integrity sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==
depen... | {
"end_byte": 213400,
"start_byte": 209541,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_213402_217137 | mimic-fn@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
mimic-function@^5.0.0:
version "5.0.1"
resolved "https://re... | {
"end_byte": 217137,
"start_byte": 213402,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_217139_220985 | "minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.2, minipass@^7.0.3, minipass@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659n... | {
"end_byte": 220985,
"start_byte": 217139,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_220987_225076 | negotiator@0.6.3, negotiator@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
neo-async@^2.6.2:
version "2.6.2"
r... | {
"end_byte": 225076,
"start_byte": 220987,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_225078_229164 | normalize-range@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
npm-bundled@^3.0.0:
version "3.0.1"
re... | {
"end_byte": 229164,
"start_byte": 225078,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_229166_232944 | on-headers@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
onetime@^5.1.0:
version "5.1.2"
resolved "https://reg... | {
"end_byte": 232944,
"start_byte": 229166,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_232946_237125 | pacote@18.0.6:
version "18.0.6"
resolved "https://registry.yarnpkg.com/pacote/-/pacote-18.0.6.tgz#ac28495e24f4cf802ef911d792335e378e86fac7"
integrity sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==
dependencies:
"@npmcli/git" "^5.0.0"
"@npmcli/installed-pa... | {
"end_byte": 237125,
"start_byte": 232946,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_237127_241115 | 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": 241115,
"start_byte": 237127,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
angular/integration/ng-add-localize/yarn.lock_241117_245163 | postcss-modules-values@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
dependencies:
ic... | {
"end_byte": 245163,
"start_byte": 241117,
"url": "https://github.com/angular/angular/blob/main/integration/ng-add-localize/yarn.lock"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.