UNPKG

d3-flame-graph

Version:

A d3.js library to produce flame graphs.

67 lines (66 loc) 2.08 kB
{ "name": "d3-flame-graph", "version": "4.1.3", "description": "A d3.js library to produce flame graphs.", "main": "index.js", "directories": { "example": "examples" }, "scripts": { "build": "webpack --mode production", "serve": "webpack-dev-server --mode development", "lint": "eslint src test", "pretest": "webpack --mode production", "test": "jest", "prepare": "npm run test", "postpublish": "zip -j dist/d3-flamegraph.zip -- LICENSE README.md dist/d3-flamegraph.js dist/d3-flamegraph.min.js dist/d3-flamegraph-colorMapper.js dist/d3-flamegraph-colorMapper.min.js dist/d3-flamegraph-tooltip.js dist/d3-flamegraph-tooltip.min.js dist/d3-flamegraph.css" }, "repository": { "type": "git", "url": "git+https://github.com/spiermar/d3-flame-graph.git" }, "keywords": [ "d3", "flamegraph", "performance" ], "author": "Martin Spier <spiermar@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/spiermar/d3-flame-graph/issues" }, "homepage": "https://github.com/spiermar/d3-flame-graph#readme", "devDependencies": { "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "babel-jest": "^27.2.5", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^9.0.1", "css-loader": "^6.3.0", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.24.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-webpack-plugin": "^3.0.1", "html-webpack-plugin": "^5.3.2", "jest": "^27.2.4", "prettier": "^2.4.1", "react-dev-utils": "^11.0.4", "style-loader": "^3.3.0", "terser-webpack-plugin": "^5.2.4", "webpack": "^5.58.2", "webpack-cli": "^4.9.0", "webpack-dev-server": "^4.3.1" }, "dependencies": { "d3-array": "^3.1.1", "d3-dispatch": "^3.0.1", "d3-ease": "^3.0.1", "d3-format": "^3.0.1", "d3-hierarchy": "^3.0.1", "d3-scale": "^4.0.2", "d3-selection": "^3.0.0", "d3-transition": "^3.0.1" } }