Files
login/node_modules/package-lock/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* 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>
2020-10-12 14:58:40 +05:30

90 lines
2.1 KiB
JSON

{
"_args": [
[
"package-lock@1.0.3",
"E:\\Repos\\GHActions\\login"
]
],
"_from": "package-lock@1.0.3",
"_id": "package-lock@1.0.3",
"_inBundle": false,
"_integrity": "sha512-rEiz3fs0M8jyH1OtWE3TP7MdtWJnsE69qEOipZ4CDF3KoN3XY5mcDucXugTli6Lqig9rhQ/6ST2atxjU2/aIFQ==",
"_location": "/package-lock",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "package-lock@1.0.3",
"name": "package-lock",
"escapedName": "package-lock",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/package-lock/-/package-lock-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "E:\\Repos\\GHActions\\login",
"author": {
"name": "commenthol",
"email": "commenthol@gmail.com"
},
"bin": {
"package-lock": "bin/package-lock.js"
},
"bugs": {
"url": "https://github.com/commenthol/package-lock/issues"
},
"dependencies": {
"asyncc": "^2.0.4",
"commander": "^5.0.0",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"traverse": "^0.6.6"
},
"description": "(Re-)Build package-lock.json or npm-shrinkwrap.json file from node_modules folder",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.1",
"shelljs": "^0.8.3"
},
"directories": {
"test": "test"
},
"eslintConfig": {
"extends": [
"standard"
]
},
"homepage": "https://github.com/commenthol/package-lock#readme",
"keywords": [
"json",
"lock",
"npm",
"package",
"regenerate",
"shrinkwrap"
],
"license": "Unlicense",
"main": "src/index.js",
"name": "package-lock",
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/package-lock.git"
},
"scripts": {
"all": "npm run lint && npm test",
"lint": "eslint --fix '**/*.js'",
"prepublishOnly": "npm run all",
"test": "mocha"
},
"version": "1.0.3"
}