package.json
2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"spawn-rx@3.0.0",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_development": true,
"_from": "spawn-rx@3.0.0",
"_id": "spawn-rx@3.0.0",
"_inBundle": false,
"_integrity": "sha512-dw4Ryg/KMNfkKa5ezAR5aZe9wNwPdKlnHEXtHOjVnyEDSPQyOpIPPRtcIiu7127SmtHhaCjw21yC43HliW0iIg==",
"_location": "/spawn-rx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "spawn-rx@3.0.0",
"name": "spawn-rx",
"escapedName": "spawn-rx",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/electron-rebuild"
],
"_resolved": "https://registry.npmjs.org/spawn-rx/-/spawn-rx-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "Paul Betts",
"email": "paul@paulbetts.org"
},
"bugs": {
"url": "https://github.com/paulcbetts/spawn-rx/issues"
},
"dependencies": {
"debug": "^2.5.1",
"lodash.assign": "^4.2.0",
"rxjs": "^6.3.1"
},
"description": "An Rx-version of child_process.spawn",
"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": "^1.1.0",
"esdoc-es7-plugin": "0.0.3",
"esdoc-plugin-async-to-sync": "^0.5.0",
"marked": "^0.5.0",
"mocha": "^4.0.0",
"npm-run-all": "^4.0.2",
"ts-node": "^3.3.0",
"tslint": "^5.7.0",
"tslint-no-unused-expression-chai": "^0.1.3",
"typescript": "^2.5.3",
"uuid": "3.0.1"
},
"homepage": "https://github.com/paulcbetts/spawn-rx",
"keywords": [
"spawn",
"rx"
],
"license": "MIT",
"main": "lib/src/index.js",
"name": "spawn-rx",
"repository": {
"type": "git",
"url": "git+https://github.com/paulcbetts/spawn-rx.git"
},
"scripts": {
"build": "npm-run-all compile lint test",
"compile": "tsc",
"doc": "echo \"esdoc may not work correctly\" && esdoc -c ./esdoc.json",
"lint": "tslint \"src/**/*.ts\" \"test/**/*.ts\"",
"prepublish": "npm run compile",
"test": "mocha --compilers ts:ts-node/register ./test/*"
},
"typings": "lib/src/index.d.ts",
"version": "3.0.0"
}