{
  "_args": [
    [
      "now@11.5.2",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "now@11.5.2",
  "_id": "now@11.5.2",
  "_inBundle": false,
  "_integrity": "sha512-h1iL68uLLAFbunBZ4Qt+lN2lS5lN0WTsT1/ulqUGZ0CxgzxLj0iZL13+iNcBitdJmOAYO2reh08JUpkHlCIRHg==",
  "_location": "/now",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "now@11.5.2",
    "name": "now",
    "escapedName": "now",
    "rawSpec": "11.5.2",
    "saveSpec": null,
    "fetchSpec": "11.5.2"
  },
  "_requiredBy": [
    "/mi18n"
  ],
  "_resolved": "https://registry.npmjs.org/now/-/now-11.5.2.tgz",
  "_spec": "11.5.2",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "current"
          }
        }
      ]
    ],
    "plugins": [
      "@babel/plugin-transform-flow-comments",
      "@babel/plugin-proposal-object-rest-spread",
      "@babel/plugin-proposal-async-generator-functions"
    ]
  },
  "bin": {
    "now": "download/dist/now"
  },
  "bugs": {
    "url": "https://github.com/zeit/now-cli/issues"
  },
  "description": "The command-line interface for Now",
  "devDependencies": {
    "@babel/core": "7.0.0-beta.44",
    "@babel/plugin-proposal-async-generator-functions": "7.0.0-beta.44",
    "@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.44",
    "@babel/plugin-transform-flow-comments": "7.0.0-beta.44",
    "@babel/plugin-transform-runtime": "7.0.0-beta.44",
    "@babel/preset-env": "7.0.0-beta.44",
    "@babel/runtime": "7.0.0-beta.44",
    "@zeit/dockerignore": "0.0.3",
    "@zeit/source-map-support": "0.6.2",
    "ajv": "6.4.0",
    "alpha-sort": "2.0.1",
    "ansi-escapes": "3.0.0",
    "ansi-regex": "3.0.0",
    "archiver": "2.0.3",
    "arg": "2.0.0",
    "arr-flatten": "1.1.0",
    "async-retry": "1.1.3",
    "async-sema": "1.2.0",
    "ava": "0.25.0",
    "aws-sdk": "2.124.0",
    "babel-eslint": "8.2.2",
    "babel-loader": "8.0.0-beta.2",
    "bytes": "3.0.0",
    "chalk": "2.3.1",
    "child-process-promise": "2.2.1",
    "clipboardy": "1.1.4",
    "convert-stream": "1.0.2",
    "copy-webpack-plugin": "4.0.1",
    "credit-card": "3.0.1",
    "death": "1.1.0",
    "debug": "3.1.0",
    "deployment-type": "1.0.1",
    "docker-file-parser": "1.0.2",
    "dotenv": "4.0.0",
    "download": "6.2.5",
    "email-prompt": "0.3.2",
    "email-validator": "1.1.1",
    "epipebomb": "1.0.0",
    "es7-sleep": "1.0.0",
    "eslint": "4.7.2",
    "eslint-plugin-flowtype": "2.46.1",
    "execa": "0.9.0",
    "fetch-h2": "0.2.5",
    "flow-babel-webpack-plugin": "1.1.1",
    "fs-extra": "4.0.2",
    "glob": "7.1.2",
    "ignore": "3.3.5",
    "ini": "1.3.4",
    "inquirer": "3.3.0",
    "is-url": "1.2.2",
    "jsonlines": "0.1.1",
    "lint-staged": "4.2.3",
    "load-json-file": "3.0.0",
    "lodash.range": "3.2.0",
    "micro": "9.1.2",
    "mkdirp-promise": "5.0.1",
    "mri": "1.1.0",
    "ms": "2.0.0",
    "node-fetch": "1.7.3",
    "opn": "5.1.0",
    "ora": "1.3.0",
    "pipe-streams-to-promise": "0.2.0",
    "pkg": "4.3.0",
    "pluralize": "7.0.0",
    "pre-commit": "1.2.2",
    "prettier": "1.7.2",
    "printf": "0.2.5",
    "progress": "2.0.0",
    "psl": "1.1.20",
    "qr-image": "3.2.0",
    "read-pkg": "2.0.0",
    "semver": "5.5.0",
    "shebang-loader": "0.0.1",
    "single-line-log": "1.1.2",
    "sinon": "4.4.2",
    "strip-ansi": "4.0.0",
    "stripe": "5.1.0",
    "supports-color": "5.2.0",
    "tar-fs": "1.15.3",
    "test-listen": "1.1.0",
    "text-table": "0.2.0",
    "then-sleep": "1.0.1",
    "through2": "2.0.3",
    "tmp-promise": "1.0.3",
    "uid-promise": "1.0.0",
    "update-check": "1.5.0",
    "webpack": "3.6.0",
    "webpack-node-externals": "1.6.0",
    "which-promise": "1.0.0",
    "write-json-file": "2.2.0"
  },
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 2018,
      "sourceType": "module"
    },
    "parser": "babel-eslint",
    "extends": [
      "eslint:recommended",
      "plugin:flowtype/recommended"
    ],
    "plugins": [
      "flowtype"
    ],
    "env": {
      "es6": true,
      "node": true
    },
    "rules": {
      "func-names": 0,
      "no-console": 0,
      "no-shadow": 0,
      "no-extra-semi": 0,
      "no-empty": 0
    }
  },
  "eslintIgnore": [
    "download",
    "dist",
    "test/fixtures"
  ],
  "files": [
    "download/dist",
    "download/install.js"
  ],
  "homepage": "https://github.com/zeit/now-cli#readme",
  "license": "Apache-2.0",
  "lint-staged": {
    "*.js": [
      "yarn test-lint",
      "prettier --write --single-quote --no-semi",
      "git add"
    ]
  },
  "name": "now",
  "pkg": {
    "scripts": [
      "dist/*.js"
    ],
    "targets": [
      "node9-alpine-x64",
      "node9-linux-x64",
      "node9-macos-x64",
      "node9-win-x64"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeit/now-cli.git"
  },
  "scripts": {
    "build": "webpack",
    "build-download": "webpack --context download --config download/webpack.config.js",
    "bundle": "pkg dist/now.js -c package.json -o packed/now --options no-warnings",
    "dev": "webpack -w",
    "gzip": "ls packed/now* | xargs gzip",
    "link": "webpack && cd link && npm link",
    "pack": "rm -rf packed && webpack && yarn bundle",
    "postinstall": "node download/install.js",
    "precommit": "lint-staged",
    "prepublishOnly": "yarn build-download && cp /dev/null download/dist/now",
    "test": "yarn test-lint",
    "test-integration": "ava test/integration.js --serial --fail-fast",
    "test-lint": "eslint .",
    "test-unit": "ava test/unit.js --fail-fast"
  },
  "version": "11.5.2"
}
