You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. ],
  21. "_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
  22. "_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
  23. "_spec": "move-concurrently@^1.0.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cacache",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org",
  28. "url": "http://re-becca.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/move-concurrently/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "aproba": "^1.1.1",
  36. "copy-concurrently": "^1.0.0",
  37. "fs-write-stream-atomic": "^1.0.8",
  38. "mkdirp": "^0.5.1",
  39. "rimraf": "^2.5.4",
  40. "run-queue": "^1.0.3"
  41. },
  42. "deprecated": false,
  43. "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.",
  44. "devDependencies": {
  45. "standard": "^8.6.0",
  46. "tacks": "^1.2.6",
  47. "tap": "^10.1.1"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "files": [
  53. "move.js",
  54. "is-windows.js"
  55. ],
  56. "homepage": "https://www.npmjs.com/package/move-concurrently",
  57. "keywords": [
  58. "move"
  59. ],
  60. "license": "ISC",
  61. "main": "move.js",
  62. "name": "move-concurrently",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/move-concurrently.git"
  66. },
  67. "scripts": {
  68. "test": "standard && tap --coverage test"
  69. },
  70. "version": "1.0.1"
  71. }