package.json 1.9 KB

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