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>
115 lines
2.6 KiB
JSON
115 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pirates@4.0.1",
|
|
"E:\\Repos\\GHActions\\login"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "pirates@4.0.1",
|
|
"_id": "pirates@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
|
|
"_location": "/pirates",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pirates@4.0.1",
|
|
"name": "pirates",
|
|
"escapedName": "pirates",
|
|
"rawSpec": "4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/transform",
|
|
"/jest-circus/@jest/transform"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
|
|
"_spec": "4.0.1",
|
|
"_where": "E:\\Repos\\GHActions\\login",
|
|
"author": {
|
|
"name": "Ari Porad",
|
|
"email": "ari@ariporad.com",
|
|
"url": "http://ariporad.com"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"test/*.js"
|
|
],
|
|
"sources": [
|
|
"lib/**/*.js"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ariporad/pirates/issues"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"node-modules-regexp": "^1.0.0"
|
|
},
|
|
"description": "Properly hijack require",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"ava": "^1.2.1",
|
|
"babel-core": "^7.0.0-0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-istanbul": "^5.1.0",
|
|
"cross-env": "^5.0.5",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"decache": "^4.1.0",
|
|
"eslint": "^5.1.0",
|
|
"eslint-config-prettier": "^4.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"mock-require": "^3.0.2",
|
|
"nyc": "^13.2.0",
|
|
"prettier": "^1.16.4",
|
|
"rewire": "^4.0.1",
|
|
"rimraf": "^2.6.1",
|
|
"semantic-release": "^15.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/ariporad/pirates#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "pirates",
|
|
"nyc": {
|
|
"include": [
|
|
"src/*.js"
|
|
],
|
|
"reporter": [
|
|
"json",
|
|
"text"
|
|
],
|
|
"sourceMap": false,
|
|
"instrument": false
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ariporad/pirates.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib",
|
|
"clean": "rimraf lib",
|
|
"lint": "eslint --report-unused-disable-directives .",
|
|
"prepublish": "yarn run clean && yarn run build",
|
|
"test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && nyc ava"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "4.0.1"
|
|
}
|