doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
107 lines (106 loc) • 3.25 kB
JSON
{
"_args": [
[
{
"raw": "d3-chord@1.0.4",
"scope": null,
"escapedName": "d3-chord",
"name": "d3-chord",
"rawSpec": "1.0.4",
"spec": "1.0.4",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-chord@1.0.4",
"_id": "d3-chord@1.0.4",
"_inCache": true,
"_location": "/d3-chord",
"_nodeVersion": "7.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/d3-chord-1.0.4.tgz_1489170070509_0.23624127125367522"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "d3-chord@1.0.4",
"scope": null,
"escapedName": "d3-chord",
"name": "d3-chord",
"rawSpec": "1.0.4",
"spec": "1.0.4",
"type": "version"
},
"_requiredBy": [
"/d3"
],
"_resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.4.tgz",
"_shasum": "7dec4f0ba886f713fe111c45f763414f6f74ca2c",
"_shrinkwrap": null,
"_spec": "d3-chord@1.0.4",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-chord/issues"
},
"dependencies": {
"d3-array": "1",
"d3-path": "1"
},
"description": "Visualize relationships or network flow with an aesthetically-pleasing circular layout.",
"devDependencies": {
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
},
"directories": {},
"dist": {
"shasum": "7dec4f0ba886f713fe111c45f763414f6f74ca2c",
"tarball": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.4.tgz"
},
"gitHead": "7341594ea53679c84d56d308e14503982fd6ccfd",
"homepage": "https://d3js.org/d3-chord/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"chord",
"radial",
"network",
"flow"
],
"license": "BSD-3-Clause",
"main": "build/d3-chord.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-chord",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-chord.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-chord/build/d3-chord.js d3-chord.v1.js && cp ../d3-chord/build/d3-chord.min.js d3-chord.v1.min.js && git add d3-chord.v1.js d3-chord.v1.min.js && git commit -m \"d3-chord ${npm_package_version}\" && git push && cd - && zip -j build/d3-chord.zip -- LICENSE README.md build/d3-chord.js build/d3-chord.min.js",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-chord.js -c -m -o build/d3-chord.min.js",
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-path:d3 -f umd -n d3 -o build/d3-chord.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.0.4"
}