package.json
1.92 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
{
"_from": "python-shell",
"_id": "python-shell@1.0.8",
"_inBundle": false,
"_integrity": "sha512-jMKagerg3alm6j+Prq5t/M3dTgEppy5vC6ns+LqAjfuHiT8olfK3PMokpqpeEcWEqvDnUcAOhp6SQzaLBtTzRw==",
"_location": "/python-shell",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "python-shell",
"name": "python-shell",
"escapedName": "python-shell",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-1.0.8.tgz",
"_shasum": "067bc93d790913efaa4b2a3c9d0e85e02adab510",
"_spec": "python-shell",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project",
"author": {
"name": "Nicolas Mercier",
"email": "nicolas@extrabacon.net"
},
"bugs": {
"url": "http://github.com/extrabacon/python-shell/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^9.3.0",
"mocha": "^5.2.0",
"mocha-appveyor-reporter": "^0.4.0",
"should": "^13.2.1",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=0.10"
},
"files": [
"*.d.ts",
"*.js",
"*.js.map",
"CHANGELOG.md",
"README.md"
],
"homepage": "http://github.com/extrabacon/python-shell",
"keywords": [
"python"
],
"license": "MIT",
"name": "python-shell",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/extrabacon/python-shell.git"
},
"scripts": {
"appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
"compile": "tsc -watch -p ./",
"test": "tsc -p ./ && mocha"
},
"version": "1.0.8"
}