Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
concurrently
/
Filename :
package.json
back
Copy
{ "name": "concurrently", "version": "4.1.2", "description": "Run commands concurrently", "main": "index.js", "bin": { "concurrently": "./bin/concurrently.js" }, "engines": { "node": ">=6.0.0" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "report-coverage": "cat coverage/lcov.info | coveralls", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/kimmobrunfeldt/concurrently.git" }, "keywords": [ "bash", "concurrent", "parallel", "concurrently", "command", "sh" ], "author": "Kimmo Brunfeldt", "license": "MIT", "dependencies": { "chalk": "^2.4.2", "date-fns": "^1.30.1", "lodash": "^4.17.15", "read-pkg": "^4.0.1", "rxjs": "^6.5.2", "spawn-command": "^0.0.2-1", "supports-color": "^4.5.0", "tree-kill": "^1.2.1", "yargs": "^12.0.5" }, "devDependencies": { "coveralls": "^3.0.4", "eslint": "^5.16.0", "jest": "^24.8.0", "jest-create-mock-instance": "^1.1.0" }, "jest": { "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.js" ], "coveragePathIgnorePatterns": [ "/fixtures/", "/node_modules/" ], "testEnvironment": "node" } }