You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

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