package.json 2.4 KB

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