Files
Speedtest-Tracker/conf/site/node_modules/csv-file-validator/package.json
Henry Whitaker 87009940d1 npm & composer
2020-12-20 00:56:04 +00:00

79 lines
2.1 KiB
JSON

{
"_args": [
[
"csv-file-validator@1.10.1",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_from": "csv-file-validator@1.10.1",
"_id": "csv-file-validator@1.10.1",
"_inBundle": false,
"_integrity": "sha512-jYFl3a/ptlJIEzLM28BlApn+JthmCz/3f/WLdt2fdCmMGb+eiP9QkulFhmepzFFrMi2Iel6m4OPXrHWpOFCHqg==",
"_location": "/csv-file-validator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "csv-file-validator@1.10.1",
"name": "csv-file-validator",
"escapedName": "csv-file-validator",
"rawSpec": "1.10.1",
"saveSpec": null,
"fetchSpec": "1.10.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/csv-file-validator/-/csv-file-validator-1.10.1.tgz",
"_spec": "1.10.1",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Vasyl Stokolosa",
"email": "v.stokol@gmail.com",
"url": "https://github.com/shystruk"
},
"bugs": {
"url": "https://github.com/shystruk/csv-file-validator/issues"
},
"dependencies": {
"famulus": "^2.2.0",
"lodash": "^4.17.20",
"papaparse": "^5.3.0"
},
"description": "Validation of CSV file against user defined schema (returns back object with data and invalid messages)",
"devDependencies": {
"ava": "^0.25.0",
"codecov.io": "^0.1.6",
"nyc": "^11.4.1"
},
"directories": {
"src": "src"
},
"homepage": "https://github.com/shystruk/csv-file-validator#readme",
"keywords": [
"csv parser",
"parser",
"validator",
"csv validator",
"csv file validator",
"reviewer",
"csv reviewer"
],
"license": "MIT",
"main": "./src/csv-file-validator.js",
"name": "csv-file-validator",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shystruk/csv-file-validator.git"
},
"scripts": {
"coverage": "nyc report --reporter=lcov",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "nyc ava --browser && npm run coverage"
},
"version": "1.10.1"
}