{ "_from": "csv@^5.1.1", "_id": "csv@5.3.2", "_inBundle": false, "_integrity": "sha512-odDyucr9OgJTdGM2wrMbJXbOkJx3nnUX3Pt8SFOwlAMOpsUQlz1dywvLMXJWX/4Ib0rjfOsaawuuwfI5ucqBGQ==", "_location": "/csv", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "csv@^5.1.1", "name": "csv", "escapedName": "csv", "rawSpec": "^5.1.1", "saveSpec": null, "fetchSpec": "^5.1.1" }, "_requiredBy": [ "/restify" ], "_resolved": "https://registry.npmjs.org/csv/-/csv-5.3.2.tgz", "_shasum": "50b344e25dfbb8c62684a1bcec18c22468b2161e", "_spec": "csv@^5.1.1", "_where": "/usr/home/nodejs/node_modules/restify", "author": { "name": "David Worms", "email": "david@adaltas.com", "url": "https://www.adaltas.com" }, "bugs": { "url": "https://github.com/adaltas/node-csv/issues" }, "bundleDependencies": false, "coffeelintConfig": { "indentation": { "level": "error", "value": 2 }, "line_endings": { "level": "error", "value": "unix" }, "max_line_length": { "level": "ignore" } }, "contributors": [ { "name": "David Worms", "email": "david@adaltas.com", "url": "https://www.adaltas.com" } ], "dependencies": { "csv-generate": "^3.2.4", "csv-parse": "^4.8.8", "csv-stringify": "^5.3.6", "stream-transform": "^2.0.1" }, "deprecated": false, "description": "A mature CSV toolset with simple api, full of options and tested against large datasets.", "devDependencies": { "@types/mocha": "^7.0.2", "@types/node": "^13.7.7", "@types/should": "^13.0.0", "coffeescript": "~2.5.1", "mocha": "~7.1.0", "should": "~13.2.3", "ts-node": "^8.6.2", "typescript": "^3.8.3" }, "engines": { "node": ">= 0.1.90" }, "files": [ "lib" ], "homepage": "https://csv.js.org/", "keywords": [ "node", "csv", "tsv", "parser", "parse", "stringifier", "stringify", "transform", "stream", "generate", "generation" ], "license": "MIT", "main": "./lib", "name": "csv", "optionalDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/adaltas/node-csv.git" }, "scripts": { "major": "npm version major -m 'Bump to version %s'", "minor": "npm version minor -m 'Bump to version %s'", "patch": "npm version patch -m 'Bump to version %s'", "postversion": "git push && git push --tags && npm publish", "preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts", "test": "mocha test/**/*.{coffee,ts}", "version": "version=`grep '^ \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md" }, "types": "./lib/index.d.ts", "version": "5.3.2" }