mirror of
https://github.com/azure/login.git
synced 2026-03-13 18:17:09 -04:00
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"_from": "whatwg-url@^7.0.0",
|
|
"_id": "whatwg-url@7.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
|
|
"_location": "/whatwg-url",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "whatwg-url@^7.0.0",
|
|
"name": "whatwg-url",
|
|
"escapedName": "whatwg-url",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/data-urls",
|
|
"/jsdom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
|
|
"_shasum": "c2c492f1eca612988efd3d2266be1b9fc6170d06",
|
|
"_spec": "whatwg-url@^7.0.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\jsdom",
|
|
"author": {
|
|
"name": "Sebastian Mayr",
|
|
"email": "github@smayr.name"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdom/whatwg-url/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lodash.sortby": "^4.7.0",
|
|
"tr46": "^1.0.1",
|
|
"webidl-conversions": "^4.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
|
|
"devDependencies": {
|
|
"browserify": "^16.2.2",
|
|
"domexception": "^1.0.1",
|
|
"eslint": "^5.4.0",
|
|
"got": "^9.2.2",
|
|
"jest": "^23.5.0",
|
|
"recast": "^0.15.3",
|
|
"webidl2js": "^9.0.1"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/jsdom/whatwg-url#readme",
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"lib/**/*.js",
|
|
"!lib/utils.js"
|
|
],
|
|
"coverageDirectory": "coverage",
|
|
"coverageReporters": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"testEnvironment": "node",
|
|
"testMatch": [
|
|
"<rootDir>/test/**/*.js"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"^<rootDir>/test/testharness.js$",
|
|
"^<rootDir>/test/web-platform-tests/"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/public-api.js",
|
|
"name": "whatwg-url",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdom/whatwg-url.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/transform.js && node scripts/convert-idl.js",
|
|
"build-live-viewer": "browserify lib/public-api.js --standalone whatwgURL > live-viewer/whatwg-url.js",
|
|
"coverage": "jest --coverage",
|
|
"lint": "eslint .",
|
|
"prepublish": "node scripts/transform.js && node scripts/convert-idl.js",
|
|
"pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js && node scripts/convert-idl.js",
|
|
"test": "jest"
|
|
},
|
|
"version": "7.1.0"
|
|
}
|