package.json
2.67 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
{
"_args": [
[
"spawn-default-shell@^1.1.0",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\concurrently"
]
],
"_from": "spawn-default-shell@>=1.1.0 <2.0.0",
"_id": "spawn-default-shell@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/spawn-default-shell",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/spawn-default-shell-1.1.0.tgz_1475267505391_0.4221811124589294"
},
"_npmUser": {
"email": "kimmo.brunfeldt@gmail.com",
"name": "kimmobrunfeldt"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "spawn-default-shell",
"raw": "spawn-default-shell@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/concurrently"
],
"_resolved": "https://registry.npmjs.org/spawn-default-shell/-/spawn-default-shell-1.1.0.tgz",
"_shasum": "095439d44c4b7c0aff56a53929fbaab87878e7c6",
"_shrinkwrap": null,
"_spec": "spawn-default-shell@^1.1.0",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\concurrently",
"author": {
"name": "Kimmo Brunfeldt"
},
"bugs": {
"url": "https://github.com/kimmobrunfeldt/spawn-default-shell/issues"
},
"dependencies": {},
"description": "Spawn shell command with platform default shell",
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-plugin-import": "^1.15.0",
"lodash": "^4.16.2",
"mocha": "^3.0.2",
"releasor": "^1.2.1"
},
"directories": {},
"dist": {
"shasum": "095439d44c4b7c0aff56a53929fbaab87878e7c6",
"tarball": "https://registry.npmjs.org/spawn-default-shell/-/spawn-default-shell-1.1.0.tgz"
},
"gitHead": "2c9535432cde35e18528921b50a261dcea6e1b86",
"homepage": "https://github.com/kimmobrunfeldt/spawn-default-shell#readme",
"keywords": [
"shell",
"exec",
"bash",
"sh",
"command",
"cross-platform",
"windows",
"linux",
"mac"
],
"license": "MIT",
"main": "src/index.js",
"maintainers": [
{
"email": "kimmo.brunfeldt@gmail.com",
"name": "kimmobrunfeldt"
}
],
"name": "spawn-default-shell",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kimmobrunfeldt/spawn-default-shell.git"
},
"scripts": {
"lint": "eslint ./src ./test",
"test": "npm run test-debug-print && mocha",
"test-debug-print": "node -e \"var a = require('./src/get-shell')(); console.log('> getShell()\\n' + JSON.stringify(a, null, 2));\""
},
"version": "1.1.0"
}