package.json 1.9 KB

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