package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "component-bind@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "component-bind@1.0.0",
  10. "_id": "component-bind@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=",
  13. "_location": "/component-bind",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "component-bind@1.0.0",
  19. "name": "component-bind",
  20. "escapedName": "component-bind",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/socket.io-client"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/component/bind/issues"
  33. },
  34. "component": {
  35. "scripts": {
  36. "bind/index.js": "index.js"
  37. }
  38. },
  39. "description": "function binding utility",
  40. "devDependencies": {
  41. "mocha": "*",
  42. "should": "*"
  43. },
  44. "homepage": "https://github.com/component/bind#readme",
  45. "keywords": [
  46. "bind",
  47. "utility"
  48. ],
  49. "name": "component-bind",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/component/bind.git"
  53. },
  54. "version": "1.0.0"
  55. }