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
|
{
"_args": [
[
"shelljs@^0.5.3",
"/Users/mzasso/git/forks/node/node_modules/eslint"
]
],
"_from": "shelljs@>=0.5.3 <0.6.0",
"_id": "shelljs@0.5.3",
"_inCache": true,
"_installable": true,
"_location": "/eslint/shelljs",
"_nodeVersion": "1.2.0",
"_npmUser": {
"email": "arturadib@gmail.com",
"name": "artur"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "shelljs",
"raw": "shelljs@^0.5.3",
"rawSpec": "^0.5.3",
"scope": null,
"spec": ">=0.5.3 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
"_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
"_shrinkwrap": null,
"_spec": "shelljs@^0.5.3",
"_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
"author": {
"email": "arturadib@gmail.com",
"name": "Artur Adib"
},
"bin": {
"shjs": "./bin/shjs"
},
"bugs": {
"url": "https://github.com/arturadib/shelljs/issues"
},
"dependencies": {},
"description": "Portable Unix shell commands for Node.js",
"devDependencies": {
"jshint": "~2.1.11"
},
"directories": {},
"dist": {
"shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
"tarball": "http://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "22d0975040b9b8234755dc6e692d6869436e8485",
"homepage": "http://github.com/arturadib/shelljs",
"keywords": [
"jake",
"make",
"makefile",
"shell",
"synchronous",
"unix"
],
"license": "BSD*",
"main": "./shell.js",
"maintainers": [
{
"name": "artur",
"email": "arturadib@gmail.com"
}
],
"name": "shelljs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/arturadib/shelljs.git"
},
"scripts": {
"test": "node scripts/run-tests"
},
"version": "0.5.3"
}
|