package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "/cacache",
  20. "/tar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
  23. "_shasum": "7f5036fdbf12c63c169190cbe4199c852271f9fb",
  24. "_spec": "fs-minipass@^2.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cacache",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/fs-minipass/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "minipass": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "fs read and write streams based on minipass",
  40. "devDependencies": {
  41. "mutate-fs": "^2.0.1",
  42. "tap": "^14.6.4"
  43. },
  44. "engines": {
  45. "node": ">= 8"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/npm/fs-minipass#readme",
  51. "keywords": [],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "fs-minipass",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/npm/fs-minipass.git"
  58. },
  59. "scripts": {
  60. "postpublish": "git push origin --follow-tags",
  61. "postversion": "npm publish",
  62. "preversion": "npm test",
  63. "test": "tap"
  64. },
  65. "tap": {
  66. "check-coverage": true
  67. },
  68. "version": "2.1.0"
  69. }