119 lines
3.2 KiB
JSON
119 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"npm-run-all@4.1.1",
|
|
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
|
|
]
|
|
],
|
|
"_from": "npm-run-all@4.1.1",
|
|
"_id": "npm-run-all@4.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qrmqqaJa+REbzUTIL/mHfTdgwz+gL1xUezY/ueyLa7GISZ4T3h0CH8D2r6AaZdCYN2unu7PzspP0ofpXla1ftg==",
|
|
"_location": "/npm-run-all",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5",
|
|
"graceful-fs": "4.1.11",
|
|
"has-flag": "3.0.0",
|
|
"lru-cache": "4.1.3",
|
|
"normalize-package-data": "2.4.0",
|
|
"parse-json": "2.2.0",
|
|
"pify": "2.3.0",
|
|
"shebang-command": "1.2.0",
|
|
"which": "1.3.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "npm-run-all@4.1.1",
|
|
"name": "npm-run-all",
|
|
"escapedName": "npm-run-all",
|
|
"rawSpec": "4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.1.tgz",
|
|
"_spec": "4.1.1",
|
|
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
|
|
"author": {
|
|
"name": "Toru Nagashima"
|
|
},
|
|
"bin": {
|
|
"run-p": "bin/run-p/index.js",
|
|
"run-s": "bin/run-s/index.js",
|
|
"npm-run-all": "bin/npm-run-all/index.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mysticatea/npm-run-all/issues"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.0",
|
|
"chalk": "^2.1.0",
|
|
"cross-spawn": "^5.1.0",
|
|
"memory-streams": "^0.1.2",
|
|
"minimatch": "^3.0.4",
|
|
"ps-tree": "^1.1.0",
|
|
"read-pkg": "^2.0.0",
|
|
"shell-quote": "^1.6.1",
|
|
"string.prototype.padend": "^3.0.0"
|
|
},
|
|
"description": "A CLI tool to run multiple npm-scripts in parallel or sequential.",
|
|
"devDependencies": {
|
|
"@types/node": "^4.2.20",
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
"babel-preset-power-assert": "^1.0.0",
|
|
"babel-register": "^6.26.0",
|
|
"codecov": "^2.3.0",
|
|
"eslint": "^4.5.0",
|
|
"eslint-config-mysticatea": "^12.0.0",
|
|
"jsdoc": "^3.5.4",
|
|
"mocha": "^3.5.0",
|
|
"nyc": "^11.1.0",
|
|
"power-assert": "^1.4.4",
|
|
"rimraf": "^2.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"docs"
|
|
],
|
|
"homepage": "https://github.com/mysticatea/npm-run-all",
|
|
"keywords": [
|
|
"cli",
|
|
"command",
|
|
"commandline",
|
|
"tool",
|
|
"npm",
|
|
"npm-scripts",
|
|
"run",
|
|
"sequential",
|
|
"serial",
|
|
"parallel",
|
|
"task"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "npm-run-all",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mysticatea/npm-run-all.git"
|
|
},
|
|
"scripts": {
|
|
"_mocha": "mocha \"test/*.js\" --compilers js:babel-register --timeout 60000",
|
|
"clean": "rimraf .nyc_output coverage jsdoc \"test-workspace/{build,test.txt}\"",
|
|
"codecov": "nyc report -r lcovonly && codecov",
|
|
"docs": "jsdoc -c jsdoc.json",
|
|
"lint": "eslint bin lib scripts test \"test-workspace/tasks/*.js\"",
|
|
"postversion": "git push && git push --tags",
|
|
"pretest": "node scripts/make-slink.js && npm run lint",
|
|
"preversion": "npm test",
|
|
"test": "nyc npm run _mocha",
|
|
"watch": "npm run _mocha -- --watch --growl"
|
|
},
|
|
"version": "4.1.1"
|
|
}
|