install papaparse

This commit is contained in:
Kyle Spearrin 2018-05-17 11:09:22 -04:00
parent ba10d07042
commit 33d690cbd5
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -6561,6 +6561,11 @@
"integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
"dev": true
},
"papaparse": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.3.5.tgz",
"integrity": "sha1-ts31yub+nsYDsb5m8RSmOsZFoDY="
},
"parse-asn1": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz",

View File

@ -76,6 +76,7 @@
"lunr": "2.1.6",
"node-fetch": "2.1.2",
"node-forge": "0.7.1",
"papaparse": "4.3.5",
"rxjs": "5.5.6",
"zone.js": "0.8.19"
}