Feuerwehr-eppingen/node_modules/cross-env/package.json

124 lines
4.0 KiB
JSON

{
"_args": [
[
{
"raw": "cross-env@^5.0.1",
"scope": null,
"escapedName": "cross-env",
"name": "cross-env",
"rawSpec": "^5.0.1",
"spec": ">=5.0.1 <6.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel"
]
],
"_from": "cross-env@>=5.0.1 <6.0.0",
"_id": "cross-env@5.1.5",
"_inCache": true,
"_location": "/cross-env",
"_nodeVersion": "8.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/cross-env_5.1.5_1525888734787_0.7864509563477466"
},
"_npmUser": {
"name": "kentcdodds",
"email": "kent@doddsfamily.us"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "cross-env@^5.0.1",
"scope": null,
"escapedName": "cross-env",
"name": "cross-env",
"rawSpec": "^5.0.1",
"spec": ">=5.0.1 <6.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.5.tgz",
"_shasum": "31daf7f3a52ef337c8ddda585f08175cce5d1fa5",
"_shrinkwrap": null,
"_spec": "cross-env@^5.0.1",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel",
"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"
},
"dependencies": {
"cross-spawn": "^5.1.0",
"is-windows": "^1.0.0"
},
"description": "Run scripts that set and use environment variables across platforms",
"devDependencies": {
"kcd-scripts": "^0.3.4"
},
"directories": {},
"dist": {
"integrity": "sha512-GSiNTbvTU3pXzewRKGP0Y+rVP2CzifY2pqSEdtHzLLj41pRdkrgY7e4uSnBoR/pmYaqZr/lwwjg/Q4kNX30hWQ==",
"shasum": "31daf7f3a52ef337c8ddda585f08175cce5d1fa5",
"tarball": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.5.tgz",
"fileCount": 9,
"unpackedSize": 25835,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8zbgCRA9TVsSAnZWagAAU2wP/i6riNga3K4BrPBBDEI2\npHyUbzx3z0kHQxl/5jwbcC/zo8Sr57N6kyvix96tQyGbgJQLDIrT7YKUveCi\npL+i2vJDUmjzyFrTbdfQ4UhWtsVL9N7M5X4wnRRx2PECEP+fsacZo7yljBJr\npAvKlWtUTFhZTlgTBa7FOHJ154vn9INfo4hrdp4A/QP4g2u1XGDfXcSVkTH/\nEf7xJSpjYVZeX8sSgSGkOH54BmEHHTFVPdDZET8pApBxO4azaQAI+C8Z6vkL\nor17U6F83Nr2Jgefnr8FSQdG9AoZ5365pd8PLdbv/oZ3gW6ebXnCFGucPj8b\nmDhYBOfREqMG+Kz5cwUVJnZ3TOzoW0fR1lFPovzykJrW3CcOH1BcgQcvup+8\nwZ5j6XgyGsCo0GQ8wVxcq5BKveMYOeeaGTg96q5ipcX7F0PJcOVN2kH7GN22\n38DWp2ZOTZZn8OYK7weJR584QZxiAr2mHF2PbG74Jos5vwPdNcep+g7HdRix\n2GH1fwcOsGrIzxjHKTd7/RUKizckSzsJGhwi8rIhxsPsNJfzT58NI8Ean6JO\npr7Qcx4TSB5h6qD9rCPITv3N9FePeufAkU+ZYMhvq4h2proTrbgVeNZntXz3\nosKiB7QyKNVntzXzmWE2/eCOKLjnt/vweVSnwb7Hq2PcvGaLS/aTYSeLROUf\nttBy\r\n=WSAG\r\n-----END PGP SIGNATURE-----\r\n"
},
"engines": {
"node": ">=4.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist"
],
"gitHead": "d5170bfc55577a593d1210eb952a609255ea9989",
"homepage": "https://github.com/kentcdodds/cross-env#readme",
"keywords": [
"cross-environment",
"environment variable",
"windows"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "kentcdodds",
"email": "kent@doddsfamily.us"
}
],
"name": "cross-env",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.1.5"
}