Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "shell-quote",
3
"version": "0.0.1",
4
"description": "quote and parse shell commands",
5
"main": "index.js",
6
"directories": {
7
"example": "example",
8
"test": "test"
9
},
10
"devDependencies": {
11
"tap": "~0.2.5"
12
},
13
"scripts": {
14
"test": "tap test"
15
},
16
"repository": {
17
"type": "git",
18
"url": "git://github.com/substack/node-shell-quote.git"
19
},
20
"keywords": [
21
"shell",
22
"command",
23
"quote",
24
"parse"
25
],
26
"author": {
27
"name": "James Halliday",
28
"email": "[email protected]",
29
"url": "http://substack.net"
30
},
31
"license": "MIT",
32
"engine": {
33
"node": ">=0.4"
34
},
35
"_npmUser": {
36
"name": "substack",
37
"email": "[email protected]"
38
},
39
"_id": "[email protected]",
40
"dependencies": {},
41
"optionalDependencies": {},
42
"engines": {
43
"node": "*"
44
},
45
"_engineSupported": true,
46
"_npmVersion": "1.1.19",
47
"_nodeVersion": "v0.6.11",
48
"_defaultsLoaded": true,
49
"dist": {
50
"shasum": "1a41196f3c0333c482323593d6886ecf153dd986",
51
"tarball": "http://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz"
52
},
53
"maintainers": [
54
{
55
"name": "substack",
56
"email": "[email protected]"
57
}
58
],
59
"_shasum": "1a41196f3c0333c482323593d6886ecf153dd986",
60
"_resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-0.0.1.tgz",
61
"_from": "shell-quote@>=0.0.1 <0.1.0",
62
"bugs": {
63
"url": "https://github.com/substack/node-shell-quote/issues"
64
},
65
"readme": "ERROR: No README data found!",
66
"homepage": "https://github.com/substack/node-shell-quote#readme"
67
}
68
69