package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "glob": "7.1.7"
  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. "/webpack/cacache"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
  24. "_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
  25. "_spec": "move-concurrently@^1.0.1",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack\\node_modules\\cacache",
  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/move-concurrently/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "aproba": "^1.1.1",
  38. "copy-concurrently": "^1.0.0",
  39. "fs-write-stream-atomic": "^1.0.8",
  40. "mkdirp": "^0.5.1",
  41. "rimraf": "^2.5.4",
  42. "run-queue": "^1.0.3"
  43. },
  44. "deprecated": false,
  45. "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.",
  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. "move.js",
  56. "is-windows.js"
  57. ],
  58. "homepage": "https://www.npmjs.com/package/move-concurrently",
  59. "keywords": [
  60. "move"
  61. ],
  62. "license": "ISC",
  63. "main": "move.js",
  64. "name": "move-concurrently",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/npm/move-concurrently.git"
  68. },
  69. "scripts": {
  70. "test": "standard && tap --coverage test"
  71. },
  72. "version": "1.0.1"
  73. }