package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "repeating@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "repeating@2.0.1",
  9. "_id": "repeating@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
  12. "_location": "/repeating",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "repeating@2.0.1",
  18. "name": "repeating",
  19. "escapedName": "repeating",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/detect-indent",
  26. "/indent-string"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/repeating/issues"
  38. },
  39. "dependencies": {
  40. "is-finite": "^1.0.0"
  41. },
  42. "description": "Repeat a string - fast",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/repeating#readme",
  54. "keywords": [
  55. "repeat",
  56. "string",
  57. "repeating",
  58. "str",
  59. "text",
  60. "fill",
  61. "pad"
  62. ],
  63. "license": "MIT",
  64. "name": "repeating",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/repeating.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "2.0.1"
  73. }