PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
csv-parser
{ "_from": "csv-parser@^1.6.0", "_id": "csv-parser@1.12.1", "_inBundle": false, "_integrity": "sha512-r45M92nLnGP246ot0Yo5RvbiiMF5Bw/OTIdWJ3OQ4Vbv4hpOeoXVIPxdSmUw+fPJlQOseY+iigJyLSfPMIrddQ==", "_location": "/ghost-cli/csv-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "csv-parser@^1.6.0", "name": "csv-parser", "escapedName": "csv-parser", "rawSpec": "^1.6.0", "saveSpec": null, "fetchSpec": "^1.6.0" }, "_requiredBy": [ "/ghost-cli/neat-csv" ], "_resolved": "https://registry.npmjs.org/csv-parser/-/csv-parser-1.12.1.tgz", "_shasum": "391e1ef961b1f9dcb4c7c0f82eb450a1bd916158", "_spec": "csv-parser@^1.6.0", "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/neat-csv", "author": { "name": "mafintosh" }, "bin": { "csv-parser": "bin.js" }, "bugs": { "url": "https://github.com/mafintosh/csv-parser/issues" }, "bundleDependencies": false, "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" }, "deprecated": false, "description": "Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite", "devDependencies": { "bops": "^0.1.1", "concat-stream": "^1.4.5", "csv-spectrum": "^1.0.0", "standard": "^5.4.1", "tape": "^4.2.2" }, "directories": { "example": "examples", "test": "test" }, "homepage": "https://github.com/mafintosh/csv-parser", "keywords": [ "csv", "parser", "fast", "json" ], "license": "MIT", "main": "index.js", "name": "csv-parser", "repository": { "type": "git", "url": "git+https://github.com/mafintosh/csv-parser.git" }, "scripts": { "test": "standard && tape test/test.js" }, "version": "1.12.1" }
[+]
..
[-] package.json
[edit]
[-] index.js
[edit]
[-] README.md
[edit]
[-] bench.js
[edit]
[-] bin.js
[edit]
[-] LICENSE
[edit]