package.json 1.8 KB

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