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