This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/inkstitch/electron/resources/app.asar.unpacked/node_modules/spawn-rx/package.json
2020-08-30 12:36:33 +02:00

38 lines
1007 B
JSON

{
"name": "spawn-rx",
"version": "2.0.12",
"description": "An Rx-version of child_process.spawn",
"repository": {
"type": "git",
"url": "https://github.com/paulcbetts/spawn-rx"
},
"author": "Paul Betts <paul@paulbetts.org>",
"license": "MIT",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"homepage": "https://github.com/paulcbetts/spawn-rx",
"dependencies": {
"debug": "^2.5.1",
"lodash.assign": "^4.2.0",
"rxjs": "^5.1.1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^2.2.39",
"@types/node": "^8.0.32",
"babel-register": "^6.23.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"esdoc": "^0.5.2",
"esdoc-es7-plugin": "0.0.3",
"esdoc-plugin-async-to-sync": "^0.5.0",
"marked": "^0.3.6",
"mocha": "^4.0.0",
"npm-run-all": "^4.0.2",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"typescript": "^2.5.3",
"uuid": "3.0.1"
}
}