management/front/dkha-web-sz-main/node_modules/move-concurrently/package.json

73 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "move-concurrently@^1.0.1",
2023-12-18 13:12:25 +08:00
"_id": "move-concurrently@1.0.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==",
2023-12-18 13:12:25 +08:00
"_location": "/move-concurrently",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "move-concurrently@^1.0.1",
2023-12-18 13:12:25 +08:00
"name": "move-concurrently",
"escapedName": "move-concurrently",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/cacache",
"/copy-webpack-plugin/cacache"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/move-concurrently/-/move-concurrently-1.0.1.tgz",
"_shasum": "be2c005fda32e0b29af1f05d7c4b33214c701f92",
"_spec": "move-concurrently@^1.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\cacache",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/npm/move-concurrently/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"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"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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"
}