mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -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>
109 lines
2.3 KiB
JSON
109 lines
2.3 KiB
JSON
{
|
|
"_from": "use@^3.1.0",
|
|
"_id": "use@3.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
|
|
"_location": "/use",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "use@^3.1.0",
|
|
"name": "use",
|
|
"escapedName": "use",
|
|
"rawSpec": "^3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/snapdragon"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
|
|
"_shasum": "d50c8cac79a19fbc20f2911f56eb973f4e10070f",
|
|
"_spec": "use@^3.1.0",
|
|
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\snapdragon",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/use/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
},
|
|
{
|
|
"name": "Olsten Larck",
|
|
"url": "https://i.am.charlike.online"
|
|
},
|
|
{
|
|
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Easily add plugin support to your node.js application.",
|
|
"devDependencies": {
|
|
"base-plugins": "^1.0.0",
|
|
"define-property": "^2.0.0",
|
|
"extend-shallow": "^3.0.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-format-md": "^1.0.0",
|
|
"gulp-istanbul": "^1.1.2",
|
|
"gulp-mocha": "^3.0.1",
|
|
"mocha": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/use",
|
|
"keywords": [
|
|
"use"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "use",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/use.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"base-plugins",
|
|
"ware"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"ware"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "3.1.1"
|
|
}
|