Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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