package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "minipass@2.9.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minipass@2.9.0",
  10. "_id": "minipass@2.9.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
  13. "_location": "/minipass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minipass@2.9.0",
  19. "name": "minipass",
  20. "escapedName": "minipass",
  21. "rawSpec": "2.9.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.9.0"
  24. },
  25. "_requiredBy": [
  26. "/fs-minipass",
  27. "/minizlib",
  28. "/pacote",
  29. "/pacote/tar"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
  32. "_spec": "2.9.0",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/minipass/issues"
  41. },
  42. "dependencies": {
  43. "safe-buffer": "^5.1.2",
  44. "yallist": "^3.0.0"
  45. },
  46. "description": "minimal implementation of a PassThrough stream",
  47. "devDependencies": {
  48. "end-of-stream": "^1.4.0",
  49. "tap": "^14.6.5",
  50. "through2": "^2.0.3"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/minipass#readme",
  56. "keywords": [
  57. "passthrough",
  58. "stream"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "minipass",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/isaacs/minipass.git"
  66. },
  67. "scripts": {
  68. "postpublish": "git push origin --follow-tags",
  69. "postversion": "npm publish",
  70. "preversion": "npm test",
  71. "test": "tap"
  72. },
  73. "tap": {
  74. "check-coverage": true
  75. },
  76. "version": "2.9.0"
  77. }