1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "cross-env@^5.1",
- "_id": "cross-env@5.2.1",
- "_inBundle": false,
- "_integrity": "sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==",
- "_location": "/cross-env",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cross-env@^5.1",
- "name": "cross-env",
- "escapedName": "cross-env",
- "rawSpec": "^5.1",
- "saveSpec": null,
- "fetchSpec": "^5.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.2.1.tgz",
- "_shasum": "b2c76c1ca7add66dc874d11798466094f551b34d",
- "_spec": "cross-env@^5.1",
- "_where": "/var/www/html/mdch.sipadu",
- "author": {
- "name": "Kent C. Dodds",
- "email": "kent@doddsfamily.us",
- "url": "http://kentcdodds.com/"
- },
- "bin": {
- "cross-env": "dist/bin/cross-env.js",
- "cross-env-shell": "dist/bin/cross-env-shell.js"
- },
- "bugs": {
- "url": "https://github.com/kentcdodds/cross-env/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "cross-spawn": "^6.0.5"
- },
- "deprecated": false,
- "description": "Run scripts that set and use environment variables across platforms",
- "devDependencies": {
- "kcd-scripts": "^0.3.4"
- },
- "engines": {
- "node": ">=4.0"
- },
- "eslintConfig": {
- "extends": "./node_modules/kcd-scripts/eslint.js"
- },
- "eslintIgnore": [
- "node_modules",
- "coverage",
- "dist"
- ],
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/kentcdodds/cross-env#readme",
- "keywords": [
- "cross-environment",
- "environment variable",
- "windows"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "cross-env",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kentcdodds/cross-env.git"
- },
- "scripts": {
- "add-contributor": "kcd-scripts contributors add",
- "build": "kcd-scripts build",
- "lint": "kcd-scripts lint",
- "precommit": "kcd-scripts precommit",
- "test": "kcd-scripts test",
- "test:update": "npm test -- --updateSnapshot --coverage",
- "validate": "kcd-scripts validate"
- },
- "version": "5.2.1"
- }
|