package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "move-concurrently@^1.0.1",
  3. "_id": "move-concurrently@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
  6. "_location": "/move-concurrently",
  7. "_phantomChildren": {
  8. "minimist": "1.2.5"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "move-concurrently@^1.0.1",
  14. "name": "move-concurrently",
  15. "escapedName": "move-concurrently",
  16. "rawSpec": "^1.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.1"
  19. },
  20. "_requiredBy": [
  21. "/@vue/cli-service/cacache",
  22. "/cacache"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
  25. "_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
  26. "_spec": "move-concurrently@^1.0.1",
  27. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\cacache",
  28. "author": {
  29. "name": "Rebecca Turner",
  30. "email": "me@re-becca.org",
  31. "url": "http://re-becca.org/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/npm/move-concurrently/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "aproba": "^1.1.1",
  39. "copy-concurrently": "^1.0.0",
  40. "fs-write-stream-atomic": "^1.0.8",
  41. "mkdirp": "^0.5.1",
  42. "rimraf": "^2.5.4",
  43. "run-queue": "^1.0.3"
  44. },
  45. "deprecated": false,
  46. "description": "Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.",
  47. "devDependencies": {
  48. "standard": "^8.6.0",
  49. "tacks": "^1.2.6",
  50. "tap": "^10.1.1"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "files": [
  56. "move.js",
  57. "is-windows.js"
  58. ],
  59. "homepage": "https://www.npmjs.com/package/move-concurrently",
  60. "keywords": [
  61. "move"
  62. ],
  63. "license": "ISC",
  64. "main": "move.js",
  65. "name": "move-concurrently",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/npm/move-concurrently.git"
  69. },
  70. "scripts": {
  71. "test": "standard && tap --coverage test"
  72. },
  73. "version": "1.0.1"
  74. }