{ "name": "@snyk/graphlib", "version": "2.1.9-patch.3", "description": "A directed and undirected multi-graph library", "author": "Chris Pettitt ", "license": "MIT", "main": "index.js", "files": [ "index.js", "index.d.ts", "dist/", "lib/" ], "keywords": [ "graph", "algorithms" ], "dependencies": { "lodash.clone": "^4.5.0", "lodash.constant": "^3.0.0", "lodash.filter": "^4.6.0", "lodash.foreach": "^4.5.0", "lodash.has": "^4.5.2", "lodash.isempty": "^4.4.0", "lodash.isfunction": "^3.0.9", "lodash.isundefined": "^3.0.1", "lodash.keys": "^4.2.0", "lodash.map": "^4.6.0", "lodash.reduce": "^4.6.0", "lodash.size": "^4.2.0", "lodash.transform": "^4.6.0", "lodash.union": "^4.6.0", "lodash.values": "^4.3.0" }, "devDependencies": { "@snyk/lodash": "^4.17.15-patch", "benchmark": "^2.1.4", "browserify": "^16.5.0", "chai": "^4.1.2", "eslint": "^6.8.0", "jshint": "^2.9.6", "jshint-stylish": "^2.2.1", "karma": "^4.1.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-requirejs": "^1.1.0", "karma-safari-launcher": "^1.0.0", "mocha": "^6.1.4", "phantomjs-prebuilt": "^2.1.16", "requirejs": "^2.3.5", "seedrandom": "^2.4.3", "semver": "^5.5.0", "sprintf": "^0.1.5", "uglify-js": "^3.3.10" }, "repository": { "type": "git", "url": "https://github.com/dagrejs/graphlib.git" } }