package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "foreach@2.0.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "foreach@2.0.5",
  9. "_id": "foreach@2.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
  12. "_location": "/foreach",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "foreach@2.0.5",
  18. "name": "foreach",
  19. "escapedName": "foreach",
  20. "rawSpec": "2.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.5"
  23. },
  24. "_requiredBy": [
  25. "/define-properties"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
  28. "_spec": "2.0.5",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Manuel Stofer",
  32. "email": "manuel@takimata.ch"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/manuelstofer/foreach/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Manuel Stofer"
  40. },
  41. {
  42. "name": "Jordan Harband",
  43. "url": "https://github.com/ljharb"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "foreach component + npm package",
  48. "devDependencies": {
  49. "covert": "*",
  50. "tape": "*"
  51. },
  52. "homepage": "https://github.com/manuelstofer/foreach#readme",
  53. "keywords": [
  54. "shim",
  55. "Array.prototype.forEach",
  56. "forEach",
  57. "Array#forEach",
  58. "each"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "foreach",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/manuelstofer/foreach.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test.js",
  69. "coverage-quiet": "covert --quiet test.js",
  70. "test": "node test.js"
  71. },
  72. "testling": {
  73. "files": "test.js",
  74. "browsers": [
  75. "iexplore/6.0..latest",
  76. "firefox/3.0",
  77. "firefox/15.0..latest",
  78. "firefox/nightly",
  79. "chrome/4.0",
  80. "chrome/22.0..latest",
  81. "chrome/canary",
  82. "opera/10.0..latest",
  83. "opera/next",
  84. "safari/5.0.5..latest",
  85. "ipad/6.0..latest",
  86. "iphone/6.0..latest",
  87. "android-browser/4.2"
  88. ]
  89. },
  90. "version": "2.0.5"
  91. }