package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "trim-newlines@1.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "trim-newlines@1.0.0",
  9. "_id": "trim-newlines@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==",
  12. "_location": "/trim-newlines",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "trim-newlines@1.0.0",
  18. "name": "trim-newlines",
  19. "escapedName": "trim-newlines",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/meow"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/trim-newlines/-/trim-newlines-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/trim-newlines/issues"
  37. },
  38. "description": "Trim newlines from the start and/or end of a string",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
  50. "keywords": [
  51. "trim",
  52. "newline",
  53. "newlines",
  54. "linebreak",
  55. "lf",
  56. "crlf",
  57. "left",
  58. "right",
  59. "start",
  60. "end",
  61. "string",
  62. "str",
  63. "remove",
  64. "delete",
  65. "strip"
  66. ],
  67. "license": "MIT",
  68. "name": "trim-newlines",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.0.0"
  77. }