X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=node_modules%2Fgrunt-legacy-log-utils%2Fpackage.json;fp=node_modules%2Fgrunt-legacy-log-utils%2Fpackage.json;h=f24425a5cda98306d6bcfd557507b6f2a20f1758;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/node_modules/grunt-legacy-log-utils/package.json b/node_modules/grunt-legacy-log-utils/package.json new file mode 100644 index 000000000..f24425a5c --- /dev/null +++ b/node_modules/grunt-legacy-log-utils/package.json @@ -0,0 +1,103 @@ +{ + "_args": [ + [ + "grunt-legacy-log-utils@~1.0.0", + "/var/www/yaffs/node_modules/grunt-legacy-log" + ] + ], + "_from": "grunt-legacy-log-utils@>=1.0.0 <1.1.0", + "_id": "grunt-legacy-log-utils@1.0.0", + "_inCache": true, + "_installable": true, + "_location": "/grunt-legacy-log-utils", + "_nodeVersion": "4.2.6", + "_npmOperationalInternal": { + "host": "packages-5-east.internal.npmjs.com", + "tmp": "tmp/grunt-legacy-log-utils-1.0.0.tgz_1455736803220_0.6671809484250844" + }, + "_npmUser": { + "email": "kyle@dontkry.com", + "name": "shama" + }, + "_npmVersion": "2.14.12", + "_phantomChildren": {}, + "_requested": { + "name": "grunt-legacy-log-utils", + "raw": "grunt-legacy-log-utils@~1.0.0", + "rawSpec": "~1.0.0", + "scope": null, + "spec": ">=1.0.0 <1.1.0", + "type": "range" + }, + "_requiredBy": [ + "/grunt-legacy-log" + ], + "_resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz", + "_shasum": "a7b8e2d0fb35b5a50f4af986fc112749ebc96f3d", + "_shrinkwrap": null, + "_spec": "grunt-legacy-log-utils@~1.0.0", + "_where": "/var/www/yaffs/node_modules/grunt-legacy-log", + "author": { + "name": "\"Cowboy\" Ben Alman", + "url": "http://benalman.com/" + }, + "bugs": { + "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues" + }, + "dependencies": { + "chalk": "~1.1.1", + "lodash": "~4.3.0" + }, + "description": "Static methods for the Grunt 0.4.x logger.", + "devDependencies": { + "grunt": "~0.4.4", + "grunt-cli": "~0.1.13", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-nodeunit": "~0.3.3", + "grunt-contrib-watch": "~0.6.1" + }, + "directories": {}, + "dist": { + "shasum": "a7b8e2d0fb35b5a50f4af986fc112749ebc96f3d", + "tarball": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz" + }, + "engines": { + "node": ">= 0.10.0" + }, + "files": [ + "index.js" + ], + "gitHead": "372082482ceaf2e3224bed5e80e2c869e883557e", + "homepage": "http://gruntjs.com/", + "keywords": [ + "grunt", + "legacy" + ], + "license": "MIT", + "main": "index.js", + "maintainers": [ + { + "name": "cowboy", + "email": "cowboy@rj3.net" + }, + { + "name": "shama", + "email": "kyle@dontkry.com" + }, + { + "name": "tkellen", + "email": "tyler@sleekcode.net" + } + ], + "name": "grunt-legacy-log-utils", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git" + }, + "scripts": { + "test": "grunt test" + }, + "version": "1.0.0" +}