blob: 9491c334051d0cccadc77f95bcd115e950827971 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt-shell@^3.0.1",
3 "_id": "grunt-shell@3.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-C8eR4frw/NmIFIwSvzSLS4wOQBUzC+z6QhrKPzwt/tlaIqlzH35i/O2MggVOBj2Sh1tbaAqpASWxGiGsi4JMIQ==",
6 "_location": "/grunt-shell",
7 "_phantomChildren": {
8 "escape-string-regexp": "1.0.5"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "grunt-shell@^3.0.1",
14 "name": "grunt-shell",
15 "escapedName": "grunt-shell",
16 "rawSpec": "^3.0.1",
17 "saveSpec": null,
18 "fetchSpec": "^3.0.1"
19 },
20 "_requiredBy": [
21 "#DEV:/"
22 ],
23 "_resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-3.0.1.tgz",
24 "_shasum": "24e783901543c7269980d534902bedfb94e7ec9f",
25 "_spec": "grunt-shell@^3.0.1",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/grunt-shell/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "chalk": "^2.4.1",
38 "npm-run-path": "^2.0.0",
39 "strip-ansi": "^5.0.0"
40 },
41 "deprecated": false,
42 "description": "Run shell commands",
43 "devDependencies": {
44 "grunt": "^1.0.1",
45 "grunt-cli": "^1.2.0",
46 "xo": "^0.23.0"
47 },
48 "engines": {
49 "node": ">=6"
50 },
51 "files": [
52 "tasks"
53 ],
54 "homepage": "https://github.com/sindresorhus/grunt-shell#readme",
55 "keywords": [
56 "gruntplugin",
57 "shell",
58 "command",
59 "cmd",
60 "exec",
61 "spawn",
62 "child",
63 "process",
64 "cli"
65 ],
66 "license": "MIT",
67 "name": "grunt-shell",
68 "peerDependencies": {
69 "grunt": ">=1"
70 },
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/grunt-shell.git"
74 },
75 "scripts": {
76 "test": "xo && grunt"
77 },
78 "version": "3.0.1"
79}