package.json 2.1 KB

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