package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "indent-string@^1.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/meow"
  6. ]
  7. ],
  8. "_from": "indent-string@>=1.1.0 <2.0.0",
  9. "_id": "indent-string@1.2.2",
  10. "_inCache": true,
  11. "_location": "/indent-string",
  12. "_nodeVersion": "0.12.5",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.11.2",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "indent-string",
  21. "raw": "indent-string@^1.1.0",
  22. "rawSpec": "^1.1.0",
  23. "scope": null,
  24. "spec": ">=1.1.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/meow"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz",
  31. "_shasum": "db99bcc583eb6abbb1e48dcbb1999a986041cb6b",
  32. "_shrinkwrap": null,
  33. "_spec": "indent-string@^1.1.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/meow",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "sindresorhus.com"
  39. },
  40. "bin": {
  41. "indent-string": "cli.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sindresorhus/indent-string/issues"
  45. },
  46. "dependencies": {
  47. "get-stdin": "^4.0.1",
  48. "minimist": "^1.1.0",
  49. "repeating": "^1.1.0"
  50. },
  51. "description": "Indent each line in a string",
  52. "devDependencies": {
  53. "mocha": "*"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "db99bcc583eb6abbb1e48dcbb1999a986041cb6b",
  58. "tarball": "http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "cli.js",
  65. "index.js"
  66. ],
  67. "gitHead": "ce73faa67c3573fa81bf88796b8f4915ba09593e",
  68. "homepage": "https://github.com/sindresorhus/indent-string",
  69. "installable": true,
  70. "keywords": [
  71. "bin",
  72. "cli",
  73. "cli-app",
  74. "indent",
  75. "line",
  76. "pad",
  77. "str",
  78. "string"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "sindresorhus",
  84. "email": "sindresorhus@gmail.com"
  85. }
  86. ],
  87. "name": "indent-string",
  88. "optionalDependencies": {},
  89. "repository": {
  90. "type": "git",
  91. "url": "https://github.com/sindresorhus/indent-string"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "version": "1.2.2"
  97. }