package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "strip-indent@1.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-indent@1.0.1",
  10. "_id": "strip-indent@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
  13. "_location": "/strip-indent",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-indent@1.0.1",
  19. "name": "strip-indent",
  20. "escapedName": "strip-indent",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/redent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bin": {
  37. "strip-indent": "cli.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/strip-indent/issues"
  41. },
  42. "dependencies": {
  43. "get-stdin": "^4.0.1"
  44. },
  45. "description": "Strip leading whitespace from every line in a string",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "cli.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/strip-indent#readme",
  57. "keywords": [
  58. "cli",
  59. "bin",
  60. "browser",
  61. "strip",
  62. "normalize",
  63. "remove",
  64. "indent",
  65. "indentation",
  66. "whitespace",
  67. "space",
  68. "tab",
  69. "string",
  70. "str"
  71. ],
  72. "license": "MIT",
  73. "name": "strip-indent",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/strip-indent.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "version": "1.0.1"
  82. }