package.json 2.0 KB

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