X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fgrunt%2Fnode_modules%2Fgrunt-cli%2Fpackage.json;fp=node_modules%2Fgrunt%2Fnode_modules%2Fgrunt-cli%2Fpackage.json;h=6e9e9fb1940e6f309e7d0608462c6c575853059f;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/grunt/node_modules/grunt-cli/package.json b/node_modules/grunt/node_modules/grunt-cli/package.json new file mode 100644 index 000000000..6e9e9fb19 --- /dev/null +++ b/node_modules/grunt/node_modules/grunt-cli/package.json @@ -0,0 +1,123 @@ +{ + "_args": [ + [ + "grunt-cli@~1.2.0", + "/var/www/yaffs/node_modules/grunt" + ] + ], + "_from": "grunt-cli@>=1.2.0 <1.3.0", + "_id": "grunt-cli@1.2.0", + "_inCache": true, + "_installable": true, + "_location": "/grunt/grunt-cli", + "_nodeVersion": "4.2.3", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/grunt-cli-1.2.0.tgz_1459558434299_0.8824446983635426" + }, + "_npmUser": { + "email": "vlad@vladikoff.com", + "name": "vladikoff" + }, + "_npmVersion": "3.8.2", + "_phantomChildren": {}, + "_requested": { + "name": "grunt-cli", + "raw": "grunt-cli@~1.2.0", + "rawSpec": "~1.2.0", + "scope": null, + "spec": ">=1.2.0 <1.3.0", + "type": "range" + }, + "_requiredBy": [ + "/grunt" + ], + "_shrinkwrap": null, + "_spec": "grunt-cli@~1.2.0", + "_where": "/var/www/yaffs/node_modules/grunt", + "appveyor_id": "prp6g944b05jsq6d", + "author": { + "name": "Grunt Development Team", + "url": "http://gruntjs.com/development-team" + }, + "bin": { + "grunt": "bin/grunt" + }, + "bugs": { + "url": "https://github.com/gruntjs/grunt-cli/issues" + }, + "contributors": [ + { + "name": "Tyler Kellen", + "url": "http://goingslowly.com" + }, + { + "name": "Ben Alman", + "url": "http://gruntjs.com" + }, + { + "name": "Scott González", + "url": "http://nemikor.com" + }, + { + "name": "Forbes Lindesay", + "url": "https://github.com/" + } + ], + "dependencies": { + "findup-sync": "~0.3.0", + "grunt-known-options": "~1.1.0", + "nopt": "~3.0.6", + "resolve": "~1.1.0" + }, + "description": "The grunt command line interface", + "devDependencies": { + "grunt": "~0.4.5", + "grunt-contrib-jshint": "~1.0.0" + }, + "directories": {}, + "dist": { + "shasum": "562b119ebb069ddb464ace2845501be97b35b6a8", + "tarball": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "bin", + "completion", + "lib" + ], + "gitHead": "edd8bd29a72f2f28b63fe2629fcb7b9d9f2feb46", + "homepage": "https://github.com/gruntjs/grunt-cli#readme", + "license": "MIT", + "maintainers": [ + { + "name": "cowboy", + "email": "cowboy@rj3.net" + }, + { + "name": "shama", + "email": "kyle@dontkry.com" + }, + { + "name": "tkellen", + "email": "tyler@sleekcode.net" + }, + { + "name": "vladikoff", + "email": "vlad@vladikoff.com" + } + ], + "name": "grunt-cli", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/gruntjs/grunt-cli.git" + }, + "scripts": { + "test": "node bin/grunt test" + }, + "version": "1.2.0" +}