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

76 lines
2.1 KiB
JSON

{
"_from": "symbol-tree@^3.2.2",
"_id": "symbol-tree@3.2.4",
"_inBundle": false,
"_integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
"_location": "/symbol-tree",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "symbol-tree@^3.2.2",
"name": "symbol-tree",
"escapedName": "symbol-tree",
"rawSpec": "^3.2.2",
"saveSpec": null,
"fetchSpec": "^3.2.2"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
"_shasum": "430637d248ba77e078883951fb9aa0eed7c63fa2",
"_spec": "symbol-tree@^3.2.2",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\jsdom",
"author": {
"name": "Joris van der Wel",
"email": "joris@jorisvanderwel.com"
},
"bugs": {
"url": "https://github.com/jsdom/js-symbol-tree/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
"devDependencies": {
"babel-eslint": "^10.0.1",
"coveralls": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^5.0.0",
"tape": "^4.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
"keywords": [
"list",
"queue",
"stack",
"linked-list",
"tree",
"es6",
"dom",
"symbol"
],
"license": "MIT",
"main": "lib/SymbolTree.js",
"name": "symbol-tree",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/js-symbol-tree.git"
},
"scripts": {
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
"documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
"lint": "eslint lib test",
"postci": "npm run posttest",
"posttest": "npm run lint",
"predocumentation": "cp readme-header.md README.md",
"test": "istanbul cover test/SymbolTree.js"
},
"version": "3.2.4"
}