package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "indent-string@^4.0.0",
  3. "_id": "indent-string@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
  6. "_location": "/indent-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "indent-string@^4.0.0",
  12. "name": "indent-string",
  13. "escapedName": "indent-string",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/aggregate-error"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  22. "_shasum": "624f8f4497d619b2d9768531d58f4122854d7251",
  23. "_spec": "indent-string@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\aggregate-error",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/indent-string/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Indent each line in a string",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  49. "keywords": [
  50. "indent",
  51. "string",
  52. "pad",
  53. "align",
  54. "line",
  55. "text",
  56. "each",
  57. "every"
  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": "xo && ava && tsd"
  67. },
  68. "version": "4.0.0"
  69. }