package.json
3.38 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"_args": [
[
{
"raw": "shelljs@^0.7.0",
"scope": null,
"escapedName": "shelljs",
"name": "shelljs",
"rawSpec": "^0.7.0",
"spec": ">=0.7.0 <0.8.0",
"type": "range"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/cordova-custom-config"
]
],
"_from": "shelljs@>=0.7.0 <0.8.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/shelljs",
"_nodeVersion": "6.0.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/shelljs-0.7.4.tgz_1472174845846_0.7657584212720394"
},
"_npmUser": {
"name": "nfischer",
"email": "[email protected]"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {},
"_requested": {
"raw": "shelljs@^0.7.0",
"scope": null,
"escapedName": "shelljs",
"name": "shelljs",
"rawSpec": "^0.7.0",
"spec": ">=0.7.0 <0.8.0",
"type": "range"
},
"_requiredBy": [
"/cordova-custom-config"
],
"_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.4.tgz",
"_shasum": "b8f04b3a74ddfafea22acf98e0be45ded53d59c8",
"_shrinkwrap": null,
"_spec": "shelljs@^0.7.0",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/cordova-custom-config",
"bin": {
"shjs": "./bin/shjs"
},
"bugs": {
"url": "https://github.com/shelljs/shelljs/issues"
},
"contributors": [
{
"name": "Ari Porad",
"email": "[email protected]",
"url": "http://ariporad.com/"
},
{
"name": "Nate Fischer",
"email": "[email protected]",
"url": "https://github.com/nfischer"
}
],
"dependencies": {
"glob": "^7.0.0",
"interpret": "^1.0.0",
"rechoir": "^0.6.2"
},
"description": "Portable Unix shell commands for Node.js",
"devDependencies": {
"coffee-script": "^1.10.0",
"eslint": "^2.0.0",
"eslint-config-airbnb-base": "^3.0.0",
"eslint-plugin-import": "^1.11.1",
"shelljs-changelog": "^0.2.0",
"shelljs-release": "^0.2.0",
"travis-check-changes": "^0.2.0"
},
"directories": {},
"dist": {
"shasum": "b8f04b3a74ddfafea22acf98e0be45ded53d59c8",
"tarball": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.4.tgz"
},
"engines": {
"iojs": "*",
"node": ">=0.11.0"
},
"gitHead": "9eb9bf9773bc2bd3e5a7e4094e87a1e2386b45ef",
"homepage": "http://github.com/shelljs/shelljs",
"keywords": [
"shelljs",
"bash",
"unix",
"shell",
"makefile",
"make",
"jake",
"synchronous"
],
"license": "BSD-3-Clause",
"main": "./shell.js",
"maintainers": [
{
"name": "ariporad",
"email": "[email protected]"
},
{
"name": "artur",
"email": "[email protected]"
},
{
"name": "nfischer",
"email": "[email protected]"
}
],
"name": "shelljs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/shelljs/shelljs.git"
},
"scripts": {
"after-travis": "travis-check-changes",
"changelog": "shelljs-changelog",
"gendocs": "node scripts/generate-docs",
"lint": "eslint .",
"posttest": "npm run lint",
"release:major": "shelljs-release major",
"release:minor": "shelljs-release minor",
"release:patch": "shelljs-release patch",
"test": "node scripts/run-tests"
},
"version": "0.7.4"
}