package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "blob@0.0.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "blob@0.0.5",
  10. "_id": "blob@0.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==",
  13. "_location": "/blob",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "blob@0.0.5",
  19. "name": "blob",
  20. "escapedName": "blob",
  21. "rawSpec": "0.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.5"
  24. },
  25. "_requiredBy": [
  26. "/engine.io-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz",
  29. "_spec": "0.0.5",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/webmodules/blob/issues"
  33. },
  34. "dependencies": {},
  35. "description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.",
  36. "devDependencies": {
  37. "browserify": "4.2.3",
  38. "expect.js": "0.2.0",
  39. "mocha": "1.17.1",
  40. "zuul": "1.10.2"
  41. },
  42. "homepage": "https://github.com/webmodules/blob",
  43. "license": "MIT",
  44. "name": "blob",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/webmodules/blob.git"
  48. },
  49. "scripts": {
  50. "test": "make test"
  51. },
  52. "version": "0.0.5"
  53. }