install papaparse
This commit is contained in:
parent
ba10d07042
commit
33d690cbd5
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue