package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "fs-minipass@^2.0.0",
  3. "_id": "fs-minipass@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
  6. "_location": "/fs-minipass",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-minipass@^2.0.0",
  12. "name": "fs-minipass",
  13. "escapedName": "fs-minipass",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/tar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  22. "_shasum": "7f5036fdbf12c63c169190cbe4199c852271f9fb",
  23. "_spec": "fs-minipass@^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\tar",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/fs-minipass/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "minipass": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "fs read and write streams based on minipass",
  39. "devDependencies": {
  40. "mutate-fs": "^2.0.1",
  41. "tap": "^14.6.4"
  42. },
  43. "engines": {
  44. "node": ">= 8"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/npm/fs-minipass#readme",
  50. "keywords": [],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "fs-minipass",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/npm/fs-minipass.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --follow-tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap"
  63. },
  64. "tap": {
  65. "check-coverage": true
  66. },
  67. "version": "2.1.0"
  68. }