You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.6 KiB

  1. {
  2. "name": "indent-string",
  3. "version": "1.2.2",
  4. "description": "Indent each line in a string",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/sindresorhus/indent-string.git"
  9. },
  10. "author": {
  11. "name": "Sindre Sorhus",
  12. "email": "sindresorhus@gmail.com",
  13. "url": "sindresorhus.com"
  14. },
  15. "bin": {
  16. "indent-string": "cli.js"
  17. },
  18. "engines": {
  19. "node": ">=0.10.0"
  20. },
  21. "scripts": {
  22. "test": "mocha"
  23. },
  24. "files": [
  25. "index.js",
  26. "cli.js"
  27. ],
  28. "keywords": [
  29. "cli-app",
  30. "cli",
  31. "bin",
  32. "indent",
  33. "string",
  34. "str",
  35. "pad",
  36. "line"
  37. ],
  38. "dependencies": {
  39. "get-stdin": "^4.0.1",
  40. "minimist": "^1.1.0",
  41. "repeating": "^1.1.0"
  42. },
  43. "devDependencies": {
  44. "mocha": "*"
  45. },
  46. "gitHead": "ce73faa67c3573fa81bf88796b8f4915ba09593e",
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/indent-string/issues"
  49. },
  50. "homepage": "https://github.com/sindresorhus/indent-string",
  51. "_id": "indent-string@1.2.2",
  52. "_shasum": "db99bcc583eb6abbb1e48dcbb1999a986041cb6b",
  53. "_from": "indent-string@>=1.1.0 <2.0.0",
  54. "_npmVersion": "2.11.2",
  55. "_nodeVersion": "0.12.5",
  56. "_npmUser": {
  57. "name": "sindresorhus",
  58. "email": "sindresorhus@gmail.com"
  59. },
  60. "dist": {
  61. "shasum": "db99bcc583eb6abbb1e48dcbb1999a986041cb6b",
  62. "tarball": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz"
  63. },
  64. "maintainers": [
  65. {
  66. "name": "sindresorhus",
  67. "email": "sindresorhus@gmail.com"
  68. }
  69. ],
  70. "directories": {},
  71. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz",
  72. "readme": "ERROR: No README data found!"
  73. }