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
| {
| "_from": "grunt-npm-command@~0.1.2",
| "_id": "grunt-npm-command@0.1.2",
| "_inBundle": false,
| "_integrity": "sha512-QsGLL8Pp+tzeIkCqohIbOtVopOhINErRVpxKY+SnvSEE3BXOKKSanlIh9cd1mliajO57sXG2ZC4R8L3v2NSPTQ==",
| "_location": "/grunt-npm-command",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "grunt-npm-command@~0.1.2",
| "name": "grunt-npm-command",
| "escapedName": "grunt-npm-command",
| "rawSpec": "~0.1.2",
| "saveSpec": null,
| "fetchSpec": "~0.1.2"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-npm-command/-/grunt-npm-command-0.1.2.tgz",
| "_shasum": "4168f836e2cf7b7f0bcc153933bacaf4f0903a58",
| "_spec": "grunt-npm-command@~0.1.2",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Daniel Perez Alvarez",
| "email": "unindented@gmail.com",
| "url": "http://unindented.org/"
| },
| "bugs": {
| "url": "https://github.com/unindented/grunt-npm-command/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Run npm commands (like install or update) from Grunt.",
| "devDependencies": {
| "grunt": "^1.0.0",
| "grunt-contrib-clean": "^1.0.0",
| "grunt-contrib-jshint": "^1.0.0",
| "grunt-contrib-nodeunit": "^1.0.0"
| },
| "homepage": "https://github.com/unindented/grunt-npm-command#readme",
| "keywords": [
| "gruntplugin",
| "npm"
| ],
| "license": "MIT",
| "name": "grunt-npm-command",
| "peerDependencies": {
| "grunt": ">=0.4.0"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/unindented/grunt-npm-command.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "0.1.2"
| }
|
|