package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "from2@2.3.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "from2@2.3.0",
  9. "_id": "from2@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
  12. "_location": "/from2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "from2@2.3.0",
  18. "name": "from2",
  19. "escapedName": "from2",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/mississippi"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Hugh Kennedy",
  32. "email": "hughskennedy@gmail.com",
  33. "url": "http://hughsk.io/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/hughsk/from2/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Mathias Buus",
  41. "email": "mathiasbuus@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "inherits": "^2.0.1",
  46. "readable-stream": "^2.0.0"
  47. },
  48. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  49. "devDependencies": {
  50. "tape": "^4.0.0"
  51. },
  52. "homepage": "https://github.com/hughsk/from2",
  53. "keywords": [
  54. "from",
  55. "stream",
  56. "readable",
  57. "pull",
  58. "convenience",
  59. "wrapper"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "from2",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/hughsk/from2.git"
  67. },
  68. "scripts": {
  69. "test": "node test"
  70. },
  71. "version": "2.3.0"
  72. }