Files
login/node_modules/walker/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

65 lines
1.6 KiB
JSON

{
"_from": "walker@^1.0.7",
"_id": "walker@1.0.7",
"_inBundle": false,
"_integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
"_location": "/walker",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "walker@^1.0.7",
"name": "walker",
"escapedName": "walker",
"rawSpec": "^1.0.7",
"saveSpec": null,
"fetchSpec": "^1.0.7"
},
"_requiredBy": [
"/@jest/core/jest-haste-map",
"/@jest/reporters/jest-haste-map",
"/@jest/test-sequencer/jest-haste-map",
"/@jest/transform/jest-haste-map",
"/jest-circus/jest-haste-map",
"/jest-haste-map",
"/sane"
],
"_resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
"_shasum": "2f7f9b8fd10d677262b18a884e28d19618e028fb",
"_spec": "walker@^1.0.7",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\@jest\\transform\\node_modules\\jest-haste-map",
"author": {
"name": "Naitik Shah",
"email": "n@daaku.org"
},
"bugs": {
"url": "https://github.com/daaku/nodejs-walker/issues"
},
"bundleDependencies": false,
"dependencies": {
"makeerror": "1.0.x"
},
"deprecated": false,
"description": "A simple directory tree walker.",
"devDependencies": {
"mocha": "0.12.x"
},
"homepage": "https://github.com/daaku/nodejs-walker",
"keywords": [
"utils",
"fs",
"filesystem"
],
"license": "Apache-2.0",
"main": "lib/walker",
"name": "walker",
"repository": {
"type": "git",
"url": "git+https://github.com/daaku/nodejs-walker.git"
},
"scripts": {
"test": "NODE_PATH=./lib mocha --ui exports"
},
"version": "1.0.7"
}