package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. ],
  21. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
  22. "_shasum": "260a5d962d8b752425b32f3a7db0dcacd176c144",
  23. "_spec": "trim-newlines@^3.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\meow",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/trim-newlines/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Trim newlines from the start and/or end of a string",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  49. "keywords": [
  50. "trim",
  51. "newline",
  52. "newlines",
  53. "linebreak",
  54. "lf",
  55. "crlf",
  56. "left",
  57. "right",
  58. "start",
  59. "end",
  60. "string",
  61. "remove",
  62. "delete",
  63. "strip"
  64. ],
  65. "license": "MIT",
  66. "name": "trim-newlines",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "3.0.1"
  75. }