You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.6 KiB
85 lines
2.6 KiB
{
|
|
"_from": "d3-dsv@1.0.8",
|
|
"_id": "d3-dsv@1.0.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IVCJpQ+YGe3qu6odkPQI0KPqfxkhbP/oM1XhhE/DFiYmcXKfCRub4KXyiuehV1d4drjWVXHUWx4gHqhdZb6n/A==",
|
|
"_location": "/d3-dsv",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "d3-dsv@1.0.8",
|
|
"name": "d3-dsv",
|
|
"escapedName": "d3-dsv",
|
|
"rawSpec": "1.0.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/d3",
|
|
"/d3-request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.8.tgz",
|
|
"_shasum": "907e240d57b386618dc56468bacfe76bf19764ae",
|
|
"_spec": "d3-dsv@1.0.8",
|
|
"_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commander": "2",
|
|
"iconv-lite": "0.4",
|
|
"rw": "1"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"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",
|
|
"module": "index",
|
|
"name": "d3-dsv",
|
|
"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"
|
|
}
|