package.json
1.48 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
{
"_from": "python-shell@^0.4.0",
"_id": "python-shell@0.4.0",
"_inBundle": false,
"_integrity": "sha1-JZxUcNiFKSsi6QalewhfZRdS+VY=",
"_location": "/python-shell",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "python-shell@^0.4.0",
"name": "python-shell",
"escapedName": "python-shell",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz",
"_shasum": "259c5470d885292b22e906a57b085f651752f956",
"_spec": "python-shell@^0.4.0",
"_where": "C:\\Users\\PARK\\Desktop\\새 폴더\\RUTROLL",
"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": {
"mocha": "^2.2.5",
"should": "^6.0.0"
},
"engines": {
"node": ">=0.10"
},
"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": {
"test": "mocha -R spec"
},
"version": "0.4.0"
}