package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "split2@^4.1.0",
  3. "_id": "split2@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
  6. "_location": "/split2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "split2@^4.1.0",
  12. "name": "split2",
  13. "escapedName": "split2",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/pgpass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
  22. "_shasum": "c9c5920904d148bab0b9f67145f245a86aadbfa4",
  23. "_spec": "split2@^4.1.0",
  24. "_where": "F:\\project\\node_util\\node_modules\\pgpass",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/mcollina/split2/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "split a Text Stream into a Line Stream, using Stream 3",
  35. "devDependencies": {
  36. "binary-split": "^1.0.3",
  37. "callback-stream": "^1.1.0",
  38. "fastbench": "^1.0.0",
  39. "nyc": "^15.0.1",
  40. "pre-commit": "^1.1.2",
  41. "standard": "^17.0.0",
  42. "tape": "^5.0.0"
  43. },
  44. "engines": {
  45. "node": ">= 10.x"
  46. },
  47. "homepage": "https://github.com/mcollina/split2#readme",
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "split2",
  51. "pre-commit": [
  52. "test"
  53. ],
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/mcollina/split2.git"
  57. },
  58. "scripts": {
  59. "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
  60. "legacy": "tape test.js",
  61. "lint": "standard --verbose",
  62. "test": "npm run lint && npm run unit",
  63. "test:report": "npm run lint && npm run unit:report",
  64. "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js"
  65. },
  66. "version": "4.2.0",
  67. "website": "https://github.com/mcollina/split2"
  68. }