package.json 2.1 KB

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