package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "minipass@3.3.6",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass@3.3.6",
  10. "_id": "minipass@3.3.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
  13. "_location": "/minipass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minipass@3.3.6",
  19. "name": "minipass",
  20. "escapedName": "minipass",
  21. "rawSpec": "3.3.6",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.6"
  24. },
  25. "_requiredBy": [
  26. "/ssri"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
  29. "_spec": "3.3.6",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/minipass/issues"
  38. },
  39. "dependencies": {
  40. "yallist": "^4.0.0"
  41. },
  42. "description": "minimal implementation of a PassThrough stream",
  43. "devDependencies": {
  44. "@types/node": "^17.0.41",
  45. "end-of-stream": "^1.4.0",
  46. "prettier": "^2.6.2",
  47. "tap": "^16.2.0",
  48. "through2": "^2.0.3",
  49. "ts-node": "^10.8.1",
  50. "typescript": "^4.7.3"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.d.ts",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/minipass#readme",
  60. "keywords": [
  61. "passthrough",
  62. "stream"
  63. ],
  64. "license": "ISC",
  65. "main": "index.js",
  66. "name": "minipass",
  67. "prettier": {
  68. "semi": false,
  69. "printWidth": 80,
  70. "tabWidth": 2,
  71. "useTabs": false,
  72. "singleQuote": true,
  73. "jsxSingleQuote": false,
  74. "bracketSameLine": true,
  75. "arrowParens": "avoid",
  76. "endOfLine": "lf"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/isaacs/minipass.git"
  81. },
  82. "scripts": {
  83. "postpublish": "git push origin --follow-tags",
  84. "postversion": "npm publish",
  85. "preversion": "npm test",
  86. "test": "tap"
  87. },
  88. "tap": {
  89. "check-coverage": true
  90. },
  91. "types": "index.d.ts",
  92. "version": "3.3.6"
  93. }