X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fgrunt-legacy-util%2Fpackage.json;fp=node_modules%2Fgrunt-legacy-util%2Fpackage.json;h=8ca3d18f9adfbbb2ba24ccaea4bbc5b16c765972;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/grunt-legacy-util/package.json b/node_modules/grunt-legacy-util/package.json new file mode 100644 index 000000000..8ca3d18f9 --- /dev/null +++ b/node_modules/grunt-legacy-util/package.json @@ -0,0 +1,110 @@ +{ + "_args": [ + [ + "grunt-legacy-util@~1.0.0", + "/var/www/yaffs/node_modules/grunt" + ] + ], + "_from": "grunt-legacy-util@>=1.0.0 <1.1.0", + "_id": "grunt-legacy-util@1.0.0", + "_inCache": true, + "_installable": true, + "_location": "/grunt-legacy-util", + "_nodeVersion": "4.4.1", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/grunt-legacy-util-1.0.0.tgz_1459724318831_0.3792555355466902" + }, + "_npmUser": { + "email": "kyle@dontkry.com", + "name": "shama" + }, + "_npmVersion": "2.15.3", + "_phantomChildren": {}, + "_requested": { + "name": "grunt-legacy-util", + "raw": "grunt-legacy-util@~1.0.0", + "rawSpec": "~1.0.0", + "scope": null, + "spec": ">=1.0.0 <1.1.0", + "type": "range" + }, + "_requiredBy": [ + "/grunt" + ], + "_resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz", + "_shasum": "386aa78dc6ed50986c2b18957265b1b48abb9b86", + "_shrinkwrap": null, + "_spec": "grunt-legacy-util@~1.0.0", + "_where": "/var/www/yaffs/node_modules/grunt", + "author": { + "name": "\"Cowboy\" Ben Alman", + "url": "http://benalman.com/" + }, + "bugs": { + "url": "http://github.com/gruntjs/grunt-legacy-util/issues" + }, + "dependencies": { + "async": "~1.5.2", + "exit": "~0.1.1", + "getobject": "~0.1.0", + "hooker": "~0.2.3", + "lodash": "~4.3.0", + "underscore.string": "~3.2.3", + "which": "~1.2.1" + }, + "description": "Some old grunt utils provided for backwards compatibility.", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-cli": "^1.2.0", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-nodeunit": "^1.0.0", + "grunt-contrib-watch": "^1.0.0", + "temporary": "0.0.8" + }, + "directories": {}, + "dist": { + "shasum": "386aa78dc6ed50986c2b18957265b1b48abb9b86", + "tarball": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz" + }, + "engines": { + "node": ">= 0.10.0" + }, + "gitHead": "8034177cdaa2638a823fd960c0a2c5c180d064b4", + "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": "vladikoff", + "email": "vlad@vladikoff.com" + } + ], + "name": "grunt-legacy-util", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/gruntjs/grunt-legacy-util.git" + }, + "scripts": { + "test": "grunt test" + }, + "version": "1.0.0" +}