File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/csv-parser/package.json
{
"_args": [
[
"csv-parser@1.12.1",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "csv-parser@1.12.1",
"_id": "csv-parser@1.12.1",
"_inBundle": false,
"_integrity": "sha512-r45M92nLnGP246ot0Yo5RvbiiMF5Bw/OTIdWJ3OQ4Vbv4hpOeoXVIPxdSmUw+fPJlQOseY+iigJyLSfPMIrddQ==",
"_location": "/csv-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "csv-parser@1.12.1",
"name": "csv-parser",
"escapedName": "csv-parser",
"rawSpec": "1.12.1",
"saveSpec": null,
"fetchSpec": "1.12.1"
},
"_requiredBy": [
"/neat-csv"
],
"_resolved": "https://registry.npmjs.org/csv-parser/-/csv-parser-1.12.1.tgz",
"_spec": "1.12.1",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "mafintosh"
},
"bin": {
"csv-parser": "bin.js"
},
"bugs": {
"url": "https://github.com/mafintosh/csv-parser/issues"
},
"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"
},
"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"
}