package.json 2.1 KB

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