login/node_modules/@istanbuljs/schema/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

60 lines
1.7 KiB
JSON

{
"_from": "@istanbuljs/schema@^0.1.2",
"_id": "@istanbuljs/schema@0.1.2",
"_inBundle": false,
"_integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==",
"_location": "/@istanbuljs/schema",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@istanbuljs/schema@^0.1.2",
"name": "@istanbuljs/schema",
"escapedName": "@istanbuljs%2fschema",
"scope": "@istanbuljs",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/babel-plugin-istanbul",
"/istanbul-lib-instrument",
"/test-exclude"
],
"_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz",
"_shasum": "26520bf09abe4a5644cd5414e37125a8954241dd",
"_spec": "@istanbuljs/schema@^0.1.2",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\babel-plugin-istanbul",
"author": {
"name": "Corey Farrell"
},
"bugs": {
"url": "https://github.com/istanbuljs/schema/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Schemas describing various structures used by nyc and istanbuljs",
"devDependencies": {
"standard-version": "^7.0.0",
"tap": "^14.6.7",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/istanbuljs/schema#readme",
"license": "MIT",
"main": "index.js",
"name": "@istanbuljs/schema",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/schema.git"
},
"scripts": {
"pretest": "xo",
"release": "standard-version --sign",
"snap": "npm test -- --snapshot",
"test": "tap"
},
"version": "0.1.2"
}