Comparing version 0.1.13 to 1.0.0-rc1
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2012 Tyler Kellen, contributors | ||
* Copyright (c) 2016 Tyler Kellen, contributors | ||
* Licensed under the MIT license. | ||
@@ -8,0 +8,0 @@ * https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT |
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2012 Tyler Kellen, contributors | ||
* Copyright (c) 2016 Tyler Kellen, contributors | ||
* Licensed under the MIT license. | ||
@@ -8,0 +8,0 @@ * https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT |
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2012 Tyler Kellen, contributors | ||
* Copyright (c) 2016 Tyler Kellen, contributors | ||
* Licensed under the MIT license. | ||
@@ -8,0 +8,0 @@ * https://github.com/gruntjs/grunt-init/blob/master/LICENSE-MIT |
{ | ||
"name": "grunt-cli", | ||
"description": "The grunt command line interface.", | ||
"version": "0.1.13", | ||
"author": "Grunt Team", | ||
"homepage": "http://gruntjs.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/gruntjs/grunt-cli.git" | ||
"description": "The grunt command line interface", | ||
"version": "1.0.0-rc1", | ||
"author": "Grunt Development Team (http://gruntjs.com/development-team)", | ||
"repository": "gruntjs/grunt-cli", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/gruntjs/grunt-cli/issues" | ||
"scripts": { | ||
"test": "node bin/grunt test" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/gruntjs/grunt-cli/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"bin": { | ||
"grunt": "bin/grunt" | ||
}, | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"scripts": { | ||
"test": "node bin/grunt test" | ||
}, | ||
"preferGlobal": true, | ||
"dependencies": { | ||
"nopt": "~1.0.10", | ||
"findup-sync": "~0.1.0", | ||
"resolve": "~0.3.1" | ||
"findup-sync": "~0.3.0", | ||
"nopt": "~3.0.6", | ||
"resolve": "~1.1.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.0", | ||
"grunt-contrib-jshint": "~0.2.0" | ||
} | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-jshint": "~0.12.0" | ||
}, | ||
"files": [ | ||
"bin", | ||
"completion", | ||
"lib" | ||
] | ||
} |
@@ -1,2 +0,3 @@ | ||
# grunt-cli [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-cli.png?branch=master)](http://travis-ci.org/gruntjs/grunt-cli) | ||
# grunt-cli [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-cli.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-cli) | ||
> The Grunt command line interface. | ||
@@ -10,3 +11,3 @@ | ||
**Note:** The job of the `grunt` command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, [please read this](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation). | ||
**Note:** The job of the `grunt` command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, [please read this](http://nodejs.org/en/blog/npm/npm-1-0-global-vs-local-installation). | ||
@@ -13,0 +14,0 @@ See the [Getting Started](http://gruntjs.com/getting-started) guide for more information. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32
8805
8
94
1
2
2
1
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfindup-sync@0.3.0(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addednopt@3.0.6(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedresolve@1.1.7(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedfindup-sync@0.1.3(transitive)
- Removedglob@3.2.11(transitive)
- Removedlodash@2.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removednopt@1.0.10(transitive)
- Removedresolve@0.3.1(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedfindup-sync@~0.3.0
Updatednopt@~3.0.6
Updatedresolve@~1.1.0