package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "move-concurrently@^1.0.1",
  12. "name": "move-concurrently",
  13. "escapedName": "move-concurrently",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/copy-webpack-plugin/cacache"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
  23. "_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
  24. "_spec": "move-concurrently@^1.0.1",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\cacache",
  26. "author": {
  27. "name": "Rebecca Turner",
  28. "email": "me@re-becca.org",
  29. "url": "http://re-becca.org/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/npm/move-concurrently/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "aproba": "^1.1.1",
  37. "copy-concurrently": "^1.0.0",
  38. "fs-write-stream-atomic": "^1.0.8",
  39. "mkdirp": "^0.5.1",
  40. "rimraf": "^2.5.4",
  41. "run-queue": "^1.0.3"
  42. },
  43. "deprecated": false,
  44. "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.",
  45. "devDependencies": {
  46. "standard": "^8.6.0",
  47. "tacks": "^1.2.6",
  48. "tap": "^10.1.1"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "files": [
  54. "move.js",
  55. "is-windows.js"
  56. ],
  57. "homepage": "https://www.npmjs.com/package/move-concurrently",
  58. "keywords": [
  59. "move"
  60. ],
  61. "license": "ISC",
  62. "main": "move.js",
  63. "name": "move-concurrently",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/npm/move-concurrently.git"
  67. },
  68. "scripts": {
  69. "test": "standard && tap --coverage test"
  70. },
  71. "version": "1.0.1"
  72. }