package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "repeat-element@1.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "repeat-element@1.1.2",
  9. "_id": "repeat-element@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
  12. "_location": "/repeat-element",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "repeat-element@1.1.2",
  18. "name": "repeat-element",
  19. "escapedName": "repeat-element",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/braces"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  36. },
  37. "description": "Create an array by repeating the given value n times.",
  38. "devDependencies": {
  39. "benchmarked": "^0.1.4",
  40. "chalk": "^1.0.0",
  41. "glob": "^5.0.5",
  42. "minimist": "^1.1.1",
  43. "mocha": "^2.2.4"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/repeat-element",
  52. "keywords": [
  53. "array",
  54. "element",
  55. "repeat",
  56. "string"
  57. ],
  58. "license": {
  59. "type": "MIT",
  60. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  61. },
  62. "main": "index.js",
  63. "name": "repeat-element",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/jonschlinkert/repeat-element.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "version": "1.1.2"
  72. }