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 1019 B

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
  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. "fs-extra": "^5.0.0",
  22. "gauge": "^2.7.4",
  23. "glob": "^7.1.2",
  24. "gulp": "^4.0.0",
  25. "minimist": "^1.2.0",
  26. "mississippi": "^1.2.0",
  27. "node-expat": "^2.3.16",
  28. "pg": "^6.1.0",
  29. "pg-copy-streams": "^1.2.0",
  30. "pg-query-stream": "^1.0.0",
  31. "progress": "^2.0.0",
  32. "progress-stream": "^2.0.0",
  33. "q": "^1.5.0",
  34. "stream-concat": "^0.2.0",
  35. "through2": "^2.0.1"
  36. },
  37. "optionalDependencies": {},
  38. "devDependencies": {
  39. "mocha": "^5.1.0",
  40. "stream-from-value": "^0.1.0",
  41. "stream-to-array": "^2.3.0"
  42. }
  43. }
Tip!

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

Comments

Loading...