File: /var/www/tana/frontend/node_modules/concurrently/package.json
{
"_args": [
[
"concurrently@3.6.0",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "concurrently@3.6.0",
"_id": "concurrently@3.6.0",
"_inBundle": false,
"_integrity": "sha512-6XiIYtYzmGEccNZFkih5JOH92jLA4ulZArAYy5j1uDSdrPLB3KzdE8GW7t2fHPcg9ry2+5LP9IEYzXzxw9lFdA==",
"_location": "/concurrently",
"_phantomChildren": {
"error-ex": "1.3.2",
"graceful-fs": "4.1.11",
"json-parse-better-errors": "1.0.2",
"normalize-package-data": "2.4.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "concurrently@3.6.0",
"name": "concurrently",
"escapedName": "concurrently",
"rawSpec": "3.6.0",
"saveSpec": null,
"fetchSpec": "3.6.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-3.6.0.tgz",
"_spec": "3.6.0",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Kimmo Brunfeldt"
},
"bin": {
"concurrent": "./src/main.js",
"concurrently": "./src/main.js"
},
"bugs": {
"url": "https://github.com/kimmobrunfeldt/concurrently/issues"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "2.6.0",
"date-fns": "^1.23.0",
"lodash": "^4.5.1",
"read-pkg": "^3.0.0",
"rx": "2.3.24",
"spawn-command": "^0.0.2-1",
"supports-color": "^3.2.3",
"tree-kill": "^1.1.0"
},
"description": "Run commands concurrently",
"devDependencies": {
"chai": "^1.10.0",
"eslint": "^4.19.1",
"mocha": "^2.1.0",
"mustache": "^1.0.0",
"releasor": "^1.2.1",
"semver": "^4.2.0",
"shell-quote": "^1.4.3",
"shelljs": "^0.3.0",
"sinon": "^4.1.3",
"string": "^3.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/kimmobrunfeldt/concurrently",
"keywords": [
"bash",
"concurrent",
"parallel",
"concurrently",
"command",
"sh"
],
"license": "MIT",
"main": "src/main.js",
"name": "concurrently",
"repository": {
"type": "git",
"url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
},
"scripts": {
"echo": "echo",
"echo-sound-beep": "echo beep",
"echo-sound-boop": "echo boop",
"echo-test": "echo test",
"lint": "eslint .",
"test": "mocha"
},
"version": "3.6.0"
}