package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "strip-eof@^1.0.0",
  3. "_id": "strip-eof@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
  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. "/@vue/cli-plugin-eslint/execa",
  20. "/@vue/cli-plugin-unit-jest/execa",
  21. "/@vue/cli-plugin-unit-mocha/execa",
  22. "/@vue/cli-service/execa",
  23. "/@vue/cli-shared-utils/execa",
  24. "/clipboardy/execa",
  25. "/internal-ip/execa",
  26. "/lint-staged/execa",
  27. "/os-locale/execa",
  28. "/yorkie/execa"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/strip-eof/-/strip-eof-1.0.0.tgz",
  31. "_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
  32. "_spec": "strip-eof@^1.0.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-shared-utils\\node_modules\\execa",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/strip-eof/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "Strip the End-Of-File (EOF) character from a string/buffer",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/strip-eof#readme",
  56. "keywords": [
  57. "strip",
  58. "trim",
  59. "remove",
  60. "delete",
  61. "eof",
  62. "end",
  63. "file",
  64. "newline",
  65. "linebreak",
  66. "character",
  67. "string",
  68. "buffer"
  69. ],
  70. "license": "MIT",
  71. "name": "strip-eof",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/strip-eof.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "1.0.0"
  80. }