First commit
This commit is contained in:
+79
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_from": "graphlib@^2.1.1",
|
||||
"_id": "graphlib@2.1.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==",
|
||||
"_location": "/graphlib",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "graphlib@^2.1.1",
|
||||
"name": "graphlib",
|
||||
"escapedName": "graphlib",
|
||||
"rawSpec": "^2.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/haxe-modular"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz",
|
||||
"_shasum": "5761d414737870084c92ec7b5dbcb0592c9d35da",
|
||||
"_spec": "graphlib@^2.1.1",
|
||||
"_where": "/home/andreas/Documents/Projects/haxe/openfl/nigger/node_modules/haxe-modular",
|
||||
"author": {
|
||||
"name": "Chris Pettitt",
|
||||
"email": "cpettitt@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dagrejs/graphlib/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A directed and undirected multi-graph library",
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
"browserify": "^16.2.3",
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^5.13.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"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"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/dagrejs/graphlib#readme",
|
||||
"keywords": [
|
||||
"graph",
|
||||
"algorithms"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "graphlib",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dagrejs/graphlib.git"
|
||||
},
|
||||
"version": "2.1.8"
|
||||
}
|
||||
Reference in New Issue
Block a user