package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "repeating@2.0.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeating@2.0.1",
  10. "_id": "repeating@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
  13. "_location": "/repeating",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "repeating@2.0.1",
  19. "name": "repeating",
  20. "escapedName": "repeating",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/indent-string"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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. }