package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "indent-string@2.1.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "indent-string@2.1.0",
  10. "_id": "indent-string@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
  13. "_location": "/indent-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "indent-string@2.1.0",
  19. "name": "indent-string",
  20. "escapedName": "indent-string",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/redent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/indent-string/issues"
  38. },
  39. "dependencies": {
  40. "repeating": "^2.0.0"
  41. },
  42. "description": "Indent each line in a string",
  43. "devDependencies": {
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  53. "keywords": [
  54. "indent",
  55. "string",
  56. "str",
  57. "pad",
  58. "align",
  59. "line",
  60. "text"
  61. ],
  62. "license": "MIT",
  63. "name": "indent-string",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/indent-string.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "version": "2.1.0"
  72. }