package.json
2.32 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
87
88
89
90
91
92
93
{
"_args": [
[
{
"raw": "python-shell",
"scope": null,
"escapedName": "python-shell",
"name": "python-shell",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\hyshs\\Desktop\\OSS_Project"
]
],
"_from": "python-shell@latest",
"_id": "python-shell@0.4.0",
"_inCache": true,
"_location": "/python-shell",
"_nodeVersion": "5.7.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/python-shell-0.4.0.tgz_1457618733383_0.24561460013501346"
},
"_npmUser": {
"name": "extrabacon",
"email": "nicolas@extrabacon.net"
},
"_npmVersion": "3.8.0",
"_phantomChildren": {},
"_requested": {
"raw": "python-shell",
"scope": null,
"escapedName": "python-shell",
"name": "python-shell",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz",
"_shasum": "259c5470d885292b22e906a57b085f651752f956",
"_shrinkwrap": null,
"_spec": "python-shell",
"_where": "C:\\Users\\hyshs\\Desktop\\OSS_Project",
"author": {
"name": "Nicolas Mercier",
"email": "nicolas@extrabacon.net"
},
"bugs": {
"url": "http://github.com/extrabacon/python-shell/issues"
},
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "259c5470d885292b22e906a57b085f651752f956",
"tarball": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz"
},
"engines": {
"node": ">=0.10"
},
"gitHead": "0daee5f116bd84ae4f73b895e4808318f14bbfdd",
"homepage": "http://github.com/extrabacon/python-shell",
"keywords": [
"python"
],
"license": "MIT",
"maintainers": [
{
"name": "extrabacon",
"email": "nicolas@extrabacon.net"
}
],
"name": "python-shell",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/extrabacon/python-shell.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.4.0"
}