package.json
1.98 KB
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
{
"_from": "move-concurrently@^1.0.1",
"_id": "move-concurrently@1.0.1",
"_inBundle": false,
"_integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
"_location": "/move-concurrently",
"_phantomChildren": {
"glob": "7.1.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "move-concurrently@^1.0.1",
"name": "move-concurrently",
"escapedName": "move-concurrently",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/webpack/cacache"
],
"_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
"_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
"_spec": "move-concurrently@^1.0.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\webpack\\node_modules\\cacache",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/npm/move-concurrently/issues"
},
"bundleDependencies": false,
"dependencies": {
"aproba": "^1.1.1",
"copy-concurrently": "^1.0.0",
"fs-write-stream-atomic": "^1.0.8",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"run-queue": "^1.0.3"
},
"deprecated": false,
"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.",
"devDependencies": {
"standard": "^8.6.0",
"tacks": "^1.2.6",
"tap": "^10.1.1"
},
"directories": {
"test": "test"
},
"files": [
"move.js",
"is-windows.js"
],
"homepage": "https://www.npmjs.com/package/move-concurrently",
"keywords": [
"move"
],
"license": "ISC",
"main": "move.js",
"name": "move-concurrently",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/move-concurrently.git"
},
"scripts": {
"test": "standard && tap --coverage test"
},
"version": "1.0.1"
}