add lisp packages
This commit is contained in:
45
lisp/emacs-application-framework/app/mermaid/node_modules/dagre/package.json
generated
vendored
Normal file
45
lisp/emacs-application-framework/app/mermaid/node_modules/dagre/package.json
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "dagre",
|
||||
"version": "0.8.5",
|
||||
"description": "Graph layout for JavaScript",
|
||||
"author": "Chris Pettitt <cpettitt@gmail.com>",
|
||||
"contributors": [
|
||||
"Matthew Dahl (https://github.com/sandersky)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
"graph",
|
||||
"layout"
|
||||
],
|
||||
"dependencies": {
|
||||
"graphlib": "^2.1.8",
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
"browserify": "^16.2.3",
|
||||
"chai": "^4.1.2",
|
||||
"eslint": "^5.13.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jshint": "^2.9.5",
|
||||
"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",
|
||||
"semver": "^5.4.1",
|
||||
"sprintf": "^0.1.5",
|
||||
"uglify-js": "^3.3.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dagrejs/dagre.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user