package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/eslint-plugin-unicorn",
  21. "/redent"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
  24. "_shasum": "624f8f4497d619b2d9768531d58f4122854d7251",
  25. "_spec": "indent-string@^4.0.0",
  26. "_where": "H:\\gs_nuxt\\node_modules\\aggregate-error",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/indent-string/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Indent each line in a string",
  38. "devDependencies": {
  39. "ava": "^1.4.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  51. "keywords": [
  52. "indent",
  53. "string",
  54. "pad",
  55. "align",
  56. "line",
  57. "text",
  58. "each",
  59. "every"
  60. ],
  61. "license": "MIT",
  62. "name": "indent-string",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/indent-string.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "4.0.0"
  71. }