mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 06:49:15 +01:00
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"csv-file-validator@1.8.0",
|
|
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
|
]
|
|
],
|
|
"_from": "csv-file-validator@1.8.0",
|
|
"_id": "csv-file-validator@1.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+/wdJxbe9zk1KJv7GC5aCVOVrg10W7xWIypILuQsJ3ocegF/YueTarb8Dqg1snEfkPmh2aCjbhVXnu1gM3RRIA==",
|
|
"_location": "/csv-file-validator",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "csv-file-validator@1.8.0",
|
|
"name": "csv-file-validator",
|
|
"escapedName": "csv-file-validator",
|
|
"rawSpec": "1.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/csv-file-validator/-/csv-file-validator-1.8.0.tgz",
|
|
"_spec": "1.8.0",
|
|
"_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.1.2",
|
|
"lodash": "4.17.15",
|
|
"papaparse": "^5.2.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",
|
|
"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.8.0"
|
|
}
|