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>
111 lines
2.6 KiB
JSON
111 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"realpath-native@2.0.0",
|
|
"E:\\Repos\\GHActions\\login"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "realpath-native@2.0.0",
|
|
"_id": "realpath-native@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==",
|
|
"_location": "/realpath-native",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "realpath-native@2.0.0",
|
|
"name": "realpath-native",
|
|
"escapedName": "realpath-native",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/core",
|
|
"/@jest/core/jest-config",
|
|
"/@jest/core/jest-resolve",
|
|
"/@jest/core/jest-runtime",
|
|
"/@jest/reporters/jest-resolve",
|
|
"/@jest/test-sequencer/jest-config",
|
|
"/@jest/test-sequencer/jest-resolve",
|
|
"/@jest/test-sequencer/jest-runtime",
|
|
"/@jest/transform",
|
|
"/jest-circus/@jest/transform",
|
|
"/jest-circus/jest-config",
|
|
"/jest-circus/jest-resolve",
|
|
"/jest-circus/jest-runtime",
|
|
"/jest-config",
|
|
"/jest-resolve",
|
|
"/jest-runtime",
|
|
"/jest/jest-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "E:\\Repos\\GHActions\\login",
|
|
"author": {
|
|
"name": "Simen Bekkhus",
|
|
"email": "sbekkhus91@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SimenB/realpath-native/issues"
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"description": "Use the system's native `realpath`",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^8.3.5",
|
|
"@commitlint/config-conventional": "^8.3.4",
|
|
"ava": "^2.4.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-simenb-base": "^15.0.1",
|
|
"eslint-config-simenb-node": "^2.0.0",
|
|
"husky": "^3.1.0",
|
|
"lint-staged": "^9.5.0",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/SimenB/realpath-native#readme",
|
|
"keywords": [
|
|
"realpath"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
],
|
|
"*.{md,json,ts}": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"name": "realpath-native",
|
|
"prettier": {
|
|
"proseWrap": "always",
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SimenB/realpath-native.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "eslint . && ava"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "2.0.0"
|
|
}
|