package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "xtend@4.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "xtend@4.0.1",
  9. "_id": "xtend@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
  12. "_location": "/xtend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "xtend@4.0.1",
  18. "name": "xtend",
  19. "escapedName": "xtend",
  20. "rawSpec": "4.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.1"
  23. },
  24. "_requiredBy": [
  25. "/hast-util-sanitize",
  26. "/hast-util-to-html",
  27. "/mdast-util-to-hast",
  28. "/module-deps-sortable",
  29. "/property-information",
  30. "/remark-html",
  31. "/remark-parse",
  32. "/remark-stringify",
  33. "/stream-http",
  34. "/through2",
  35. "/through2-filter",
  36. "/unherit"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
  39. "_spec": "4.0.1",
  40. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  41. "author": {
  42. "name": "Raynos",
  43. "email": "raynos2@gmail.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/Raynos/xtend/issues",
  47. "email": "raynos2@gmail.com"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Jake Verbaten"
  52. },
  53. {
  54. "name": "Matt Esch"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "extend like a boss",
  59. "devDependencies": {
  60. "tape": "~1.1.0"
  61. },
  62. "engines": {
  63. "node": ">=0.4"
  64. },
  65. "homepage": "https://github.com/Raynos/xtend",
  66. "keywords": [
  67. "extend",
  68. "merge",
  69. "options",
  70. "opts",
  71. "object",
  72. "array"
  73. ],
  74. "license": "MIT",
  75. "main": "immutable",
  76. "name": "xtend",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/Raynos/xtend.git"
  80. },
  81. "scripts": {
  82. "test": "node test"
  83. },
  84. "testling": {
  85. "files": "test.js",
  86. "browsers": [
  87. "ie/7..latest",
  88. "firefox/16..latest",
  89. "firefox/nightly",
  90. "chrome/22..latest",
  91. "chrome/canary",
  92. "opera/12..latest",
  93. "opera/next",
  94. "safari/5.1..latest",
  95. "ipad/6.0..latest",
  96. "iphone/6.0..latest"
  97. ]
  98. },
  99. "version": "4.0.1"
  100. }