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