package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "repeating@2.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "repeating@2.0.1",
  9. "_id": "repeating@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==",
  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. "/indent-string"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/repeating/-/repeating-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/repeating/issues"
  37. },
  38. "dependencies": {
  39. "is-finite": "^1.0.0"
  40. },
  41. "description": "Repeat a string - fast",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/repeating#readme",
  53. "keywords": [
  54. "repeat",
  55. "string",
  56. "repeating",
  57. "str",
  58. "text",
  59. "fill",
  60. "pad"
  61. ],
  62. "license": "MIT",
  63. "name": "repeating",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/repeating.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "2.0.1"
  72. }