metaforecast/node_modules/json2csv/package.json
2021-03-07 20:27:07 +01:00

104 lines
2.7 KiB
JSON

{
"_args": [
[
"json2csv@5.0.5",
"/home/nuno/Documents/core/software/fresh/js/metaforecasts/metaforecasts-current"
]
],
"_from": "json2csv@5.0.5",
"_id": "json2csv@5.0.5",
"_inBundle": false,
"_integrity": "sha512-/UyvnfuUghRM+C/AiQ02X0LS+/AKfugcwaWo/gAz1pi203v29sUMrMSNEC088i+h0EG39eSsmeL9Z0iK+9MM0A==",
"_location": "/json2csv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "json2csv@5.0.5",
"name": "json2csv",
"escapedName": "json2csv",
"rawSpec": "5.0.5",
"saveSpec": null,
"fetchSpec": "5.0.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/json2csv/-/json2csv-5.0.5.tgz",
"_spec": "5.0.5",
"_where": "/home/nuno/Documents/core/software/fresh/js/metaforecasts/metaforecasts-current",
"author": {
"name": "Mirco Zeiss",
"email": "mirco.zeiss@gmail.com"
},
"bin": {
"json2csv": "bin/json2csv.js"
},
"browser": "dist/json2csv.umd.js",
"bugs": {
"url": "https://github.com/zemirco/json2csv/issues"
},
"dependencies": {
"commander": "^6.1.0",
"jsonparse": "^1.3.1",
"lodash.get": "^4.4.2"
},
"description": "Convert JSON to CSV",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"coveralls": "^3.0.3",
"docpress": "^0.8.0",
"eslint": "^6.1.0",
"gh-pages": "^2.0.1",
"in-publish": "^2.0.0",
"nyc": "^14.1.1",
"rollup": "^1.11.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"standard-version": "^8.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.10.1"
},
"engines": {
"node": ">= 10",
"npm": ">= 6.13.0"
},
"homepage": "http://zemirco.github.io/json2csv",
"keywords": [
"json",
"to",
"csv",
"export",
"convert",
"parse"
],
"license": "MIT",
"main": "lib/json2csv.js",
"module": "dist/json2csv.esm.js",
"name": "json2csv",
"repository": {
"type": "git",
"url": "git+https://github.com/zemirco/json2csv.git"
},
"scripts": {
"before:publish": "npm test && npm run build && npm run deploy:docs",
"build": "rollup -c",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"deploy:docs": "docpress b && gh-pages -d _docpress",
"dev": "rollup -c -w",
"lint": "eslint bin lib test",
"prepublish": "in-publish && npm run before:publish || not-in-publish",
"release": "standard-version",
"test": "node test | tap-spec",
"test-with-coverage": "nyc --reporter=text node test | tap-spec"
},
"version": "5.0.5",
"volta": {
"node": "10.19.0"
}
}