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.7KB

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