UNPKG

1.08 kBJSONView Raw
1{
2 "name": "observable-process",
3 "version": "3.4.2",
4 "author": "Kevin Goslar",
5 "dependencies": {
6 "debug": "3.1.0",
7 "extend": "3.0.1",
8 "merge-stream": "1.0.1",
9 "string-argv": "0.0.2",
10 "text-stream-search": "1.2.5"
11 },
12 "description": "High-level support for running, observing, and interacting with child processes in Node.js",
13 "devDependencies": {
14 "chai": "4.1.2",
15 "cucumber": "3.2.0",
16 "dependency-lint": "5.0.1",
17 "livescript": "1.5.0",
18 "nitroglycerin": "1.1.2",
19 "o-tools": "0.8.47",
20 "o-tools-livescript": "1.2.3",
21 "port-reservation": "0.3.2",
22 "request": "2.83.0",
23 "wait": "0.1.0"
24 },
25 "engines": {
26 "npm": ">= 3.0.0"
27 },
28 "files": [
29 "dist",
30 "npm-shrinkwrap.json"
31 ],
32 "homepage": "https://github.com/Originate/observable-process",
33 "license": "ISC",
34 "main": "dist/observable-process.js",
35 "repository": {
36 "type": "git",
37 "url": "git+ssh://git@github.com/Originate/observable-process.git"
38 },
39 "scripts": {
40 "prepublish": "node_modules/.bin/build",
41 "test": "bin/spec"
42 }
43}