123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "grunt-legacy-log-utils@~2.0.0",
- "_id": "grunt-legacy-log-utils@2.0.1",
- "_inBundle": false,
- "_integrity": "sha1-0vRCx8AVAGXZAEsI/XQQ03UZGU4=",
- "_location": "/grunt-legacy-log-utils",
- "_phantomChildren": {
- "color-convert": "1.9.3",
- "escape-string-regexp": "1.0.5",
- "has-flag": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "grunt-legacy-log-utils@~2.0.0",
- "name": "grunt-legacy-log-utils",
- "escapedName": "grunt-legacy-log-utils",
- "rawSpec": "~2.0.0",
- "saveSpec": null,
- "fetchSpec": "~2.0.0"
- },
- "_requiredBy": [
- "/grunt-legacy-log"
- ],
- "_resolved": "http://registry.npm.taobao.org/grunt-legacy-log-utils/download/grunt-legacy-log-utils-2.0.1.tgz",
- "_shasum": "d2f442c7c0150065d9004b08fd7410d37519194e",
- "_spec": "grunt-legacy-log-utils@~2.0.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\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": "~2.4.1",
- "lodash": "~4.17.10"
- },
- "deprecated": false,
- "description": "Static methods for the Grunt 0.4.x logger.",
- "devDependencies": {
- "grunt": "~1.0.2",
- "grunt-cli": "~1.2.0",
- "grunt-contrib-jshint": "~1.1.0",
- "grunt-contrib-nodeunit": "~2.0.0",
- "grunt-contrib-watch": "~1.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "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": "2.0.1"
- }
|