package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "trim-newlines@^3.0.0",
  3. "_id": "trim-newlines@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
  6. "_location": "/trim-newlines",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "trim-newlines@^3.0.0",
  12. "name": "trim-newlines",
  13. "escapedName": "trim-newlines",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/meow",
  20. "/stylelint/meow"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
  23. "_shasum": "260a5d962d8b752425b32f3a7db0dcacd176c144",
  24. "_spec": "trim-newlines@^3.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\meow",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/trim-newlines/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Trim newlines from the start and/or end of a string",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  50. "keywords": [
  51. "trim",
  52. "newline",
  53. "newlines",
  54. "linebreak",
  55. "lf",
  56. "crlf",
  57. "left",
  58. "right",
  59. "start",
  60. "end",
  61. "string",
  62. "remove",
  63. "delete",
  64. "strip"
  65. ],
  66. "license": "MIT",
  67. "name": "trim-newlines",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava && tsd"
  74. },
  75. "version": "3.0.1"
  76. }