You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "strip-eof@^1.0.0",
  3. "_id": "strip-eof@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
  6. "_location": "/strip-eof",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-eof@^1.0.0",
  12. "name": "strip-eof",
  13. "escapedName": "strip-eof",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-version/execa",
  20. "/execa",
  21. "/gifsicle/execa",
  22. "/pngquant-bin/execa"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
  25. "_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
  26. "_spec": "strip-eof@^1.0.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\execa",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/strip-eof/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Strip the End-Of-File (EOF) character from a string/buffer",
  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/strip-eof#readme",
  50. "keywords": [
  51. "strip",
  52. "trim",
  53. "remove",
  54. "delete",
  55. "eof",
  56. "end",
  57. "file",
  58. "newline",
  59. "linebreak",
  60. "character",
  61. "string",
  62. "buffer"
  63. ],
  64. "license": "MIT",
  65. "name": "strip-eof",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/strip-eof.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.0.0"
  74. }