package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "indent-string@2.1.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  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. "/",
  27. "/redent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
  30. "_shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
  31. "_spec": "2.1.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/indent-string/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "repeating": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Indent each line in a string",
  47. "devDependencies": {
  48. "mocha": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/indent-string#readme",
  57. "keywords": [
  58. "indent",
  59. "string",
  60. "str",
  61. "pad",
  62. "align",
  63. "line",
  64. "text"
  65. ],
  66. "license": "MIT",
  67. "name": "indent-string",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/indent-string.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "version": "2.1.0"
  76. }