You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "trim-newlines@^1.0.0",
  3. "_id": "trim-newlines@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
  6. "_location": "/trim-newlines",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "trim-newlines@^1.0.0",
  12. "name": "trim-newlines",
  13. "escapedName": "trim-newlines",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/meow"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  22. "_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
  23. "_spec": "trim-newlines@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  47. "keywords": [
  48. "trim",
  49. "newline",
  50. "newlines",
  51. "linebreak",
  52. "lf",
  53. "crlf",
  54. "left",
  55. "right",
  56. "start",
  57. "end",
  58. "string",
  59. "str",
  60. "remove",
  61. "delete",
  62. "strip"
  63. ],
  64. "license": "MIT",
  65. "name": "trim-newlines",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.0.0"
  74. }