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.

97 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "move-concurrently@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cacache"
  6. ]
  7. ],
  8. "_from": "move-concurrently@>=1.0.1 <2.0.0",
  9. "_id": "move-concurrently@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/move-concurrently",
  13. "_nodeVersion": "4.6.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/move-concurrently-1.0.1.tgz_1489706667405_0.5766653206665069"
  17. },
  18. "_npmUser": {
  19. "email": "me@re-becca.org",
  20. "name": "iarna"
  21. },
  22. "_npmVersion": "4.4.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "move-concurrently",
  26. "raw": "move-concurrently@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cacache"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
  36. "_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
  37. "_shrinkwrap": null,
  38. "_spec": "move-concurrently@^1.0.1",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cacache",
  40. "author": {
  41. "email": "me@re-becca.org",
  42. "name": "Rebecca Turner",
  43. "url": "http://re-becca.org/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/npm/move-concurrently/issues"
  47. },
  48. "dependencies": {
  49. "aproba": "^1.1.1",
  50. "copy-concurrently": "^1.0.0",
  51. "fs-write-stream-atomic": "^1.0.8",
  52. "mkdirp": "^0.5.1",
  53. "rimraf": "^2.5.4",
  54. "run-queue": "^1.0.3"
  55. },
  56. "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.",
  57. "devDependencies": {
  58. "standard": "^8.6.0",
  59. "tacks": "^1.2.6",
  60. "tap": "^10.1.1"
  61. },
  62. "directories": {
  63. "test": "test"
  64. },
  65. "dist": {
  66. "shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
  67. "tarball": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz"
  68. },
  69. "files": [
  70. "is-windows.js",
  71. "move.js"
  72. ],
  73. "gitHead": "8558616a681db87a77b2d9077ce5f855ceb46b87",
  74. "homepage": "https://www.npmjs.com/package/move-concurrently",
  75. "keywords": [
  76. "move"
  77. ],
  78. "license": "ISC",
  79. "main": "move.js",
  80. "maintainers": [
  81. {
  82. "name": "iarna",
  83. "email": "me@re-becca.org"
  84. }
  85. ],
  86. "name": "move-concurrently",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/npm/move-concurrently.git"
  92. },
  93. "scripts": {
  94. "test": "standard && tap --coverage test"
  95. },
  96. "version": "1.0.1"
  97. }