{
  "_args": [
    [
      "cross-env@3.2.4",
      "/Applications/XAMPP/xamppfiles/htdocs/doctoworld"
    ]
  ],
  "_from": "cross-env@3.2.4",
  "_id": "cross-env@3.2.4",
  "_inBundle": false,
  "_integrity": "sha1-ngWF8neGTtQhznVvgamA/w1piro=",
  "_location": "/cross-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cross-env@3.2.4",
    "name": "cross-env",
    "escapedName": "cross-env",
    "rawSpec": "3.2.4",
    "saveSpec": null,
    "fetchSpec": "3.2.4"
  },
  "_requiredBy": [
    "/",
    "/laravel-mix"
  ],
  "_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz",
  "_spec": "3.2.4",
  "_where": "/Applications/XAMPP/xamppfiles/htdocs/doctoworld",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "http://kentcdodds.com/"
  },
  "bin": {
    "cross-env": "dist/bin/cross-env.js"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/cross-env/issues"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "cross-spawn": "^5.1.0",
    "is-windows": "^1.0.0"
  },
  "description": "Run scripts that set and use environment variables across platforms",
  "devDependencies": {
    "all-contributors-cli": "^4.0.1",
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-jest": "^19.0.0",
    "babel-preset-env": "^1.2.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-register": "^6.23.0",
    "codecov": "^1.0.1",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "^3.17.0",
    "eslint-config-kentcdodds": "^12.0.0",
    "husky": "^0.13.2",
    "jest-cli": "^19.0.2",
    "lint-staged": "^3.3.1",
    "nps": "^5.0.3",
    "nps-utils": "^1.1.2",
    "opt-cli": "^1.5.1",
    "prettier-eslint-cli": "^3.1.2",
    "semantic-release": "^6.3.6",
    "validate-commit-msg": "^2.11.1"
  },
  "engines": {
    "node": ">=4.0"
  },
  "eslintConfig": {
    "extends": [
      "kentcdodds",
      "kentcdodds/jest"
    ],
    "rules": {
      "max-len": [
        "error",
        80
      ]
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/kentcdodds/cross-env#readme",
  "jest": {
    "testEnvironment": "node",
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  },
  "keywords": [],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier-eslint --write",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "name": "cross-env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kentcdodds/cross-env.git"
  },
  "scripts": {
    "commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"",
    "precommit": "lint-staged && opt --in pre-commit --exec \"npm start validate\"",
    "start": "nps",
    "test": "nps test"
  },
  "version": "3.2.4"
}
