{ "_from": "circlepack-chart", "_id": "circlepack-chart@1.3.0", "_inBundle": false, "_integrity": "sha512-FQBRRw672SeeUO6ZIO/AC6RLG4YWsnsrB14ez+6g1iwAINZLLaoKn8CuH6oiBS+8u9zDG4wnRpRF7FRa9fr4RA==", "_location": "/circlepack-chart", "_phantomChildren": { "d3-array": "1.2.4", "d3-format": "1.3.2", "d3-interpolate": "1.3.2", "d3-time": "1.0.11", "d3-time-format": "2.1.3" }, "_requested": { "type": "tag", "registry": true, "raw": "circlepack-chart", "name": "circlepack-chart", "escapedName": "circlepack-chart", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/circlepack-chart/-/circlepack-chart-1.3.0.tgz", "_shasum": "03c32afa1043b6e58e301c5653c7859a0a4dc7d8", "_spec": "circlepack-chart", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend", "author": { "name": "Vasco Asturiano", "url": "http://bl.ocks.org/vasturiano" }, "bugs": { "url": "https://github.com/vasturiano/circlepack-chart/issues" }, "bundleDependencies": false, "dependencies": { "accessor-fn": "^1.2.2", "d3-hierarchy": "^1.1.8", "d3-interpolate": "^1.3.2", "d3-scale": "^3.1.0", "d3-selection": "^1.4.0", "d3-transition": "^1.2.0", "d3-zoomable": "^1.1.1", "kapsule": "^1.10.1", "tinycolor2": "^1.4.1" }, "deprecated": false, "description": "A circle packing interactive chart web component for visualizing hierarchical data", "devDependencies": { "@babel/core": "^7.6.0", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/preset-env": "^7.6.0", "postcss-nested": "^4.1.2", "postcss-simple-vars": "^5.0.2", "rimraf": "^3.0.0", "rollup": "^1.21.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-postcss": "^2.0.3", "terser": "^4.3.0" }, "files": [ "dist/**/*" ], "homepage": "https://github.com/vasturiano/circlepack-chart", "jsdelivr": "dist/circlepack-chart.min.js", "keywords": [ "circle-packing", "chart", "data-visualization", "d3", "hierarchical", "svg" ], "license": "MIT", "main": "dist/circlepack-chart.common.js", "module": "dist/circlepack-chart.module.js", "name": "circlepack-chart", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/circlepack-chart.git" }, "scripts": { "build": "rimraf dist && rollup -c", "build-module": "rollup -c rollup.config.module.js", "dev": "rollup -c -w", "minify": "terser dist/circlepack-chart.js -o dist/circlepack-chart.min.js -c -m --comments '/Version/'", "prepare": "npm run build && npm run minify && npm run build-module" }, "unpkg": "dist/circlepack-chart.min.js", "version": "1.3.0" }