package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "strip-final-newline@2.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "strip-final-newline@2.0.0",
  9. "_id": "strip-final-newline@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  12. "_location": "/strip-final-newline",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-final-newline@2.0.0",
  18. "name": "strip-final-newline",
  19. "escapedName": "strip-final-newline",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/default-gateway/execa",
  26. "/vue-puzzle-vcode/execa"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\item\\newItem\\admin",
  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. }