Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 1.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  1. {
  2. "name": "ol-data-tools",
  3. "version": "1.0.0",
  4. "description": "Tools for working with OpenLibrary data",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "MIT",
  11. "jshintConfig": {
  12. "esversion": 6,
  13. "node": true
  14. },
  15. "dependencies": {
  16. "@rgrove/parse-xml": "^1.1.1",
  17. "async": "^2.1.2",
  18. "bluebird": "^3.5.1",
  19. "csv-parser": "^1.11.0",
  20. "fast-csv": "^2.4.0",
  21. "flush-write-stream": "^1.0.2",
  22. "fs-extra": "^5.0.0",
  23. "gauge": "^2.7.4",
  24. "glob": "^7.1.2",
  25. "gulp": "^4.0.0",
  26. "gulp-util": "^3.0.8",
  27. "minimist": "^1.2.0",
  28. "mississippi": "^1.2.0",
  29. "node-expat": "^2.3.16",
  30. "pg": "^6.1.0",
  31. "pg-copy-streams": "^1.2.0",
  32. "pg-query-stream": "^1.0.0",
  33. "progress": "^2.0.0",
  34. "progress-stream": "^2.0.0",
  35. "q": "^1.5.0",
  36. "stream-concat": "^0.2.0",
  37. "through2": "^2.0.1"
  38. },
  39. "optionalDependencies": {},
  40. "devDependencies": {
  41. "mocha": "^5.1.0",
  42. "stream-from-value": "^0.1.0",
  43. "stream-to-array": "^2.3.0"
  44. }
  45. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...