89 lines
2.1 KiB
JSON
89 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jsonexport@2.4.1",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "jsonexport@2.4.1",
|
|
"_id": "jsonexport@2.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8O+yka4X6KxVMJDnzQh7NaoqgNX96gMbX7jb2JMb3CfxXfEvPpRpYyb+2/HpKjxR7Abr7zlvqxV4/cpqmExPSw==",
|
|
"_location": "/jsonexport",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jsonexport@2.4.1",
|
|
"name": "jsonexport",
|
|
"escapedName": "jsonexport",
|
|
"rawSpec": "2.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ra-ui-materialui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jsonexport/-/jsonexport-2.4.1.tgz",
|
|
"_spec": "2.4.1",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "Kauê Gimenes"
|
|
},
|
|
"bin": {
|
|
"jsonexport": "bin/jsonexport.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kauegimenes/jsonexport/issues"
|
|
},
|
|
"description": "Makes easy to convert JSON to CSV",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"benchmark": "^2.1.4",
|
|
"chai": "^4.1.2",
|
|
"jshint": "^2.9.6",
|
|
"mocha": "^5.2.0",
|
|
"npm-run-all": "^4.1.3",
|
|
"pre-commit": "^1.2.2"
|
|
},
|
|
"homepage": "https://github.com/kauegimenes/jsonexport",
|
|
"keywords": [
|
|
"export",
|
|
"json",
|
|
"to",
|
|
"2",
|
|
"csv",
|
|
"converter",
|
|
"output",
|
|
"array",
|
|
"object",
|
|
"json-to-csv",
|
|
"json2csv",
|
|
"parse",
|
|
"stream",
|
|
"transform",
|
|
"big",
|
|
"files"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./lib",
|
|
"name": "jsonexport",
|
|
"pre-commit": [
|
|
"build:dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kauegimenes/jsonexport.git"
|
|
},
|
|
"runkitExampleFilename": "examples/simple.js",
|
|
"scripts": {
|
|
"build:dist": "npm-run-all build:dist:js build:dist:overwrite",
|
|
"build:dist:js": "babel lib --out-dir dist --presets=env",
|
|
"build:dist:overwrite": "node ./bin/builddist.js",
|
|
"lint": "jshint ./lib/index.js",
|
|
"test": "mocha tests/*.js tests/**/*.js"
|
|
},
|
|
"version": "2.4.1"
|
|
}
|