{
  "_from": "liftoff@^4.0.0",
  "_id": "liftoff@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==",
  "_location": "/liftoff",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "liftoff@^4.0.0",
    "name": "liftoff",
    "escapedName": "liftoff",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/plop"
  ],
  "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-4.0.0.tgz",
  "_shasum": "1a463b9073335cd425cdaa3b468996f7d66d2d81",
  "_spec": "liftoff@^4.0.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/plop",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "https://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/liftoff/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com",
      "url": "https://github.com/phated"
    },
    {
      "name": "Tyler Kellen",
      "email": "tyler@sleekcode.net",
      "url": "https://github.com/tkellen"
    },
    {
      "name": "Takayuki Sato",
      "url": "https://github.com/sttk"
    }
  ],
  "dependencies": {
    "extend": "^3.0.2",
    "findup-sync": "^5.0.0",
    "fined": "^2.0.0",
    "flagged-respawn": "^2.0.0",
    "is-plain-object": "^5.0.0",
    "object.map": "^1.0.1",
    "rechoir": "^0.8.0",
    "resolve": "^1.20.0"
  },
  "deprecated": false,
  "description": "Launch your command line tool with ease.",
  "devDependencies": {
    "coffeescript": "^2.6.1",
    "eslint": "^7.0.0",
    "eslint-config-gulp": "^5.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-node": "^11.1.0",
    "expect": "^27.0.0",
    "mocha": "^8.0.0",
    "nyc": "^15.0.0",
    "sinon": "^11.0.0"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "files": [
    "index.js",
    "lib",
    "LICENSE"
  ],
  "homepage": "https://github.com/gulpjs/liftoff#readme",
  "keywords": [
    "command line"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "liftoff",
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/liftoff.git"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "nyc mocha --async-only"
  },
  "version": "4.0.0"
}
