{
  "// babel 1": "this disables all built-in plugins from kcd-scripts for tests",
  "// babel 2": "that way we ensure that the tests run without compilation",
  "// babel 3": "because this module is published as-is. It is not compiled.",
  "_from": "cross-env@^6.0.3",
  "_id": "cross-env@6.0.3",
  "_inBundle": false,
  "_integrity": "sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==",
  "_location": "/cross-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cross-env@^6.0.3",
    "name": "cross-env",
    "escapedName": "cross-env",
    "rawSpec": "^6.0.3",
    "saveSpec": null,
    "fetchSpec": "^6.0.3"
  },
  "_requiredBy": [
    "/js-secp256k1"
  ],
  "_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz",
  "_shasum": "4256b71e49b3a40637a0ce70768a6ef5c72ae941",
  "_spec": "cross-env@^6.0.3",
  "_where": "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks/node_modules/js-secp256k1",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "http://kentcdodds.com/"
  },
  "babel": {},
  "bin": {
    "cross-env": "src/bin/cross-env.js",
    "cross-env-shell": "src/bin/cross-env-shell.js"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/cross-env/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cross-spawn": "^7.0.0"
  },
  "deprecated": false,
  "description": "Run scripts that set and use environment variables across platforms",
  "devDependencies": {
    "kcd-scripts": "^1.8.0"
  },
  "engines": {
    "node": ">=8.0"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "files": [
    "src",
    "!__tests__"
  ],
  "homepage": "https://github.com/kentcdodds/cross-env#readme",
  "husky": {
    "hooks": {
      "pre-commit": "kcd-scripts pre-commit"
    }
  },
  "keywords": [
    "cross-environment",
    "environment variable",
    "windows"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "cross-env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kentcdodds/cross-env.git"
  },
  "scripts": {
    "lint": "kcd-scripts lint",
    "test": "kcd-scripts test",
    "validate": "kcd-scripts validate"
  },
  "version": "6.0.3"
}
