package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "/listr2"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  23. "_shasum": "624f8f4497d619b2d9768531d58f4122854d7251",
  24. "_spec": "indent-string@^4.0.0",
  25. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\aggregate-error",
  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. "deprecated": false,
  36. "description": "Indent each line in a string",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  50. "keywords": [
  51. "indent",
  52. "string",
  53. "pad",
  54. "align",
  55. "line",
  56. "text",
  57. "each",
  58. "every"
  59. ],
  60. "license": "MIT",
  61. "name": "indent-string",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/indent-string.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava && tsd"
  68. },
  69. "version": "4.0.0"
  70. }