Sha256: 5a0bcc16cecf2cae575fe362a4b94bb8e1176b54263cb449e5483662de52b802

Contents?: true

Size: 1.46 KB

Versions: 21

Compression:

Stored size: 1.46 KB

Contents

{
  "name": "cross-env",
  "version": "7.0.3",
  "description": "Run scripts that set and use environment variables across platforms",
  "main": "src/index.js",
  "bin": {
    "cross-env": "src/bin/cross-env.js",
    "cross-env-shell": "src/bin/cross-env-shell.js"
  },
  "engines": {
    "node": ">=10.14",
    "npm": ">=6",
    "yarn": ">=1"
  },
  "scripts": {
    "lint": "kcd-scripts lint",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "validate": "kcd-scripts validate"
  },
  "files": [
    "src",
    "!__tests__"
  ],
  "keywords": [
    "cross-environment",
    "environment variable",
    "windows"
  ],
  "author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
  "license": "MIT",
  "dependencies": {
    "cross-spawn": "^7.0.1"
  },
  "devDependencies": {
    "kcd-scripts": "^5.5.0"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js"
  },
  "// 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.",
  "babel": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/kentcdodds/cross-env.git"
  },
  "bugs": {
    "url": "https://github.com/kentcdodds/cross-env/issues"
  },
  "homepage": "https://github.com/kentcdodds/cross-env#readme"
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
appmap-0.72.2 ./node_modules/cross-env/package.json
appmap-0.72.1 ./node_modules/cross-env/package.json
appmap-0.72.0 ./node_modules/cross-env/package.json
appmap-0.71.0 ./node_modules/cross-env/package.json
appmap-0.70.2 ./node_modules/cross-env/package.json
appmap-0.70.1 ./node_modules/cross-env/package.json
appmap-0.70.0 ./node_modules/cross-env/package.json
appmap-0.69.0 ./node_modules/cross-env/package.json
appmap-0.68.2 ./node_modules/cross-env/package.json
appmap-0.68.1 ./node_modules/cross-env/package.json
appmap-0.68.0 ./node_modules/cross-env/package.json
appmap-0.67.1 ./node_modules/cross-env/package.json
appmap-0.67.0 ./node_modules/cross-env/package.json
appmap-0.66.2 ./node_modules/cross-env/package.json
appmap-0.66.1 ./node_modules/cross-env/package.json
appmap-0.66.0 ./node_modules/cross-env/package.json
appmap-0.65.1 ./node_modules/cross-env/package.json
appmap-0.65.0 ./node_modules/cross-env/package.json
appmap-0.64.0 ./node_modules/cross-env/package.json
appmap-0.63.0 ./node_modules/cross-env/package.json