package.json 1.77 KB
{
  "_from": "grunt-legacy-log-utils@~1.0.0",
  "_id": "grunt-legacy-log-utils@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-p7ji0Ps1taUPSvmG/BEnSevJbz0=",
  "_location": "/grunt-legacy-log-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-legacy-log-utils@~1.0.0",
    "name": "grunt-legacy-log-utils",
    "escapedName": "grunt-legacy-log-utils",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/grunt-legacy-log"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz",
  "_shasum": "a7b8e2d0fb35b5a50f4af986fc112749ebc96f3d",
  "_spec": "grunt-legacy-log-utils@~1.0.0",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\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"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "~1.1.1",
    "lodash": "~4.3.0"
  },
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "http://gruntjs.com/",
  "keywords": [
    "grunt",
    "legacy"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "grunt-legacy-log-utils",
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "1.0.0"
}