UNPKG

csv-line

Version:

Create a line of escaped csv from an array

42 lines (41 loc) 937 B
{ "name": "csv-line", "version": "1.2.0", "description": "Create a line of escaped csv from an array", "main": "csv-line.js", "scripts": { "test": "tape test.js" }, "author": "David Björklund <david.bjorklund@gmail.com> (http://davidbjorklund.com/)", "license": "MIT", "devDependencies": { "tape": "^2.14.0", "zuul": "^1.10.1" }, "repository": { "type": "git", "url": "https://github.com/micnews/csv-line.git" }, "keywords": [ "cvs" ], "bugs": { "url": "https://github.com/micnews/csv-line/issues" }, "homepage": "https://github.com/micnews/csv-line", "testling": { "files": "test.js", "browsers": [ "ie/9..latest", "firefox/17..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest" ] } }