package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "trim-newlines@1.0.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  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. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/trim-newlines/issues"
  38. },
  39. "description": "Trim newlines from the start and/or end of a string",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  51. "keywords": [
  52. "trim",
  53. "newline",
  54. "newlines",
  55. "linebreak",
  56. "lf",
  57. "crlf",
  58. "left",
  59. "right",
  60. "start",
  61. "end",
  62. "string",
  63. "str",
  64. "remove",
  65. "delete",
  66. "strip"
  67. ],
  68. "license": "MIT",
  69. "name": "trim-newlines",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "1.0.0"
  78. }