package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "trim-newlines@1.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "trim-newlines@^1.0.0",
  10. "_id": "trim-newlines@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
  13. "_location": "/trim-newlines",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "trim-newlines@1.0.0",
  19. "name": "trim-newlines",
  20. "escapedName": "trim-newlines",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/meow"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  30. "_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
  31. "_spec": "1.0.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/trim-newlines/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "Trim newlines from the start and/or end of a string",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  55. "keywords": [
  56. "trim",
  57. "newline",
  58. "newlines",
  59. "linebreak",
  60. "lf",
  61. "crlf",
  62. "left",
  63. "right",
  64. "start",
  65. "end",
  66. "string",
  67. "str",
  68. "remove",
  69. "delete",
  70. "strip"
  71. ],
  72. "license": "MIT",
  73. "name": "trim-newlines",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "1.0.0"
  82. }