package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "split2@^3.1.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.1.0",
  16. "name": "split2",
  17. "escapedName": "split2",
  18. "rawSpec": "^3.1.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.1.0"
  21. },
  22. "_requiredBy": [
  23. "/mqtt"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
  26. "_shasum": "bf2cf2a37d838312c249c89206fd7a17dd12365f",
  27. "_spec": "split2@^3.1.0",
  28. "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/node_modules/mqtt",
  29. "author": {
  30. "name": "Matteo Collina",
  31. "email": "hello@matteocollina.com"
  32. },
  33. "bugs": {
  34. "url": "http://github.com/mcollina/split2/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "readable-stream": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "split a Text Stream into a Line Stream, using Stream 3",
  42. "devDependencies": {
  43. "binary-split": "^1.0.3",
  44. "callback-stream": "^1.1.0",
  45. "fastbench": "^1.0.0",
  46. "nyc": "^15.0.1",
  47. "pre-commit": "^1.1.2",
  48. "safe-buffer": "^5.1.1",
  49. "standard": "^14.0.0",
  50. "tape": "^5.0.0"
  51. },
  52. "homepage": "https://github.com/mcollina/split2#readme",
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "split2",
  56. "pre-commit": [
  57. "test"
  58. ],
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/mcollina/split2.git"
  62. },
  63. "scripts": {
  64. "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
  65. "legacy": "tape test.js",
  66. "lint": "standard --verbose",
  67. "test": "npm run lint && npm run unit",
  68. "test:report": "npm run lint && npm run unit:report",
  69. "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js"
  70. },
  71. "version": "3.2.2",
  72. "website": "https://github.com/mcollina/split2"
  73. }