package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.10",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "lodash@4.17.10",
  9. "_id": "lodash@4.17.10",
  10. "_inBundle": false,
  11. "_integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
  12. "_location": "/lodash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash@4.17.10",
  18. "name": "lodash",
  19. "escapedName": "lodash",
  20. "rawSpec": "4.17.10",
  21. "saveSpec": null,
  22. "fetchSpec": "4.17.10"
  23. },
  24. "_requiredBy": [
  25. "/babel-generator",
  26. "/babel-template",
  27. "/babel-traverse",
  28. "/babel-types",
  29. "/dagre-d3-renderer",
  30. "/dagre-layout",
  31. "/documentation",
  32. "/globule",
  33. "/graphlibrary",
  34. "/sass-graph",
  35. "/webpack-merge"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
  38. "_spec": "4.17.10",
  39. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  40. "author": {
  41. "name": "John-David Dalton",
  42. "email": "john.david.dalton@gmail.com",
  43. "url": "http://allyoucanleet.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/lodash/lodash/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "John-David Dalton",
  51. "email": "john.david.dalton@gmail.com",
  52. "url": "http://allyoucanleet.com/"
  53. },
  54. {
  55. "name": "Mathias Bynens",
  56. "email": "mathias@qiwi.be",
  57. "url": "https://mathiasbynens.be/"
  58. }
  59. ],
  60. "description": "Lodash modular utilities.",
  61. "homepage": "https://lodash.com/",
  62. "icon": "https://lodash.com/icon.svg",
  63. "keywords": [
  64. "modules",
  65. "stdlib",
  66. "util"
  67. ],
  68. "license": "MIT",
  69. "main": "lodash.js",
  70. "name": "lodash",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/lodash/lodash.git"
  74. },
  75. "scripts": {
  76. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  77. },
  78. "version": "4.17.10"
  79. }