1{ 2 "_from": "copy-concurrently@^1.0.0", 3 "_id": "copy-concurrently@1.0.5", 4 "_inBundle": false, 5 "_integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", 6 "_location": "/copy-concurrently", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "copy-concurrently@^1.0.0", 12 "name": "copy-concurrently", 13 "escapedName": "copy-concurrently", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/move-concurrently" 20 ], 21 "_resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", 22 "_shasum": "92297398cae34937fcafd6ec8139c18051f0b5e0", 23 "_spec": "copy-concurrently@^1.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/move-concurrently", 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/copy-concurrently/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "aproba": "^1.1.1", 36 "fs-write-stream-atomic": "^1.0.8", 37 "iferr": "^0.1.5", 38 "mkdirp": "^0.5.1", 39 "rimraf": "^2.5.4", 40 "run-queue": "^1.0.0" 41 }, 42 "deprecated": false, 43 "description": "Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.", 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 "copy.js", 54 "is-windows.js" 55 ], 56 "homepage": "https://www.npmjs.com/package/copy-concurrently", 57 "keywords": [ 58 "copy", 59 "cpr" 60 ], 61 "license": "ISC", 62 "main": "copy.js", 63 "name": "copy-concurrently", 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/npm/copy-concurrently.git" 67 }, 68 "scripts": { 69 "test": "standard && tap --coverage test" 70 }, 71 "version": "1.0.5" 72} 73