package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "move-concurrently@1.0.1",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "move-concurrently@1.0.1",
  10. "_id": "move-concurrently@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
  13. "_location": "/move-concurrently",
  14. "_phantomChildren": {
  15. "minimist": "1.2.5"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "move-concurrently@1.0.1",
  21. "name": "move-concurrently",
  22. "escapedName": "move-concurrently",
  23. "rawSpec": "1.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "1.0.1"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-service/cacache",
  29. "/cacache"
  30. ],
  31. "_resolved": "https://registry.nlark.com/move-concurrently/download/move-concurrently-1.0.1.tgz",
  32. "_spec": "1.0.1",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Rebecca Turner",
  36. "email": "me@re-becca.org",
  37. "url": "http://re-becca.org/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/npm/move-concurrently/issues"
  41. },
  42. "dependencies": {
  43. "aproba": "^1.1.1",
  44. "copy-concurrently": "^1.0.0",
  45. "fs-write-stream-atomic": "^1.0.8",
  46. "mkdirp": "^0.5.1",
  47. "rimraf": "^2.5.4",
  48. "run-queue": "^1.0.3"
  49. },
  50. "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.",
  51. "devDependencies": {
  52. "standard": "^8.6.0",
  53. "tacks": "^1.2.6",
  54. "tap": "^10.1.1"
  55. },
  56. "directories": {
  57. "test": "test"
  58. },
  59. "files": [
  60. "move.js",
  61. "is-windows.js"
  62. ],
  63. "homepage": "https://www.npmjs.com/package/move-concurrently",
  64. "keywords": [
  65. "move"
  66. ],
  67. "license": "ISC",
  68. "main": "move.js",
  69. "name": "move-concurrently",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/npm/move-concurrently.git"
  73. },
  74. "scripts": {
  75. "test": "standard && tap --coverage test"
  76. },
  77. "version": "1.0.1"
  78. }