{ "_from": "heimdalljs-graph@^0.3.1", "_id": "heimdalljs-graph@0.3.4", "_inBundle": false, "_integrity": "sha512-2DXgPIxdatgtBOjlh5qeVeHIGMTC2V9ujEvUhVJBVOVwqnU41g1OuGaRugLi6rvk0E+u1koYkfPeptybV8ZJ4g==", "_location": "/heimdalljs-graph", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "heimdalljs-graph@^0.3.1", "name": "heimdalljs-graph", "escapedName": "heimdalljs-graph", "rawSpec": "^0.3.1", "saveSpec": null, "fetchSpec": "^0.3.1" }, "_requiredBy": [ "/ember-cli" ], "_resolved": "https://registry.npmjs.org/heimdalljs-graph/-/heimdalljs-graph-0.3.4.tgz", "_shasum": "0bd75797beeaa20b0ed59017aed3b2d95312acee", "_spec": "heimdalljs-graph@^0.3.1", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli", "author": { "name": "David J. Hamilton, Stefan Penner" }, "bugs": { "url": "https://github.com/heimdalljs/heimdalljs-graph/issues" }, "bundleDependencies": false, "deprecated": false, "description": "`heimdalljs-graph` is intended to be the primary entry point for doing visualizations with data gathered by [Heimdall](https://github.com/heimdalljs-lib).", "devDependencies": { "babel-plugin-external-helpers": "^6.18.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "babel-runtime": "^6.20.0", "chai": "^3.5.0", "eslint": "^3.14.0", "heimdalljs": "^0.2.3", "mocha": "^3.2.0", "rollup": "^0.37.0", "rollup-plugin-babel": "^2.7.0", "rollup-plugin-commonjs": "^5.0.5", "rollup-plugin-json": "^2.0.2", "rollup-plugin-node-resolve": "^2.0.0" }, "files": [ "src/", "dist/", "!dist/cjs/tests/", "!dist/amd/tests/" ], "homepage": "https://github.com/heimdalljs/heimdalljs-graph#readme", "jsnext:main": "dist/es6/index.js", "license": "MIT", "main": "dist/cjs/index.js", "name": "heimdalljs-graph", "repository": { "type": "git", "url": "git+ssh://git@github.com/heimdalljs/heimdalljs-graph.git" }, "scripts": { "build": "node ./scripts/build.js", "prepublish": "npm run build", "pretest": "npm run build", "test": "mocha dist/cjs/tests/index.js", "test:debug": "npm run build && mocha --no-timeouts debug dist/cjs/tests/index.js" }, "version": "0.3.4" }