package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "strip-final-newline@2.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-final-newline@2.0.0",
  10. "_id": "strip-final-newline@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  13. "_location": "/strip-final-newline",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-final-newline@2.0.0",
  19. "name": "strip-final-newline",
  20. "escapedName": "strip-final-newline",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/default-gateway/execa"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-final-newline/issues"
  38. },
  39. "description": "Strip the final newline character from a string/buffer",
  40. "devDependencies": {
  41. "ava": "^0.25.0",
  42. "xo": "^0.23.0"
  43. },
  44. "engines": {
  45. "node": ">=6"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/strip-final-newline#readme",
  51. "keywords": [
  52. "strip",
  53. "trim",
  54. "remove",
  55. "delete",
  56. "final",
  57. "last",
  58. "end",
  59. "file",
  60. "newline",
  61. "linebreak",
  62. "character",
  63. "string",
  64. "buffer"
  65. ],
  66. "license": "MIT",
  67. "name": "strip-final-newline",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/strip-final-newline.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "2.0.0"
  76. }