doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
121 lines (120 loc) • 3.56 kB
JSON
{
"_args": [
[
{
"raw": "d3-dsv@1.0.8",
"scope": null,
"escapedName": "d3-dsv",
"name": "d3-dsv",
"rawSpec": "1.0.8",
"spec": "1.0.8",
"type": "version"
},
"C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3"
]
],
"_from": "d3-dsv@1.0.8",
"_id": "d3-dsv@1.0.8",
"_inCache": true,
"_location": "/d3-dsv",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/d3-dsv-1.0.8.tgz_1511299312451_0.15205848379991949"
},
"_npmUser": {
"name": "mbostock",
"email": "mike@ocks.org"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "d3-dsv@1.0.8",
"scope": null,
"escapedName": "d3-dsv",
"name": "d3-dsv",
"rawSpec": "1.0.8",
"spec": "1.0.8",
"type": "version"
},
"_requiredBy": [
"/d3",
"/d3-request"
],
"_resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.8.tgz",
"_shasum": "907e240d57b386618dc56468bacfe76bf19764ae",
"_shrinkwrap": null,
"_spec": "d3-dsv@1.0.8",
"_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bin": {
"csv2json": "bin/dsv2json",
"csv2tsv": "bin/dsv2dsv",
"dsv2dsv": "bin/dsv2dsv",
"dsv2json": "bin/dsv2json",
"json2csv": "bin/json2dsv",
"json2dsv": "bin/json2dsv",
"json2tsv": "bin/json2dsv",
"tsv2csv": "bin/dsv2dsv",
"tsv2json": "bin/dsv2json"
},
"bugs": {
"url": "https://github.com/d3/d3-dsv/issues"
},
"dependencies": {
"commander": "2",
"iconv-lite": "0.4",
"rw": "1"
},
"description": "A parser and formatter for delimiter-separated values, such as CSV and TSV",
"devDependencies": {
"csv-spectrum": "1",
"eslint": "4",
"package-preamble": "0.1",
"rollup": "0.49",
"tape": "4",
"uglify-js": "3"
},
"directories": {},
"dist": {
"integrity": "sha512-IVCJpQ+YGe3qu6odkPQI0KPqfxkhbP/oM1XhhE/DFiYmcXKfCRub4KXyiuehV1d4drjWVXHUWx4gHqhdZb6n/A==",
"shasum": "907e240d57b386618dc56468bacfe76bf19764ae",
"tarball": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.8.tgz"
},
"gitHead": "19d97154c3e14024f6b25baa52f2b8893275bca2",
"homepage": "https://d3js.org/d3-dsv/",
"jsnext:main": "index.js",
"keywords": [
"d3",
"d3-module",
"dsv",
"csv",
"tsv"
],
"license": "BSD-3-Clause",
"main": "build/d3-dsv.js",
"maintainers": [
{
"name": "mbostock",
"email": "mike@ocks.org"
}
],
"module": "index",
"name": "d3-dsv",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-dsv.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-dsv/build/d3-dsv.js d3-dsv.v1.js && cp ../d3-dsv/build/d3-dsv.min.js d3-dsv.v1.min.js && git add d3-dsv.v1.js d3-dsv.v1.min.js && git commit -m \"d3-dsv ${npm_package_version}\" && git push && cd - && zip -j build/d3-dsv.zip -- LICENSE README.md build/d3-dsv.js build/d3-dsv.min.js",
"prepublish": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-dsv.js -c -m -o build/d3-dsv.min.js",
"pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
"test": "tape 'test/**/*-test.js' && eslint index.js src"
},
"version": "1.0.8"
}