package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "indent-string@^2.1.0",
  5. "D:\\work\\im\\node_modules\\redent"
  6. ]
  7. ],
  8. "_from": "indent-string@>=2.1.0 <3.0.0",
  9. "_id": "indent-string@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/indent-string",
  13. "_nodeVersion": "3.0.0",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.13.3",
  19. "_phantomChildren": {
  20. "is-finite": "1.0.1"
  21. },
  22. "_requested": {
  23. "name": "indent-string",
  24. "raw": "indent-string@^2.1.0",
  25. "rawSpec": "^2.1.0",
  26. "scope": null,
  27. "spec": ">=2.1.0 <3.0.0",
  28. "type": "range"
  29. },
  30. "_requiredBy": [
  31. "/redent"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
  34. "_shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
  35. "_shrinkwrap": null,
  36. "_spec": "indent-string@^2.1.0",
  37. "_where": "D:\\work\\im\\node_modules\\redent",
  38. "author": {
  39. "email": "sindresorhus@gmail.com",
  40. "name": "Sindre Sorhus",
  41. "url": "sindresorhus.com"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sindresorhus/indent-string/issues"
  45. },
  46. "dependencies": {
  47. "repeating": "^2.0.0"
  48. },
  49. "description": "Indent each line in a string",
  50. "devDependencies": {
  51. "mocha": "*"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
  56. "tarball": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "649f7560df23a8fd8ea330bead5d7d0058efc6b6",
  65. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  66. "keywords": [
  67. "indent",
  68. "string",
  69. "str",
  70. "pad",
  71. "align",
  72. "line",
  73. "text"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "email": "sindresorhus@gmail.com",
  79. "name": "sindresorhus"
  80. }
  81. ],
  82. "name": "indent-string",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/indent-string.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "2.1.0"
  93. }