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>
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"_from": "tr46@^1.0.1",
|
|
"_id": "tr46@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
|
|
"_location": "/tr46",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tr46@^1.0.1",
|
|
"name": "tr46",
|
|
"escapedName": "tr46",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/whatwg-url"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
|
|
"_shasum": "a8b13fd6bfd2489519674ccde55ba3693b706d09",
|
|
"_spec": "tr46@^1.0.1",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\whatwg-url",
|
|
"author": {
|
|
"name": "Sebastian Mayr",
|
|
"email": "npm@smayr.name"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Sebmaster/tr46.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An implementation of the Unicode TR46 spec",
|
|
"devDependencies": {
|
|
"eslint": "^3.13.0",
|
|
"mocha": "^3.2.0",
|
|
"regenerate": "^1.3.2",
|
|
"request": "^2.79.0",
|
|
"unicode-10.0.0": "^0.7.4"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/mappingTable.json",
|
|
"lib/regexes.js"
|
|
],
|
|
"homepage": "https://github.com/Sebmaster/tr46.js#readme",
|
|
"keywords": [
|
|
"unicode",
|
|
"tr46",
|
|
"url",
|
|
"whatwg"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "tr46",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sebmaster/tr46.js.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
|
|
"pretest": "node scripts/getLatestTests.js",
|
|
"test": "mocha"
|
|
},
|
|
"unicodeVersion": "10.0.0",
|
|
"version": "1.0.1"
|
|
}
|