package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "copy-concurrently@1.0.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "copy-concurrently@1.0.5",
  9. "_id": "copy-concurrently@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
  12. "_location": "/copy-concurrently",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "copy-concurrently@1.0.5",
  18. "name": "copy-concurrently",
  19. "escapedName": "copy-concurrently",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/move-concurrently"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
  28. "_spec": "1.0.5",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Rebecca Turner",
  32. "email": "me@re-becca.org",
  33. "url": "http://re-becca.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/copy-concurrently/issues"
  37. },
  38. "dependencies": {
  39. "aproba": "^1.1.1",
  40. "fs-write-stream-atomic": "^1.0.8",
  41. "iferr": "^0.1.5",
  42. "mkdirp": "^0.5.1",
  43. "rimraf": "^2.5.4",
  44. "run-queue": "^1.0.0"
  45. },
  46. "description": "Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.",
  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. "copy.js",
  57. "is-windows.js"
  58. ],
  59. "homepage": "https://www.npmjs.com/package/copy-concurrently",
  60. "keywords": [
  61. "copy",
  62. "cpr"
  63. ],
  64. "license": "ISC",
  65. "main": "copy.js",
  66. "name": "copy-concurrently",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/npm/copy-concurrently.git"
  70. },
  71. "scripts": {
  72. "test": "standard && tap --coverage test"
  73. },
  74. "version": "1.0.5"
  75. }