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>
106 lines
2.6 KiB
JSON
106 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"mime-db@1.43.0",
|
|
"E:\\Repos\\GHActions\\login"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "mime-db@1.43.0",
|
|
"_id": "mime-db@1.43.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==",
|
|
"_location": "/mime-db",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mime-db@1.43.0",
|
|
"name": "mime-db",
|
|
"escapedName": "mime-db",
|
|
"rawSpec": "1.43.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.43.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mime-types"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
|
|
"_spec": "1.43.0",
|
|
"_where": "E:\\Repos\\GHActions\\login",
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/mime-db/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Ong",
|
|
"email": "me@jongleberry.com",
|
|
"url": "http://jongleberry.com"
|
|
},
|
|
{
|
|
"name": "Robert Kieffer",
|
|
"email": "robert@broofa.com",
|
|
"url": "http://github.com/broofa"
|
|
}
|
|
],
|
|
"description": "Media Type Database",
|
|
"devDependencies": {
|
|
"bluebird": "3.7.2",
|
|
"co": "4.6.0",
|
|
"cogent": "1.0.1",
|
|
"csv-parse": "4.8.3",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-standard": "14.1.0",
|
|
"eslint-plugin-import": "2.19.1",
|
|
"eslint-plugin-node": "11.0.0",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-standard": "4.0.1",
|
|
"gnode": "0.1.2",
|
|
"mocha": "7.0.0",
|
|
"nyc": "15.0.0",
|
|
"raw-body": "2.4.1",
|
|
"stream-to-array": "2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"db.json",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jshttp/mime-db#readme",
|
|
"keywords": [
|
|
"mime",
|
|
"db",
|
|
"type",
|
|
"types",
|
|
"database",
|
|
"charset",
|
|
"charsets"
|
|
],
|
|
"license": "MIT",
|
|
"name": "mime-db",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/mime-db.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build",
|
|
"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
|
|
"lint": "eslint .",
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
|
"test-travis": "nyc --reporter=text npm test",
|
|
"update": "npm run fetch && npm run build",
|
|
"version": "node scripts/version-history.js && git add HISTORY.md"
|
|
},
|
|
"version": "1.43.0"
|
|
}
|