summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/move-concurrently/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/move-concurrently/package.json')
-rw-r--r--deps/npm/node_modules/move-concurrently/package.json34
1 files changed, 15 insertions, 19 deletions
diff --git a/deps/npm/node_modules/move-concurrently/package.json b/deps/npm/node_modules/move-concurrently/package.json
index f4cb89151a..52595211cd 100644
--- a/deps/npm/node_modules/move-concurrently/package.json
+++ b/deps/npm/node_modules/move-concurrently/package.json
@@ -1,36 +1,34 @@
{
- "_from": "move-concurrently@~1.0.1",
+ "_args": [
+ [
+ "move-concurrently@1.0.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "move-concurrently@1.0.1",
"_id": "move-concurrently@1.0.1",
"_inBundle": false,
"_integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=",
"_location": "/move-concurrently",
- "_phantomChildren": {
- "aproba": "1.2.0",
- "fs-write-stream-atomic": "1.0.10",
- "iferr": "0.1.5",
- "mkdirp": "0.5.1",
- "rimraf": "2.6.2"
- },
+ "_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "move-concurrently@~1.0.1",
+ "raw": "move-concurrently@1.0.1",
"name": "move-concurrently",
"escapedName": "move-concurrently",
- "rawSpec": "~1.0.1",
+ "rawSpec": "1.0.1",
"saveSpec": null,
- "fetchSpec": "~1.0.1"
+ "fetchSpec": "1.0.1"
},
"_requiredBy": [
- "#USER",
"/",
"/cacache",
- "/npm-profile/make-fetch-happen/cacache",
- "/pacote/cacache"
+ "/npm-profile/cacache",
+ "/npm-registry-fetch/cacache"
],
"_resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
- "_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
- "_spec": "move-concurrently@~1.0.1",
+ "_spec": "1.0.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Rebecca Turner",
@@ -40,7 +38,6 @@
"bugs": {
"url": "https://github.com/npm/move-concurrently/issues"
},
- "bundleDependencies": false,
"dependencies": {
"aproba": "^1.1.1",
"copy-concurrently": "^1.0.0",
@@ -49,7 +46,6 @@
"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",