package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "min-indent@^1.0.0",
  3. "_id": "min-indent@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
  6. "_location": "/min-indent",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "min-indent@^1.0.0",
  12. "name": "min-indent",
  13. "escapedName": "min-indent",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/strip-indent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
  22. "_shasum": "a63f681673b30571fbe8bc25686ae746eefa9869",
  23. "_spec": "min-indent@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\strip-indent",
  25. "author": {
  26. "name": "James Kyle",
  27. "email": "me@thejameskyle.com",
  28. "url": "thejameskyle.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thejameskyle/min-indent/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Get the shortest leading whitespace from lines in a string",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/thejameskyle/min-indent#readme",
  47. "keywords": [
  48. "indent",
  49. "indentation",
  50. "normalize",
  51. "whitespace",
  52. "space",
  53. "tab",
  54. "string",
  55. "str",
  56. "min",
  57. "minimum"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "min-indent",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/thejameskyle/min-indent.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "1.0.1"
  70. }