{
  "_args": [
    [
      "time-grunt@1.4.0",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "time-grunt@1.4.0",
  "_id": "time-grunt@1.4.0",
  "_inBundle": false,
  "_integrity": "sha1-BiIT5mDJB+hvRAVWwB6mWXtxJCA=",
  "_location": "/time-grunt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "time-grunt@1.4.0",
    "name": "time-grunt",
    "escapedName": "time-grunt",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/time-grunt/issues"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "date-time": "^1.1.0",
    "figures": "^1.0.0",
    "hooker": "^0.2.3",
    "number-is-nan": "^1.0.0",
    "pretty-ms": "^2.1.0",
    "text-table": "^0.2.0"
  },
  "description": "Display the elapsed execution time of grunt tasks",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/time-grunt#readme",
  "keywords": [
    "grunt",
    "tasks",
    "measure",
    "time",
    "profile",
    "stat",
    "stats",
    "perf",
    "performance",
    "tasks"
  ],
  "license": "MIT",
  "name": "time-grunt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/time-grunt.git"
  },
  "scripts": {
    "test": "xo && grunt && grunt sigint"
  },
  "version": "1.4.0",
  "xo": {
    "rules": {
      "xo/no-process-exit": 0
    }
  }
}
