package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "strip-indent@1.0.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  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. "/",
  26. "/redent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
  29. "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
  30. "_spec": "1.0.1",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "http://sindresorhus.com"
  36. },
  37. "bin": {
  38. "strip-indent": "cli.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/strip-indent/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "get-stdin": "^4.0.1"
  46. },
  47. "deprecated": false,
  48. "description": "Strip leading whitespace from every line in a string",
  49. "devDependencies": {
  50. "mocha": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js",
  57. "cli.js"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/strip-indent#readme",
  60. "keywords": [
  61. "cli",
  62. "bin",
  63. "browser",
  64. "strip",
  65. "normalize",
  66. "remove",
  67. "indent",
  68. "indentation",
  69. "whitespace",
  70. "space",
  71. "tab",
  72. "string",
  73. "str"
  74. ],
  75. "license": "MIT",
  76. "name": "strip-indent",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/strip-indent.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "version": "1.0.1"
  85. }