package.json 933 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "strip-indent",
  3. "version": "1.0.1",
  4. "description": "Strip leading whitespace from every line in a string",
  5. "license": "MIT",
  6. "repository": "sindresorhus/strip-indent",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "bin": {
  13. "strip-indent": "cli.js"
  14. },
  15. "engines": {
  16. "node": ">=0.10.0"
  17. },
  18. "scripts": {
  19. "test": "mocha"
  20. },
  21. "files": [
  22. "index.js",
  23. "cli.js"
  24. ],
  25. "keywords": [
  26. "cli",
  27. "bin",
  28. "browser",
  29. "strip",
  30. "normalize",
  31. "remove",
  32. "indent",
  33. "indentation",
  34. "whitespace",
  35. "space",
  36. "tab",
  37. "string",
  38. "str"
  39. ],
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "dependencies": {
  44. "get-stdin": "^4.0.1"
  45. },
  46. "__npminstall_done": true,
  47. "_from": "strip-indent@1.0.1",
  48. "_resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-1.0.1.tgz"
  49. }