123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "csv-parser",
- "version": "1.12.1",
- "description": "Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mafintosh/csv-parser.git"
- },
- "dependencies": {
- "buffer-alloc": "^1.1.0",
- "buffer-from": "^1.0.0",
- "generate-function": "^1.0.1",
- "generate-object-property": "^1.0.0",
- "inherits": "^2.0.1",
- "minimist": "^1.2.0",
- "ndjson": "^1.4.0"
- },
- "devDependencies": {
- "bops": "^0.1.1",
- "concat-stream": "^1.4.5",
- "csv-spectrum": "^1.0.0",
- "standard": "^5.4.1",
- "tape": "^4.2.2"
- },
- "bin": {
- "csv-parser": "./bin.js"
- },
- "scripts": {
- "test": "standard && tape test/test.js"
- },
- "keywords": [
- "csv",
- "parser",
- "fast",
- "json"
- ],
- "bugs": {
- "url": "https://github.com/mafintosh/csv-parser/issues"
- },
- "homepage": "https://github.com/mafintosh/csv-parser",
- "main": "index.js",
- "directories": {
- "example": "examples",
- "test": "test"
- },
- "author": "mafintosh",
- "license": "MIT"
- }
|